All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres mostly to Semantic Versioning. However, all releases before 1.0.0 have breaking changes between minor-version updates.
1.4.0 - 2024-03-27
- Moved version information to
__version__attribute in top-level__init__.pyto comply with Python conventions. - Floating point numbers no longer use scientific notation, but must use the
[##.###]syntax
[]characters to signal to the parse that all value between the braces should be treated as a single literal valueDBQueryto the default imports in the top-level__init__.py
- Parsing error with floating point values
1.3.1 - 2024-03-25
- Add
py.typedandMANIFEST.infiles to prevent typing warnings
1.3.0 - 2024-03-12
initial Python release.