Skip to content

Releases: haukex/pytoa5

PyTOA5 v1.0.0

19 Nov 14:36

Choose a tag to compare

  • Drop support for Python 3.9 (EOL) and begin testing on Python 3.14
  • Potentially incompatible change: toa5.read_header now returns the named tuple toa5.FileHeader
  • Deprecated toa5.write_header in favor of the method toa5.FileHeader.rows
  • toa5.read_header now accepts any Iterable, not just Iterators
  • Added toa5.HEADER_ROWS

https://pypi.org/project/PyTOA5/1.0.0/

PyTOA5 v0.9.2

21 Oct 13:37

Choose a tag to compare

  • Added toa5.ColumnHeader.simple_checks
  • Potentially incompatible changes:
  • Added strict to toa5.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 whitespace
  • toa5.default_col_hdr_transform() and toa5.sql_col_hdr_transform() now no longer drop "Smp" from toa5.ColumnHeader.prc
  • Therefore, temporarily marked this project as "Beta"

https://pypi.org/project/PyTOA5/0.9.2/

PyTOA5 v0.9.1

19 Oct 11:22

Choose a tag to compare

  • Actually allow overriding toa5.read_pandas arguments (didn't work as documented, GH issue #1)
  • Made toa5.read_pandas arguments more flexible: accept filename as well, and allow overriding all arguments.
  • Added --sql-names and --allow-dupes to CLI
  • A few documentation updates.

https://pypi.org/project/PyTOA5/0.9.1/

PyTOA5 v0.9.0

18 Oct 13:51

Choose a tag to compare