summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-18 23:41:32 +0000
committerGitHub <noreply@github.com>2020-02-18 23:41:32 +0000
commit27a9975f686d3c467ace6ae1d1b6a9c5f2b5b933 (patch)
tree3d0063f3f698f0fd9ea4dfa62afe38a3f2db59fa /CHANGES
parent248bca4b282050981a914ee0098b24c7e2731c12 (diff)
parente82b9b059ddf30739b362b6a233e832c3d3eddb5 (diff)
downloadpint-27a9975f686d3c467ace6ae1d1b6a9c5f2b5b933.tar.gz
Merge #1029
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>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2fb9e3a..933afc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@ Pint Changelog
0.11 (unreleased)
-----------------
+- Quantities wrapping NumPy arrays will no longer warning for the changed
+ array function behavior introduced in 0.10.
+ (Issue #1029, Thanks Jon Thielen)
+- **BREAKING CHANGE**:
+ The array protocol fallback deprecated in version 0.10 has been removed.
+ (Issue #1029, Thanks Jon Thielen)
- Now we use `pyproject.toml` for providing `setuptools_scm` settings
- Remove `default_en_0.6.txt`
- Reorganize long_description.