diff --git a/bitarray-2.4.0.tar.gz b/bitarray-2.4.0.tar.gz deleted file mode 100644 index 3ac0c9f..0000000 --- a/bitarray-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d82c03762e87d5b375c0d9ded8aa87ffde2c66bc2ea3f2dc194405db22a0f087 -size 126601 diff --git a/bitarray-2.6.0.tar.gz b/bitarray-2.6.0.tar.gz new file mode 100644 index 0000000..ed05aa7 --- /dev/null +++ b/bitarray-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7 +size 148731 diff --git a/python-bitarray.changes b/python-bitarray.changes index 022ff29..d112ba7 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.6.0: + * add data descriptions: `.nbytes`, `.padbits`, `.readonly` + * allow optional `endian` argument to be `None` when creating bitarrays + * fix type annotation for `canonical_decode()`, #178 + * frozenbitarray's padbits are now guaranteed to be zero + * add tests + +- Update to 2.5.1: + * optimize `.reverse()`, see #177 + * allow negative (byte) indices in `.bytereverse()` + +- Update to 2.5.0: + * add calculating of canonical Huffman codes `util.canonical_huffman()` + and decoding thereof `util.canonical_decode()`, see #173 + * allow creating "Huffman codes" from frequency maps with a single symbol + in `util.huffman_code()` and `util.canonical_huffman()`, see #172 + * allow bytes-like argument in `.frombytes()` and `.pack()` - previously, + the arguments were limited to the `bytes` object, see #174 + * allow bytes-like arguments in `util.deserialize()` + * add official [pyodide](https://pyodide.org/) support + * add [DEFLATE decompression](../examples/puff/) example + * optimize `.bytereverse()` + * optimize `delslice()` for cases like `del a[1:17:2]` when `a` is large + * fix `examples/huffman/compress.py` to handle files with 0 or 1 characters, + see also #172 + * add `skipIF` decorator for skipping tests + * add tests + +- Update to 2.4.1: + * improve `resize()`, see #167 + * optimize `copy_n()` by avoiding loops, #171 + * `.bytereverse()` no longer sets unused pad bits to zero + ------------------------------------------------------------------- Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 7bad182..654bb20 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bitarray -Version: 2.4.0 +Version: 2.6.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0