-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Bump minimum verions #26832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump minimum verions #26832
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26832 +/- ##
=========================================
+ Coverage 90.45% 91.86% +1.4%
=========================================
Files 179 179
Lines 50706 50706
=========================================
+ Hits 45866 46579 +713
+ Misses 4840 4127 -713
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26832 +/- ##
=========================================
+ Coverage 90.45% 91.85% +1.4%
=========================================
Files 179 179
Lines 50706 50706
=========================================
+ Hits 45866 46578 +712
+ Misses 4840 4128 -712
Continue to review full report at Codecov.
|
doc/source/whatsnew/v0.25.0.rst
Outdated
@@ -100,6 +100,28 @@ Other Enhancements | |||
- :class:`DatetimeIndex` and :class:`TimedeltaIndex` now have a ``mean`` method (:issue:`24757`) | |||
- :meth:`DataFrame.describe` now formats integer percentiles without decimal point (:issue:`26660`) | |||
|
|||
.. _whatsnew_0250.dependencies: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you merge this with the existing section
Increased minimum versions for dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these as part of the numpy 1.13 bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops forgot about that.
All green. |
================================================================ ========================== | ||
Package Minimum supported version | ||
================================================================ ========================== | ||
`setuptools <https://setuptools.readthedocs.io/en/latest/>`__ 24.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should bump this too, but orthogonal
xref #26595 (comment)