v0.4.0
Summary
We're pleased to announce reclass-rs v0.4.0.
This release adds better support for initializing Reclass instances from Python.
The release contains breaking changes for users that have already upgraded to v0.3.0. Please see the linked PRs for details.
Changes
3 changes since v0.3.0
🔎 Breaking Changes
- Refactor
Reclass
constructor classmethods (#104) - Allow disabling reclass-rs diagnostic messages for unknown config options (#106)
🚀 Features
- Add Python classmethod
Config.from_dict()
(#105)