Skip to content

Commit 74e5ea5

Browse files
committed
Updated change log
1 parent 671b134 commit 74e5ea5

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

CHANGES.txt

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@ CHANGES
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
-----
741
0.12.0
842
-----
@@ -87,7 +121,7 @@ more robust.
87121
Bugs 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
109143
with numpy's version of these functions.
110144

111145
Quantities development has migrated from bzr/launchpad to
112-
git/github. Please report problems to
146+
git/github. Please report problems to
113147
http://github.com/python-quantities/python-quantities or visit the
114148
mailing list at http://groups.google.com/group/python-quantities
115149

@@ -144,7 +178,7 @@ as well.
144178

145179
Numpydoc, an external package developed to extend Sphinx for the
146180
numpy documentation project, is now required to build quantities'
147-
documentation.
181+
documentation.
148182

149183
Bugs fixed
150184
**********

doc/devel/release.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ Releases
55
Creating Source Releases
66
========================
77

8-
Quantities is distributed as a source release for Linux and OS-X. To create a
8+
Quantities is distributed as a source release for Linux and Mac OS. To create a
99
source release, just do::
1010

1111
python setup.py register
12-
python setup.py sdist --formats=zip,gztar upload --sign
12+
python setup.py sdist --formats=zip,gztar
13+
twine upload dist/quantities-<x.y.z>.*
1314

15+
(replacing `x`, `y` and `z` appropriately).
1416
This will create the tgz source file and upload it to the Python Package Index.
1517
Uploading to PyPi requires a .pypirc file in your home directory, something
1618
like::
@@ -58,7 +60,7 @@ which will produce the html output and save it in build/sphinx/html. Then run::
5860
make all-pdf
5961
cp Quantities.pdf ../html
6062

61-
which will generate a pdf file in the latex directory.
63+
which will generate a pdf file in the latex directory.
6264

6365
.. _Sphinx: http://sphinx.pocoo.org/
6466
.. _LaTeX: http://www.latex-project.org/

0 commit comments

Comments
 (0)