diff --git a/bitarray-3.6.0.tar.gz b/bitarray-3.6.0.tar.gz deleted file mode 100644 index cf152c3..0000000 --- a/bitarray-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a386dda16a306f986a752f091ac8a52156b26ee1d799a7cbce75eb83dc2516b7 -size 220412 diff --git a/bitarray-3.7.1.tar.gz b/bitarray-3.7.1.tar.gz new file mode 100644 index 0000000..07e18c8 --- /dev/null +++ b/bitarray-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70611d1d07747e3914df1ac952ecbb3c870430d07335bda241223ccd3d2eb263 +size 235519 diff --git a/python-bitarray.changes b/python-bitarray.changes index 956ef34..821f2be 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 10 06:04:56 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.7.1 + * fix type hinting for memoryviews, see #241 + * add [bit-endianness](endianness.rst) documentation + * improve testing, including debug mode test for `digit_to_int()` +- from version 3.7.0 + * add `util.gen_primes()`, generate bitarrays in which active indices are + prime numbers + * improve `.buffer_info()` to return named tuple + * add optional `mode` argument to `util.sum_indices()` to sum square of + active indices + * improve internal `_sysinfo()` to include `Py_DEBUG` + * add [Dubner's conjecture](../examples/dubner.rst) (in memory of Harvey + Dubner) + * add [dynamically growing sieve](../examples/dyn_sieve.py) +- from version 3.6.1 + * add development files for statistical tests in `devel/random/` + * optimize `util.sum_indices()` + * fix RecursionError in `util.random_k()`, see #239 + * add `devel/test_sum_indices.py` + ------------------------------------------------------------------- Mon Aug 11 14:06:41 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-bitarray.spec b/python-bitarray.spec index 4dbf615..25b997a 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.6.0 +Version: 3.7.1 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0