Skip to content

v0.5.1 - Make picklable, fix union deserialization

Choose a tag to compare

@fwkoch fwkoch released this 19 Jun 04:26
· 123 commits to dev since this release

Minor Changes

  • Pickling HasProperties instances works better now. They no longer override __reduce__ and __setstate__, and instead are just tweaked so the default pickle behavior is satisfactory (see #243).

Bug Fixes

  • Bug where union deserialization leads to invalid state has been fixed (see #245).