Immutablecollections

Latest version: v0.12.0

Safety actively analyzes 623465 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.11.0

========================================

New Features
------------

- - adds an *inverse* method to `ImmutableDict` (`75 <https://github.com/isi-vista/immutablecollections/issues/75>`_)

0.10.0

========================================

No significant changes.

0.9.0

=======================================

New Features
------------

- `ImmutableSet` now implements the same methods as the standard library `frozenset`. Added the `issubset`, `issuperset`, and `symmetric_difference` convenience methods that wrap `<=`, `>=`, and `^`, respectively, and the shallow `copy` method. (`61 <https://github.com/isi-vista/immutablecollections/issues/61>`_)


Bug Fixes
---------

- Slicing of `ImmutableSet`s that only contain a single element is implemented. (`23 <https://github.com/isi-vista/immutablecollections/issues/23>`_)

0.8.0

=======================================

New Features
------------

- Add workarounds for mypy problems with attrs type converters and generics. This is to workaround python/mypy5738 and python-attrs/attrs519 . (`59 <https://github.com/isi-vista/immutablecollections/pull/59>`_)

0.7.0

=======================================

Backward-incompatible Changes
-----------------------------

- `ImmutableList` has been removed in favor of `tuple`. Now that we are no longer targeting support for runtime type-checking of collections, `ImmutableList` had no advantage over `tuple` for any purpose. (`42 <https://github.com/isi-vista/immutablecollections/issues/42>`_)


Bug Fixes
---------

- immutableset can now be created from KeysView, ItemsView if dict iteration is deterministic. (`35 <https://github.com/isi-vista/immutablecollections/issues/35>`_)

0.6.0

=======================================

New Features
------------

- ImmutableDict supports equality comparison with `dict`.
ImmutableSet supports equality comparison with `set` and `frozenset`. (`33 <https://github.com/isi-vista/immutablecollections/issues/33>`_)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.