v0.7
Backwards-incompatible changes
- Remove
safe_get
, because thedsoParams
class already checks for existance of keys
Fixes
- Improved the read_params function by enforcing the params.yaml to be read as is. "Yes", "No" will not be converted to booleans anymore. Related to issue #22
What's Changed
- Bump version by @grst in #26
- Update LICENSE to LGPL by @grst in #27
- Remove safe_get by @grst in #25
- Docs website with pkgdown by @grst in #28
- resolved issue #22. Yes/No will not be converted to booleans by @DSchreyer in #23
- Update README.md by @grst in #29
Full Changelog: v0.6.0...v0.7.0