Intbitset

Latest version: v4.0.0

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

Scan your dependencies

Page 2 of 3

2.4.0

-----------------------------------

Thank you
~~~~~~~~~

- Maximiliano Curia
- Jiri Kuncar
- Andrew Murdy
- Philippe Ombredanne
- Tibo Simko
- Max Teegen

Bug fixes and updates
~~~~~~~~~~~~~~~~~~~~~

- Add support Python 3.5, 3.6, 3.7 and 3.8 and run the tests on these versions
- Fix and improve isdisjoint logic and resource usage
- Regenerate C code with Cython 0.29.14

2.3.0

-----------------------------------

Bug fixes
~~~~~~~~~

- Fixes implementation of `del x[123]` operator which was wrongly
defined as `__del__` rather than `__delitem__`. (40)
- Amends license reST reference from gpl to lgpl to avoid detection
as GPL when scanning the docs for licensing information.

2.2.1

-----------------------------------

Bug fixes
~~~~~~~~~

- Reorganizes MANIFEST.in and adds missing files. (28) (29)

2.2.0

-------------
* Removes coverage because it is not really supported for Cython modules.
* Automatically generates intbitset documentation by using Sphinx automodule
functionality.
* Overall, amends documentation to be compatible with reStructuredText.
* Amends .update() and corresponding methods to accept also non-intbitset
objects, such as lists or sets of integers respecting the set interface.
* Raises TypeError rather than terminating current process with a segmentation
fault when None is used on the left side of an operation with an intbitset.
* Initial release of Docker configuration suitable for local developments.
* No longer returns self in fastload().
* Stops using `-march=native` for compilation, because it makes the compiler
to optimize the code for only the currently used processor.

2.1.1

-------------
* PyBytes_FromStringAndSize() fix in Python 2

2.1

-----------
* Adds type checking for &, \|, etc. operators. The type of "self" was not
checked.
* Adds support for new union() and isdisjoint() set methods.
* Updates intbitset interface to look like set built-in in Python 2.6.
* Supports initialization of an intbitset from a set.
* No crash when intbitset is on rhs.
* Complete Python 3.x support.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.