Change Log#

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project follows a MAJOR.PATCH versioning strategy.

Unreleased#

Release 1.1 - 2023/01/17#

Added#

  • Element now supports xml representation of iterable values with double space '  ' separator (!3).

  • Element.value property now supports type parsing for int, float, datetime, timedelta and list (with double space separator, !3).

  • Element tag indentation can be globally customized (!3).

Changed#

  • Raise an AttributeError when the user try to access an ElementWindow .start or .end attribute (!3).

  • Return self on Element.set_value() (!3).

Fixed#

  • AGM log results parser (!2).

  • read_ptx() and agm_simulation() on non-stripped PTR content (!3).

Release 1.0 - 2022/10/21#

Added#

  • Add PTR reader (read_ptr).

  • Add AGM simulation (agm_simulation).

  • Add juice-agm command line interface.