22CHANGES
33=======
44
5+ ------
6+ 0.12.4
7+ ------
8+
9+ - Fix broken support for `pq.Quanitty('mbar')`
10+ - Add a `__format__` implementation for Quantity
11+ - Fix `np.arctan2` regression due to newer numpy version
12+ - Fix "<ufunc 'clip'> not supported" error
13+ - Test against Python 3.8 and NumPy 1.17
14+
15+ All changes
16+ ***********
17+
18+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed+closed%3A2019-02-23..2020-01-08+
519
620------
7210.12.3
@@ -13,7 +27,7 @@ Added microcoulomb and millicoulomb units.
1327All changes
1428***********
1529
16- https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated %3A2018-07-03..2019-02-22
30+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20closed %3A2018-07-03..2019-02-22
1731
1832
1933------
@@ -25,7 +39,7 @@ Added SI multiples for the byte unit (kB, MB, ...) and the IEC units (KiB, MiB..
2539All changes
2640***********
2741
28- https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated %3A2017-09-01..2018-07-02
42+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20closed %3A2017-09-01..2018-07-02
2943
3044
3145------
@@ -35,7 +49,7 @@ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Acl
3549Bugs fixed
3650**********
3751
38- https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated %3A2017-08-02..2017-08-30
52+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20closed %3A2017-08-02..2017-08-30
3953
4054-----
41550.12.0
@@ -50,7 +64,7 @@ Added more ufuncs: equal, not_equal, less, less_equal, greater, greater_equal
5064Bugs fixed
5165**********
5266
53- https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20updated %3A2015-12-06..2017-08-01
67+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20closed %3A2015-12-06..2017-08-01
5468
5569
5670-----
@@ -66,7 +80,7 @@ The test suite is now run with Travis CI
6680Bugs fixed
6781**********
6882
69- https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20updated %3A2011-09-27..2015-12-06
83+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20closed %3A2011-09-27..2015-12-06
7084
7185
7286-----
0 commit comments