-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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 15 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 |
---|---|---|
|
@@ -158,29 +158,64 @@ 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`). | ||
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 | | | ||
+-----------------+-----------------+----------+ | ||
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`). | ||
|
||
Below is an overview of the minimal versions, as required resp. recommended. 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. Not sure if that's what you had in mind in your review, but I think this is actually a good overview that:
Also, going through this exercise made me realise that by requiring the removal of the Some other versions had no compat testing whatsoever (which does not fit with specifying minimum versions for them in |
||
|
||
+-----------------+-----------------+-----------------------+ | ||
| 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 | | ||
+-----------------+-----------------+-----------------------+ | ||
| beautifulsoup4 | 4.4.1 | Lowest tested version | | ||
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 beautifulsoup, blosc, gcfs, junja2, lxml, psycopg2, pymsql, s3fs, cython and pytest 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. pytest was explicitly added to this table by #23519. I added all the libraries from https://pandas-docs.github.io/pandas-docs-travis/install.html#dependencies. I think this is a worthwhile overview to have somewhere (maybe not the whatsnew). Thoughts, @datapythonista? |
||
+-----------------+-----------------+-----------------------+ | ||
| blosc | 1.14.3 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
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. |
||
| fastparquet | 0.2.1 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| gcsfs | 0.1.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| jinja2 | 2.8 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| lxml | 3.7.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| matplotlib | 2.2.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| openpyxl | 2.4.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| psycopg2 | 2.6.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| pyarrow | 0.9.0 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| pymysql | 0.7.9 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| pytables | 3.4.2 | Lowest tested version | | ||
+-----------------+-----------------+-----------------------+ | ||
| s3fs | 0.0.8 | 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 | | ||
+-----------------+-----------------+-----------------------+ | ||
| cython | 0.28.2 | Development-only req. | | ||
+-----------------+-----------------+-----------------------+ | ||
| pytest | 4.0.2 | Development-only req. | | ||
+-----------------+-----------------+-----------------------+ | ||
|
||
.. _whatsnew_0250.api.other: | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.