0.3.0
Highlights
field
now checks that values are hashable by default. This can be disabled by
settingcheck=False
.- Added
as_hashable
utility to easily compare different configs and pydantic Models. - Added
check_unique
utility to check whether models are unique.
Merged PRs
- Deploy docs on release only by @befelix in #49
- Field values are hashable by @befelix in #51
- Intersphinx enabled by @befelix in #50
- as_hashable utility added by @befelix in #52
- check_unique added for models and configs by @befelix in #53
- Version 0.3.0 by @befelix in #54
Full Changelog: v0.2.1...v0.3.0