uqfoundation / pathos

parallel graph management and execution in heterogeneous computing
http://pathos.rtfd.io
Other
1.36k stars 91 forks source link

host release-specific docs so docs match what's available #264

Closed bacook17 closed 5 months ago

bacook17 commented 1 year ago

The latest version of pathos that is released is 0.3.0, but there are many new commits in master (and therefore the live documentation) that are incorrect because there have been no releases

Just as one example: the documentation says that keyword arguments such as maxtasksperchild will be passed down to the processpool, but this is not actually done in 0.3.0

https://pathos.readthedocs.io/en/latest/pathos.html#pathos.multiprocessing.ProcessPool

mmckerns commented 1 year ago

the more appropriate thing to do is to also host docs for each release. However, a release is imminent. Let me know if you don't think that is a reasonable path forward and want to continue the discussion.

mmckerns commented 1 year ago

reopening. marker to host release docs

mmckerns commented 5 months ago

as of the current release (0.3.2), pathos now distributes 'latest' and 'stable' docs. Closing this.