-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
60 lines (46 loc) · 2.26 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
History
=======
=========== ==================================================================
Version Changes
=========== ==================================================================
0.11.4 Updated ISO 4217 currency database.
0.11.3 Updated ISO 4217 currency database.
0.11.2 Updated documentation.
0.11.0 Complete redesign with simplified meta classes.
API not compatible to previous version!
Required Python version set to 3.7.
Updated required version of 'decimalfp' to 0.11.4.
Added 'pytest' as required for tests.
Ported tests to 'pytest'.
Added module defining SI prefixes.
Reformatted code and fixed names according to PEP 8.
Added and revised test cases and type hints.
0.10.1 Updated ISO 4217 currency database.
0.10.0 Dropped compatibility with Python 2.x.
Set required Python version to 3.6.
Updated required version of 'decimalfp' to 0.11.1.
Changed project layout.
0.9.0 Converters raise new exception 'UnitConversionError' instead of
returning None.
Changed priority of converters: they are tried in *reversed* order
of registration.
Added 'MoneyConverter' ('quantity.money.converter.py').
0.8.1 Refactored class 'Term'.
Some bug fixes.
0.8.0 Exceptions raised by Quantity.__new__ changed to QuantityError.
Added function 'generateUnits'.
Added sub-package 'money'.
0.7.3 Added function 'sum'.
Added method 'Quantity.allocate'.
0.7.2 Prevent __dict__ from being built for subclasses of Quantity or
Unit.
Made 'refUnitSymbol' and 'refUnitName' read-only properties.
Added class property 'quantum' as option to define quantized
quantities.
Removed '__version__' from all sub-modules.
0.7.1 Added 'install_requires' to setup.py.
Corrected unit of 'Kelvin' in doc and README.
Added method 'Quantity.quantize'.
Enhanced method 'Quantity.__round__': round to quantity or unit.
0.7.0 First public release.
=========== ==================================================================