summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2021-02-22 11:50:52 -0300
committerGitHub <noreply@github.com>2021-02-22 11:50:52 -0300
commit7c46c3f0c1f1e1f8b63a4c874757cc391f30cb67 (patch)
tree9954d369eb7b2a1a61acec05e8cd47e61476ff2c /CHANGES
parentfc4c74febb522d2c32dce4220371a967e34047dc (diff)
parent59b8b0a19385a710f41ff16253a37371b19a5647 (diff)
downloadpint-7c46c3f0c1f1e1f8b63a4c874757cc391f30cb67.tar.gz
Merge branch 'master' into fix_power
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d426ae..e3ef610 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@ Pint Changelog
- Fix issue with reducable dimensionless units when using power (Quantity**ndarray)
(Issue #1185)
+- Fix comparisons between Quantities and Measurements.
+ (Issue #1134, thanks lewisamarshall)
+- Implemented benchmarks based on airspeed velocity.
+- Fix tolist function with scalar ndarray.
+ (Issue #1195, thanks jules-ch)
+- UnitsContainer returns false if other is str and cannnot be parsed
+ (Issue #1179, thanks rfrowe)
+- Add Github Actions CI. (Issue #1236)
+- Fix numpy.linalg.solve unit output. (Issue #1246)
0.16.1 (2020-09-22)