Skip to content

Releases: MagicStack/immutables

v0.20

14 Aug 23:38
v0.20
4ccb970
Compare
Choose a tag to compare

Changes

v0.19

14 Sep 17:50
v0.19
06e2a04
Compare
Choose a tag to compare

Changes

Support for Python 3.11

v0.18

22 May 07:46
v0.18
Compare
Choose a tag to compare
null

v0.17

26 Mar 01:33
v0.17
ed4ec25
Compare
Choose a tag to compare

Fixes

v0.16

07 Aug 19:59
v0.16
15a9654
Compare
Choose a tag to compare

Updates

Fixes

Misc

v0.15

10 Feb 04:59
v0.15
8868cbc
Compare
Choose a tag to compare

New Features

Misc

v0.14

18 May 04:39
v0.14
82e5409
Compare
Choose a tag to compare
  • Allow None to be used as key in pure-Python implementation.

v0.13

13 May 20:46
v0.13
469ae74
Compare
Choose a tag to compare

Bugfixes

  • Various improvements w.r.t. type annotations & typing
    support (by @hukkinj1)

  • Fix pure-Python implementation to accept keyword argument
    "col" correctly (by @hukkinj1)

v0.12

23 Apr 04:35
v0.12
85af8df
Compare
Choose a tag to compare

Bug Fixes

  • Fix the mutation API to maintain elements count correctly (#25, #24)

v0.9

01 Apr 14:40
Compare
Choose a tag to compare
  • Don't allow MapMutation.update() calls after the mutation is finished

  • Simplify MapMutation.exit() implementation