Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@ShiJbey ShiJbey released this 28 Mar 04:37

1.4.0 (2024-03-27)

Changed

  • Moved version information to __version__ attribute in top-level __init__.py to comply with Python conventions.
  • Floating point numbers no longer use scientific notation but must use the [##.###] syntax

Added

  • [] characters to signal to the parse that all values between the braces should be treated as a single literal value
  • DBQuery to the default imports in the top-level __init__.py

Fixed

  • Parsing error with floating point values