33=======
44
55
6+ ------
7+ 0.12.3
8+ ------
9+
10+ Updates to support NumPy up to version 1.16.1, and Python 3.7.
11+ Added microcoulomb and millicoulomb units.
12+
13+ All changes
14+ ***********
15+
16+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated%3A2018-07-03..2019-02-22
17+
18+
19+ ------
20+ 0.12.2
21+ ------
22+
23+ Added SI multiples for the byte unit (kB, MB, ...) and the IEC units (KiB, MiB...).
24+
25+ All changes
26+ ***********
27+
28+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated%3A2017-09-01..2018-07-02
29+
30+
31+ ------
32+ 0.12.1
33+ ------
34+
35+ Bugs fixed
36+ **********
37+
38+ https://github.com/python-quantities/python-quantities/issues?utf8=✓&q=is%3Aclosed%20updated%3A2017-08-02..2017-08-30
39+
640-----
7410.12.0
842-----
@@ -87,7 +121,7 @@ more robust.
87121Bugs fixed
88122**********
89123
90- * #1 use revolution/min instead of 1/min as definition of rpm
124+ * #1 use revolution/min instead of 1/min as definition of rpm
91125* #2 silently fail to import test runner if nose is not installed
92126* #4 remove the "jiffy", as there are conflicting definitions
93127 depending on (or even within a) discipline.
@@ -109,7 +143,7 @@ The log and exp functions have been removed. Quantities will work
109143with numpy's version of these functions.
110144
111145Quantities development has migrated from bzr/launchpad to
112- git/github. Please report problems to
146+ git/github. Please report problems to
113147http://github.com/python-quantities/python-quantities or visit the
114148mailing list at http://groups.google.com/group/python-quantities
115149
@@ -144,7 +178,7 @@ as well.
144178
145179Numpydoc, an external package developed to extend Sphinx for the
146180numpy documentation project, is now required to build quantities'
147- documentation.
181+ documentation.
148182
149183Bugs fixed
150184**********
0 commit comments