1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
.. SPDX-FileCopyrightText: Daniele Nicolodi <daniele@grinta.net>
.. SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
1.8
---
- Declare support for Python 3.14 in classifiers and build wheels for
CPython 3.14.
- Make the extension module compatible with free-threaded builds of
CPython and build wheels for CPython 3.13t and 3.14t.
Released 02-09-2025.
1.7
---
- Declare support for Python 3.13 in classifiers and build wheels for
CPython 3.13.
Released 15-10-2024.
1.6
---
- For consistency with the ``hashlib`` module, ``hexdisted()`` returns
a string object, not bytes.
Released 03-07-2024.
1.5
---
- Update dependencies to latest released versions.
- Add SPDX headers to all source files and add licenses text in
``LICENSES`` directory.
Released 30-03-2024.
1.4
---
- Update build dependencies.
- Set default buildtype to release.
- Build wheels for CPython 3.12.
Released 03-10-2023.
1.3
---
- Update build dependencies to released versions. No functional changes.
Released 03-03-2023.
1.2
---
- Use `c-siphash library`__ without modifications.
- Switch the build system to Meson and meson-python.
- Add support for the SipHash-1-3 variant.
__ https://github.com/c-util/c-siphash
Released 21-11-2022.
1.1
---
- Added the :meth:`intdigest() <hash.intdigest>` method.
- Added reStructuredText `documentation`__.
__ https://dnicolodi.github.io/python-siphash24/
Released 06-11-2022.
1.0
---
Initial release, 11-09-2022.
|