Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Mar 22, 2021
1 parent 1090d56 commit 5c2ee4c
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down

0 comments on commit 5c2ee4c

Please sign in to comment.