Skip to content

Releases: actapia/multiset-key-dict

v0.2.3

07 Jun 05:25

Choose a tag to compare

This release fixes the description on PyPI.

v0.2.2

19 May 18:58

Choose a tag to compare

This release fixes a bug in which set_keys would raise an exception when the MultisetKeyDict was empty. set_keys now properly returns an empty frozenset.

v0.2.1

09 Apr 21:54

Choose a tag to compare

This release adds the distinct method to FrozenMultiset and adds FrozenMultiset to __all___.

v0.1.0

09 Apr 16:26

Choose a tag to compare

This is the first release of multiset-key-dict.