Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@corenting corenting released this 21 Jul 18:08
· 130 commits to master since this release
c5b25bb
  • copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normal dict).
  • Python versions: drop Python 3.7 support
  • Typing: fixes
    • Make the key covariant. Thanks to @spacether for the PR #244
    • Fix key/value typing missing for ImmutableOrderedDict