summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 3.5.1 -> 3.5.2Wang Mingyu4 days1-11/+0
| | | | | | | | | | | | | | | | | | | | | Changelog: ========= - change random.seed() test, see comments - optimize util.random_p() by also using bitwise AND in final step - add ability for heavy testing to example - add DummyRanomPTests to example - add in-place XOR test for comleteness - add --disp option to example - add verification tests to example - remove duplicate tests - add test - wording - add links in comments - add sanity check - add note on limit in relation to 1/K - update table in documentation to new example code Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.4.3 -> 3.5.1Wang Mingyu2025-07-151-0/+11
Changelog: ============== * optimize 'util.random_p()' for 'n < 100' * add [Random Bitarrays](random_p.rst) documentation * add [statistical tests for random functions](../examples/test_random.py) * add 'util.random_p()' * improve sparse compression testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>