Skip to content

Tags: matthewwardrop/spec-classes

Tags

v1.5.7

Attr: Improve robustness of skipping descriptors during instantiation.

v1.5.6

Fix `NoneType` reference in Python <3.10.

v1.5.5

fix: Always compare sentinels to object ids to prevent issues with (e…

….g.) pandas.

v1.5.4

Increase robustness of sentinel equality checks.

v1.5.3

Add support for explicitly indicating that a value should remain unch…

…anged via `UNCHANGED`.

v1.5.2

Fix threading issues when multiple threads attempt to bootstrap a spe…

…c-class.

v1.5.1

Alias: deepcopy fallback before returning.

v1.5.0

Extend `Alias` with support for nested structure.

v1.4.5

Extend type checking to `tuple` and `type` annotations.

v1.4.4

Fix instance state imputation when spec-classes are coming from deser…

…ialized representations.