Skip to content

0.3.0

Compare
Choose a tag to compare
@befelix befelix released this 05 Jan 14:20
· 15 commits to main since this release
b777bf4

Highlights

  • field now checks that values are hashable by default. This can be disabled by
    setting check=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

Full Changelog: v0.2.1...v0.3.0