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.