diff --git a/CHANGES b/CHANGES index c0cb09291..720c9d113 100644 --- a/CHANGES +++ b/CHANGES @@ -4,19 +4,32 @@ Pint Changelog 0.17 (unreleased) ----------------- +- Add the Wh unit for battery capacity measurements + (PR #1260, thanks Maciej Grela) - 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) + (Issue #1134, thanks lewisamarshall) - 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) - Support numpy.lib.stride_tricks.sliding_window_view. (Issue #1255) - +- NEP29 Support docs. +- Move all tests to pytest. +- Fix to __pow__ and __ipow__ +- Migrate to Github Actions. + (Issue #1236) +- Update linter to use pre-commit. +- Quantity comparisons now ensure other is Quantity. +- Add sign function compatibility. + (thanks Robin Tesse) +- Fix scalar to ndarray tolist. +- Fix tolist function with scalar ndarray. + (Issue #1195, thanks jules-ch) +- Corrected typos and dacstrings +- Implements a first benchmark suite in airspeed velocity (asv). +- Power for pseudo-dimensionless units. + (Issue #1185, thanks Kevin Fuhr) 0.16.1 (2020-09-22) -------------------