Skip to content

frozendict 2.3.9

Compare
Choose a tag to compare
@Marco-Sulla Marco-Sulla released this 23 Nov 20:03
· 141 commits to master since this release
8bc4fdc

What's Changed

  • Various improvements to type hints
  • Fix union of frozendict for python implementation by @apmorton in #89
  • Avoid storing empty singleton on class itself in python implementation by @apmorton in #86
  • Now pure py implementation can be built also passing the FROZENDICT_PURE_PY env var with value 1

New Contributors

Full Changelog: v2.3.8...v2.3.9