Releases: MagicStack/immutables
Releases · MagicStack/immutables
Release list
v0.21
Changes
- Drop typing_extensions dependency (#114)
(by @nicoddemus in 3ba46f7 for #114)
Fixes
- Replace
_PyLong_FormatwithPyNumber_ToBase(#118)
(by @musicinmybrain in 81d7c92 for #116)
v0.20
Changes
v0.19
v0.18
v0.17
v0.16
Updates
-
Refactor typings
(by @bryanforbes in 39f9f0d and @msullivan in 4a17549) -
Update Python 3.10 support, drop Python 3.5
(by @elprans in fa35523 and 189b959)
Fixes
Misc
v0.15
v0.14
- Allow
Noneto be used as key in pure-Python implementation.