Releases: HubTou/PyLists4C
Releases · HubTou/PyLists4C
PyLists4C-1.1.0
- Major release:
- Added support for ETYPE_NULL elements everywhere
- Added support for type indicators in list() constructor
- Added support for decimal exponents in list() constructor
- CHANGED the behavior of the list() constructor:
- Garbage is now represented with a NULL element instead of an empty STRING
- CHANGED the display of the listPrint(), listDebug() and listStr() functions:
- For char and uchar, both the character and its numerical value are now displayed, when possible
- For float, double and longdouble, %g is now used instead of %f
- Added 2 new test programs:
- tests/test_exponents.c
- tests/test_typeIndicator.c
PyLists4C-1.0.1
- Minor release
- Fixes #3
- Improves documentation
PyLists4C-1.0.0
- First public release
- Just in time for Saint Hubert, after starting this August on my free time