Skip to content

2.3.1 (Post-release update)

Latest
Compare
Choose a tag to compare
@cpiker cpiker released this 21 Nov 06:52
· 15 commits to main since this release

This version corrects issues with the stream validation script, das_verify, namely:

  • Explicitly setting text file encodings as UTF-8 when reading XML schemas (affects Windows)
  • Generates the script launcher via pyproject.toml (general build improvement, all platforms)

...and adds a two small member functions:

  • DasTime.isoc() - Convenience wrapper for generating day-of-month time strings
  • DasTime.isod() - Convenience wrapper for generating day-of-year time strings

As to be expected from the minor revision bump, basic functionality is the same as version 2.3.0.

For users of Anaconda or PyPI packages, all version numbers in those package managers now match the corresponding github tags.