Skip to content

Releases: neutrinoceros/inifix

v4.2.1

09 Mar 09:49
deb0b37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

08 Mar 20:30
e4176df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

06 Feb 13:37
1e39991
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

30 Jan 16:56
4e858f8
Compare
Choose a tag to compare

What's Changed

  • TST: use requirement files instead of optional dependencies for tests and type checking by @neutrinoceros in #141

Full Changelog: v3.1.0...v4.0.0

v3.1.0

08 Jan 16:51
b53755d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

24 May 10:36
c4cd2b7
Compare
Choose a tag to compare

What's Changed

This release contains a small, yet breaking change: in previous versions of inifix, t and f were read as booleans. This feature was never documented and was never supported in Idefix. Meanwhile, Idefix (dev) now supports reading yes and no as booleans, so inifix will now also automatically parse these special strings to booleans.

  • ENH: add special rules to parse 'yes' and 'no' as booleans (follow Idefix dev) by @neutrinoceros in #114

Full Changelog: v2.3.0...v3.0.0

v2.3.0

30 Apr 22:36
63a1dde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

30 Apr 08:07
4daea6d
Compare
Choose a tag to compare

What's Changed

  • BUG: fix a regression (inifix 2.2.0) where inifix.dump was able to write to a file even if user doesn't have permission to by @neutrinoceros in #110

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Apr 21:45
10f340d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2

28 Apr 13:43
bf3b827
Compare
Choose a tag to compare

What's Changed

  • BUG: fix a bug where formatting would affect spacing within quoted str values
  • BUG: fix a bug where strings containing spacing would be dumped without correct quotes,
    making them appear as multiple separate values
  • BUG: fix a bug where special strings 'true', 't', 'false' and 'f' would decay to boolean after two parsing cycles
  • BUG: fix import * for inifix.io (add loads and dumps)

by @neutrinoceros in #107

Full Changelog: v2.1.1...v2.1.2