Skip to content

Releases: MagicStack/immutables

v0.21

Choose a tag to compare

@github-actions github-actions released this 10 Oct 00:53
v0.21
1317f9d

Changes

Fixes

v0.20

Choose a tag to compare

@github-actions github-actions released this 14 Aug 23:38
v0.20
4ccb970

Changes

v0.19

Choose a tag to compare

@github-actions github-actions released this 14 Sep 17:50
v0.19
06e2a04

Changes

Support for Python 3.11

v0.18

Choose a tag to compare

@github-actions github-actions released this 22 May 07:46
v0.18
null

v0.17

Choose a tag to compare

@github-actions github-actions released this 26 Mar 01:33
v0.17
ed4ec25

Fixes

v0.16

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:59
v0.16
15a9654

Updates

Fixes

Misc

v0.15

Choose a tag to compare

@github-actions github-actions released this 10 Feb 04:59
v0.15
8868cbc

New Features

Misc

v0.14

Choose a tag to compare

@github-actions github-actions released this 18 May 04:39
v0.14
82e5409
  • Allow None to be used as key in pure-Python implementation.

v0.13

Choose a tag to compare

@github-actions github-actions released this 13 May 20:46
v0.13
469ae74

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

Choose a tag to compare

@github-actions github-actions released this 23 Apr 04:35
v0.12
85af8df

Bug Fixes

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