Skip to content

v1.2.0

Compare
Choose a tag to compare
@neutrinoceros neutrinoceros released this 19 Mar 11:29
· 577 commits to main since this release
63460ce

What's Changed

new public API fonction

added inifix.dumps and inifix.loads convenience functions to mirror std lib module json API
contributed by @neutrinoceros in #99

Bug fixes

With this release I'm changing type casting rules for number using the exponent notation, and restricting it to floats, while in previous versions "1e5" would be decoded as an integer, and int(100_000) would conversely be encoded as "1e5". The previous behaviour was problematic because Idefix (1.0) itself cannot parse this notation if it's used for integers.
fix by @neutrinoceros in #99

Full Changelog: v1.1.0...v1.2.0