Multiset

Latest version: v3.0.2

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

Scan your dependencies

Page 1 of 2

3.0.2

What's Changed
* Relax setuptools-scm dependency constraint by tjni in https://github.com/wheerd/multiset/pull/115
* Fix pop and setdefault methods by Razi96 in https://github.com/wheerd/multiset/pull/116

New Contributors
* tjni made their first contribution in https://github.com/wheerd/multiset/pull/115
* Razi96 made their first contribution in https://github.com/wheerd/multiset/pull/116

**Full Changelog**: https://github.com/wheerd/multiset/compare/3.0.1...3.0.2

3.0.1

Fix for the release

3.0.0

Dropped support for Python 2.7 and 3.6.
Improved hash performance for frozen multisets thanks to a contribution by MikeFHay

2.1.1

For uploading the correct version to PyPI

2.0.2

Performance improvements.
Multiset now avoids calls to `isinstance` with ABC types (they are costly) by checking the most common types (`list`, `tuple`, `dict`, `set`, etc.) directly first.

2.0.1

This version has some bug fixes (e.g. the ones discussed in 1).
Also, the test coverage has been improved as some features were untested previously.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.