- Nothing changed yet.
- Python 3 support
- When asking for updates from generation 0, only adds are sent. Never removals, making this common case more efficient.
- Added a
changed
method to make intent clear when simply recording changes. - Fixed: exceptions were raised when objects added to generational sets quacked a little like generational sets.
- Improved subset APIs:
- No longer need to specify superset flag.
- Can have set and non-set children.
- A subset can be created without a parent and the parent will be set when it's added to a containing set.
- Fixed: Internal data structures were misshandled when there were more
- than the maximum number of removals.
(Release 0.1.1 was made in error.)
Initial release