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
|
CSA NEWS --- history of user-visible changes.
Copyright (C) 2012, 2018, 2020 Mikael Djurfeldt
Please send CSA bug reports to mikael@djurfeldt.com.
Changes in 0.1.13:
* Bug fixes
Use simple regexp match to find version. Fixes issue #25.
Changes in 0.1.12:
* Bug fixes
Adapt to change in iterator behavior (PEP-0479).
Changes in 0.1.10:
* Build Debian package for Python3
* Bug fixes
Further support for Python3.
Properly specify requirements in setup tools.
Changes in 0.1.8:
* Support for Python3
* Building in separate build directory enabled
* New geometry functions grid3d and random3d
* Bug fixes
Changes in 0.1.0:
* Partial support for reading and writing XML
* Tutorial in doc directory
* New functions and operators
Changes in 0.0.4:
First release: 0.0.1
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end:
|