Releases: haukex/pytoa5
Releases · haukex/pytoa5
PyTOA5 v1.0.0
- Drop support for Python 3.9 (EOL) and begin testing on Python 3.14
- Potentially incompatible change:
toa5.read_headernow returns the named tupletoa5.FileHeader - Deprecated
toa5.write_headerin favor of the methodtoa5.FileHeader.rows toa5.read_headernow accepts any Iterable, not just Iterators- Added
toa5.HEADER_ROWS
PyTOA5 v0.9.2
- Added
toa5.ColumnHeader.simple_checks - Potentially incompatible changes:
- Added
stricttotoa5.default_col_hdr_transform()and enabled it by default, so the characters/[]are now not allowed in column names toa5.default_col_hdr_transform()now strips whitespacetoa5.default_col_hdr_transform()andtoa5.sql_col_hdr_transform()now no longer drop "Smp" fromtoa5.ColumnHeader.prc- Therefore, temporarily marked this project as "Beta"
PyTOA5 v0.9.1
- Actually allow overriding
toa5.read_pandasarguments (didn't work as documented, GH issue #1) - Made
toa5.read_pandasarguments more flexible: accept filename as well, and allow overriding all arguments. - Added
--sql-namesand--allow-dupesto CLI - A few documentation updates.
PyTOA5 v0.9.0
- Initial release