Release Notes¶
Falsifier 2.0 (2024-12-20)¶
Deprecations and Removals¶
Remove immutability on
Falsifierclass as it may cause metaclass conflicts on derived classes. Developers may use a separate mixin, such asfrigid.ImmutableObjectto achieve immutability on derived classes.
Falsifier 1.0 (2024-12-15)¶
Features¶
Add
Falsifierbase class for creating objects that evaluate toFalsein boolean contexts. Each instance has a unique identity, supports proper equality comparison and hashing, and can be used in collections like sets and dictionaries.
Supported Platforms¶
Add support for CPython 3.10 to 3.13.
Add support for PyPy 3.10.