-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPS: Bump numpy to 1.13.3 #25554
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
DEPS: Bump numpy to 1.13.3 #25554
Changes from 21 commits
bcaf944
ca28cdb
4830f49
49e8a06
01e2b06
a3e09c2
27bf206
64fc701
327ef30
f3f7d2b
5f2e19b
e3d9f6e
182d67c
d0bb930
3ea9cd8
ffd86ff
fb449ea
a7d7190
aad68c6
fa674e3
8005679
b4288e9
e0f8a6d
445a9a2
20ad5a5
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 |
---|---|---|
|
@@ -159,29 +159,53 @@ cause a ``SparseSeries`` or ``SparseDataFrame`` to be returned, as before. | |
Increased minimum versions for dependencies | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Due to dropping support for Python 2.7, a number of optional dependencies have updated minimum versions. | ||
Independently, some minimum supported versions of dependencies were updated (:issue:`23519`, :issue:`24942`). | ||
Due to dropping support for Python 2.7, a number of optional dependencies have updated minimum versions (issue:`25725`, :issue:`24942`, :issue:`25752`). | ||
Independently, some minimum supported versions of dependencies were updated (:issue:`23519`, :issue:`25554`). | ||
If installed, we now require: | ||
|
||
+-----------------+-----------------+----------+ | ||
| Package | Minimum Version | Required | | ||
+=================+=================+==========+ | ||
| beautifulsoup4 | 4.4.1 | | | ||
+-----------------+-----------------+----------+ | ||
| openpyxl | 2.4.0 | | | ||
+-----------------+-----------------+----------+ | ||
| pymysql | 0.7.9 | | | ||
+-----------------+-----------------+----------+ | ||
| pytz | 2015.4 | | | ||
+-----------------+-----------------+----------+ | ||
| sqlalchemy | 1.1.4 | | | ||
+-----------------+-----------------+----------+ | ||
| xlsxwriter | 0.7.7 | | | ||
+-----------------+-----------------+----------+ | ||
| xlwt | 1.0.0 | | | ||
+-----------------+-----------------+----------+ | ||
| pytest (dev) | 4.0.2 | | | ||
+-----------------+-----------------+----------+ | ||
+-----------------+-----------------+-----------------------+ | ||
| Package | Minimum Version | Comment | | ||
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. this is too verbose. pls separate into 2 tables, the basic deps (numpy, pytz, bottleneck, numexpr); make the table like we had it exactly you can make a table for other things, but i am going to limit that list. 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. I kept pytest due to #23519. I kept the structure of the table because the distinction between the kind of requirement (hard requirement vs. requirement if installed) is clearer like this, and fits with the other table. |
||
+=================+=================+=======================+ | ||
| numpy | 1.13.3 | Required | | ||
+-----------------+-----------------+-----------------------+ | ||
| pytz | 2015.4 | Required | | ||
+-----------------+-----------------+-----------------------+ | ||
| bottleneck | 1.2.1 | Required if installed | | ||
+-----------------+-----------------+-----------------------+ | ||
| numexpr | 2.6.2 | Required if installed | | ||
+-----------------+-----------------+-----------------------+ | ||
| pytest | 4.0.2 | Development-only req. | | ||
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. this is a misleading comment for pytest. its required if you run tests Require if installed is very misleading, remove it 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. I reverted it. That being said, |
||
+-----------------+-----------------+-----------------------+ | ||
|
||
For `optional libraries <https://pandas-docs.github.io/pandas-docs-travis/install.html#dependencies>`_ the general recommendation is to use the latest version. | ||
The following table lists the lowest version per library that is currently being tested throughout the development of pandas. | ||
Optional libraries below the lowest tested version may still work, but are not considered supported. | ||
|
||
+-----------------+-----------------+-----------------------+ | ||
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. remove the comment column. 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. Done. |
||
| Package | Minimum Version | Comment | | ||
+=================+=================+=======================+ | ||
| fastparquet | 0.2.1 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| matplotlib | 2.2.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| openpyxl | 2.4.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| pyarrow | 0.9.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| pytables | 3.4.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| scipy | 0.19.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| sqlalchemy | 1.1.4 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| xarray | 0.8.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| xlrd | 1.0.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| xlsxwriter | 0.7.7 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| xlwt | 1.0.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
|
||
.. _whatsnew_0250.api.other: | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.