-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
DEP: bump numpy min version? #33718
Comments
+1 in bumping to 1.15.x even 1.16.x is ok |
According to https://numpy.org/neps/nep-0029-deprecation_policy.html#drop-schedule, NumPy 1.14 can / should be dropped after
|
I would also follow NEP29, which means np 1.14 for pandas 1.1 (and then can probably go to np 1.15 after pandas 1.1 is released) |
@jorisvandenbossche doesn't NEP29 say we're already supposed to drop 1.14, since it's the next release after January 7, 2020? |
Whoops, sorry, yes I should have said 1.15 and 1.16, instead of 1.14 and 1.15 |
We currently require 1.13.3 which was released 2017-09-29. The last bump was in 0.25.0 (#25554).
I think its time for another bump. The release dates for the 1.x.0 and 1.x.MAX versions out there:
1.14.0 -> 2018-01-06
1.14.6 -> 2018-09-23
1.15.0 -> 2018-07-23
1.15.4 -> 2018-11-04
1.16.0 -> 2019-01-13
1.16.6 -> 2019-12-29
1.17.0 -> 2019-07-06
1.17.5 -> 2020-01-01
1.15.4 looks not-unreasonable to me.
The text was updated successfully, but these errors were encountered: