-
-
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. can you merge this with the existing section
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Whoops forgot about that. |
||
|
||
Updated minimum supported dependency versions | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Pandas now requires at least the following versions | ||
|
||
=============== =================== ========= | ||
Package N New minimum version Required? | ||
=============== =================== ========= | ||
python-dateutil 2.6.1 yes | ||
pytz 2017.2 yes | ||
bs4 4.6.0 | ||
xlsxwriter 0.9.8 | ||
openpyxl 2.4.8 | ||
xlrd 1.1.0 | ||
xlwt 1.2.0 | ||
=============== =================== ========= | ||
|
||
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more. | ||
|
||
|
||
.. _whatsnew_0250.api_breaking: | ||
|
||
Backwards incompatible API changes | ||
|
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