- 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.
- HashTableNT: handle
byte_orderseparately. - HashTableNT: provide separate formats in the
value_formatnamedtuple.
- 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 (likedict.update()), #28.
Initial release.