summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 3.5.1 -> 3.5.2Wang Mingyu2025-07-301-0/+11
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>