Skip to content

v0.6.0

Compare
Choose a tag to compare
@percevalw percevalw released this 13 Sep 13:50
· 19 commits to main since this release
02a1178

Changelog

Fixed

  • Support IPython autoreload on confit wrapped functions
  • Support using config files with scripts without a dedicated section header
  • Disable configparser interpolation (% symbol)
  • Better support for escaped strings in config files
  • Various registry-related fixes

Added

  • Non-relevant fields (outside the script dedicated section) are no longer instantiated when running a script with a config file
  • We now support loading and serializing configs in yaml syntax (Confit.from_yaml_str, Confit.to_yaml_str, Confit.from_disk("___.yaml") and Confit.to_disk("___.yaml"))

Pull Requests

Full Changelog: v0.5.6...v0.6.0