Skip to content

v0.4.0

Compare
Choose a tag to compare
@FloBay FloBay released this 27 Dec 13:04
· 39 commits to main since this release
139abe6

v0.4.0

  • Add more examples and improved documentation (#9)
  • Add clipping option to handle values outside the expected range (#11)
  • Change to tomllib standard library, which leads to python >= 3.11, but removes dependence on the toml package and gets the newest TOML syntax v1.0) (#12)
  • Fix handling of duplicate aggregation (#10, #13)
  • Minor improvements and fixes