Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 12:47
· 88 commits to main since this release
v0.4.0
ffb0d96

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)