Skip to content

Commit e7e1ad1

Browse files
committed
add release date - update docs
1 parent 14c0fce commit e7e1ad1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGE_LOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change 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``

doc/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Reference
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

66
In the following, ``item`` and ``value`` are usually a single bit -
77
an integer 0 or 1.

0 commit comments

Comments
 (0)