Next | Query returned 40 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-02-21 07:13:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.7.3

2.7.3:
* fix popcount64 name conflict on NetBSD
* even though PyPy is not actively supported, allow running tests for
  PyPy 3.7 and 3.8
* allow running `python setup.py test`
* add official Python 3.12 support
* simplify count functionality in util module
* retire `bitcount_lookup[256]` table
* improve `util.count_n()` error messages
* avoid `util` module tests from being run more than once in each
  call to `bitarray.test()` when called multiple times in the same
  Python process
* improve testing
   2023-02-20 19:10:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bitarray: fix previous, and make 'test' target work.

All tests pass.

Bump PKGREVISION.
   2023-02-20 09:47:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bitarray: fix build on NetBSD

This defines its own popcount.
Reported upstream at
https://github.com/ilanschnell/bitarray/issues/189
   2023-02-13 11:44:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.7.2

2.7.2:
* speedup all count functionality by using `__builtin_popcountll` when
  available
* add `popcount64()` to `bitarray.h` - we assume now that `uint64_t` is
  always available
* improve testing

2.7.1:
* optimize `util.sc_encode()`
   2023-01-02 09:42:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.6.2

2.6.2:
* optimize `richcompare()` for opposite endianness
* improve some docstrings add tests
   2022-12-19 09:16:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.6.1

2.6.1:
* add documentation on shift operators
* fix typo in iterable initializer description
* optimize `richcompare()`
   2022-11-23 15:04:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.6.0

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()`
* frozenbitarray's padbits are now guaranteed to be zero
* add tests
   2022-05-14 06:56:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.5.1

2.5.1:
* optimize `.reverse()`
* allow negative (byte) indices in `.bytereverse()`
   2022-05-10 15:01:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.5.0

2.5.0:
* add calculating of canonical Huffman codes `util.canonical_huffman()`
  and decoding thereof `util.canonical_decode()`
* allow creating "Huffman codes" from frequency maps with a single symbol
  in `util.huffman_code()` and `util.canonical_huffman()`
* allow bytes-like argument in `.frombytes()` and `.pack()` - previously,
  the arguments were limited to the `bytes` object
* 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,
* add `skipIF` decorator for skipping tests
* add tests
   2022-04-03 15:56:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bitarray: fix PLIST for python 2.7

Next | Query returned 40 messages, browsing 11 to 20 | Previous