Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 929 Bytes

File metadata and controls

34 lines (24 loc) · 929 Bytes

Changelog

Version 0.1.2 (unreleased)

  • Require key_size >= 4 to avoid out-of-bounds reads in _get_index, #42.

Version 0.1.1 (2026-02-09)

  • Cythonize with the latest Cython release.
  • Use the SPDX license identifier, require a recent setuptools.
  • Add support for Python 3.14, remove 3.9.
  • Migrate tox configuration to pyproject.toml.
  • Fix typos and grammar.

Version 0.1.0 2024-11-18

  • HashTableNT: handle byte_order separately.
  • HashTableNT: provide separate formats in the value_format namedtuple.

Version 0.0.2 2024-11-10

  • Fixed "KV array is full" crash on 32-bit platforms (and maybe also some other integer-size related issues), #27.
  • Added an .update() method to HashTableNT (like dict.update()), #28.

Version 0.0.1 2024-10-31

Initial release.