summaryrefslogtreecommitdiff
tag namev0.7 (4c9793a4a092feda09755e99e946068f5843d1d9)
tag date2018-11-20 15:20:33 -0500
tagged byYury Selivanov <yury@magic.io>
tagged objectcommit 5a9c2fa813...
downloadimmutables-0.7.tar.gz
immutables-0.7.zip
v0.7
New Features * Allow `Map` objects to be constructed from other mappings: `Map(a=1)`, or `Map([('a', 1)])`, or `Map(dict(a=1))`. * Implement `Map.update()` method. * Implement `Map.mutate()` and `MapMutation` API. * Make `Map` objects pickleable. * Make `Map.keys()`, `Map.values()`, and `Map.items()` proper dict-view like objects.