Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
d356455389 | |||
a44986b8f4 | |||
0a695f4895 | |||
6bfe3a7f20 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a8bdf36e009a31568aab9fb49d195b3dc9dceba30ac9233fa1622641db84ae6
|
|
||||||
size 215732
|
|
3
bitarray-3.7.1.tar.gz
Normal file
3
bitarray-3.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70611d1d07747e3914df1ac952ecbb3c870430d07335bda241223ccd3d2eb263
|
||||||
|
size 235519
|
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 06:04:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.6.0
|
||||||
|
* add `util.random_k()`, see #237
|
||||||
|
* add `util.sum_indices()`
|
||||||
|
* optimize `util.xor_indices()`
|
||||||
|
* move development files from `examples/` to `devel/`
|
||||||
|
- Adjust file paths for removing .gitignore files from source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bitarray
|
Name: python-bitarray
|
||||||
Version: 3.5.2
|
Version: 3.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Efficient Arrays of Booleans
|
Summary: Efficient Arrays of Booleans
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
@@ -59,7 +59,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
rm examples/resize/.gitignore examples/puff/.gitignore
|
rm devel/resize/.gitignore examples/puff/.gitignore
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# tests don't run from within the source directory
|
# tests don't run from within the source directory
|
||||||
|
Reference in New Issue
Block a user