File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2025-07-XX 3.5.2:
1+ 2025-07-21 3.5.2:
22-------------------
33 * optimize `util.random_p()` by also using bitwise AND in final step
44 * fix DeprecationWarning regarding `u` type code
Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ **3.5.2 ** (2025-07-21):
5+
6+ * optimize ``util.random_p() `` by also using bitwise AND in final step
7+ * fix DeprecationWarning regarding ``u `` type code
8+ * add `verification tests <../examples/test_random.py >`__ for internals
9+ of ``util.random_p() ``
10+
11+
412**3.5.1 ** (2025-07-14):
513
614* optimize ``util.random_p() `` for ``n < 100 ``
Original file line number Diff line number Diff line change 11Reference
22=========
33
4- bitarray version: 3.5.1 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst >`__
4+ bitarray version: 3.5.2 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst >`__
55
66In the following, ``item `` and ``value `` are usually a single bit -
77an integer 0 or 1.
You can’t perform that action at this time.
0 commit comments