-
Notifications
You must be signed in to change notification settings - Fork 470
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
Release 0.11 on Feb 18, 2020 #1011
Comments
Right now, #883 is tagged for 0.11, but I very much doubt that it will be ready by Feb 18. Would you want to bump #883 to 0.12 or hold the release until it is ready? I have no preference either way. I unfortunately do not have a good estimate on when I'd be able to get it done, although I am hopeful that it could be late February/early March. Also, my availability to help with #947 will also be limited until then. |
I would bump it to 0.12. Hopefully this will help us to do a monthly release! Also I hope to have improvements in the numpy coverage as described in #981 |
pydata/xarray#3266 reminded me that the |
Also, @hgrecco, would you like the NEP 18 |
@jthielen Go ahead! |
1029: Remove array interface protocol fallback and NEP 18 warning r=hgrecco a=jthielen As mentioned in #1011, this PR removes the array interface protocol fallback that was deprecated in 0.10, as well as the NEP 18 warning on first array Quantity creation. - ~~Closes # (insert issue number)~~ - [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [x] The change is fully covered by automated unit tests - [x] Documented in docs/ as appropriate - [x] Added an entry to the CHANGES file Co-authored-by: Jon Thielen <github@jont.cc>
I have proposing to release version 0.11 in two weeks. I have added a few milestones of things tha I would like to include in that release. Full decimal support is postponed on purpose as it is rather a large change and I would like to test it further.
Please comment or suggest
The text was updated successfully, but these errors were encountered: