Skip to content

Releases: niklasf/indexed.py

v1.3.0

26 Oct 20:54
d4062b0

Choose a tag to compare

  • Drop support for Python 3.5 and Python 3.6 (end of life).
  • Implement |and |= operators from Python 3.9.

v1.2.1

26 Oct 20:40

Choose a tag to compare

  • Fix missing import of collections.abc.

v1.2.0

03 Jul 14:21

Choose a tag to compare

  • Drop support for Python 3.4 (end of life).
  • Use kwonly args for internal arguments.
  • Update internal collections imports to collections.abc.

v1.1.0

11 May 19:40

Choose a tag to compare

  • Added IndexedOrderedDict.sort().
  • Added alias indexed.Dict for indexed.IndexedOrderedDict.

v1.0.0

11 May 19:38

Choose a tag to compare

Modernize/clean old version for stable release.

indexed.py 0.0.1

06 Sep 20:30

Choose a tag to compare

Initial release as published on PyPi.