Skip to content

Releases: MaxG87/collectiondict

v1.0.0

Choose a tag to compare

@MaxG87 MaxG87 released this 16 Feb 14:35
63bf49e

1.0.0 (2025-02-16)

Build System

  • switched to uv for project management
  • some internal improvements regarding CI/CD automation

v0.5.0

Choose a tag to compare

@MaxG87 MaxG87 released this 27 Nov 20:18
9e21eed

0.5.0 (2024-11-27)

Documentation

Miscellaneous Chores

v0.4.0

Choose a tag to compare

@MaxG87 MaxG87 released this 16 Apr 21:15

0.4.0 (2024-04-16)

Features

  • Add reverse_multimapping (d52b2aa)

Documentation

  • Add docstring for reverse_multimapping (8e3fea7)
  • Add general explanations to README (acc0bf5)
  • Improve docstring of reverse_mapping (1101fd1)
  • Move parts of collectiondict's docstring to README (00c4c54)
  • Move parts of reverse_mapping's docstring to README (d1abd89)
  • Move parts of reverse_multimapping's docstring to README (20ec412)

v0.3.0

Choose a tag to compare

@MaxG87 MaxG87 released this 15 Apr 07:28
cdc7405

0.3.0 (2024-04-12)

Features

  • Add reverse_mapping to map from values to keys (b70c94d)

Documentation

  • Improve docstring to handle two aspects (2e9d8bf)
  • Improve presentation on PyPI (ac0f4a5)
  • Provide link to Changelog on PyPI (c0c0f1c)

v0.2.0

Choose a tag to compare

@MaxG87 MaxG87 released this 26 Mar 13:14
05011e5

0.2.0 (2024-03-22)

Features

  • Add support for Counter (bdf1797)
  • Extend support to tuples (8d0f98a)
  • Support subtypes of all built-in collections (1487a21)

Documentation

  • Create docstring for main function (a9e669c)
  • Improve error message on invalid collection types (c091886)

v0.1.0

Choose a tag to compare

@MaxG87 MaxG87 released this 20 Mar 23:14
887b8ed

0.1.0 (2024-03-20)

Features

  • Add implementation for frozensets (04ac0af)
  • Add implementation for lists (defce0e)
  • Add implementation for sets (ccd52e6)