datasketch v1.10.0 Release Notes
Release Date: 2026-04-17 // about 2 months ago-
What's Changed
- ⚡️ Update hash function to use unsigned 32-bit integer by @davidlowryduda in #304
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 by @dependabot[bot] in #308
- ⬆️ Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #306
- 🛠 Fix buffered MinHashLSH query aggregation across storage backends by @dipeshbabu in #307
- 🔒 Pin transitive dependencies to avoid dependabot uv.lock-only PRs by @ekzhu in #312
- 🚚 Move AsyncMinHashLSH from experimental to datasketch.aio by @ekzhu in #314
- ⬆️ Bump version from 1.9.0 to 1.10.0 by @ekzhu in #315
- ➕ Add Python 3.10+ version constraints and GitHub workflow permissions by @ekzhu in #316
🆕 New Contributors
- @davidlowryduda made their first contribution in #304
Full Changelog : v1.9.0...v1.10.0
Previous changes from v1.9.0
-
What's Changed
- ⬆️ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #294
- 🔀 Match async
Redisinterface with sync + introduceaioredisintegration tests by @Varun0157 in #293 - 👷 chore: add Python 3.13 to CI workflow matrix by @bhimrazy in #295
- ➕ Add code coverage support with pytest-cov and Codecov integration by @bhimrazy in #296
- 👷 chore: remove Travis CI configuration and related scripts by @bhimrazy in #298
- chore: add pyright type checking and ci checks for it by @bhimrazy in #280
- ⬆️ Bump version from 1.8.0 to 1.9.0 by @ekzhu in #299
Full Changelog : v1.8.0...v1.9.0