| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
See warning in scipy 1.9's documentation. See warning in https://docs.scipy.org/doc/scipy-1.9.0/reference/generated/scipy.stats.mode.html The SPEC0 suggests that scipy 1.8 be dropped in 2024, but I think it is OK to drop it a little early. If you don't want to drop it, we could add a version check for the keyword argument, but that seems a little much. The keyword argument `keepdims` was added in scipy 1.9 xref: DeepLabCut#2290
Sorry, something went wrong.
|
SPEC0 (not that you are forced to support it) would even have you drop Python 3.8 and 3.9 today ;) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
See warning in scipy 1.9's documentation.
See warning in https://docs.scipy.org/doc/scipy-1.9.0/reference/generated/scipy.stats.mode.html
The SPEC0 suggests that scipy 1.8 be dropped in 2024, but I think it is OK to drop it a little early.
If you don't want to drop it, we could add a version check for the keyword argument, but that seems a little much.
The keyword argument keepdims was added in scipy 1.9
xref: #2290