Skip to content

Releases: jaumebonet/libconfig

Keeping Up with Pandas

19 Jul 12:16
93a7d0b
Compare
Choose a tag to compare

With v0.25.0, pandas is abandoning python2.7
Also, they changed where the type checkers are, so this is now compensated

The ifndef era!

23 Nov 11:42
eab0a1e
Compare
Choose a tag to compare

This version introduces the indef context manager to avoid re-register a given option.
Includes also new Exception objects.

Usability improvements

21 Nov 16:29
Compare
Choose a tag to compare

This release includes a way to temporary change option values through a with statement and the option to search for a config file in a multilevel approach (local, repo-root, user-home)