Link to currently supported versions of python/numpy/matplotlib/pandas docs#185
Merged
Link to currently supported versions of python/numpy/matplotlib/pandas docs#185
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #181 for background. To fix that, I fixed the pandas version to the last 2.x one in #180 (since linking to the latest 3.0 docs breaks if you're not running 3.0 yourself yet). As suggested in pandas-dev/pandas#64028, it's probably better to automatically link to the most recent supported version.
Working under the assumption that the CI runner retrieves the most recent possible versions of all dependencies as far as possible (which we have seen in #168 is not necessarily the case, but oh well), this tries to link up with the latest supported version of the docs for these three packages and python itself.
Why not anndata and seaborn? They don't generate/keep docs for every version it seems, anndata only has 0.10 and latest (but not 0.13, the current one I have installed), and seaborn only has an archive of old versions (i.e. i'm on 0.13.2, but you have to pick between 'latest' and 'archive', and 'archive/0.13' doesn't exist, only 0.12 and below)