14
0

- update to 3.5.2:

* optimize util.random_p() by also using bitwise AND in final
    step
  * fix DeprecationWarning regarding u type code
  * add verification tests for internals of util.random_p()
  * optimize util.random_p() for n < 100
  * add Random Bitarrays documentation
  * add statistical tests for random functions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=74
This commit is contained in:
2025-07-22 09:53:24 +00:00
committed by Git OBS Bridge
parent 4b5b222291
commit 34a86f1e48
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* optimize util.random_p() by also using bitwise AND in final
step
* fix DeprecationWarning regarding u type code
* add verification tests for internals of util.random_p()
* optimize util.random_p() for n < 100
* add Random Bitarrays documentation
* add statistical tests for random functions
-------------------------------------------------------------------
Sat Jul 12 11:38:34 UTC 2025 - Dirk Müller <dmueller@suse.com>