datasketch v1.9.0 Release Notes
Release Date: 2026-01-18 // 2 months ago-
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
Previous changes from v1.8.0
-
What's Changed
- ๐ Feature: implement
MinHashLSHDeletionSessionto speed up key deletions by @Varun0157 in #272 - โก๏ธ [BREAKING] Migrate to uv package management and also update CI/CD by @bhimrazy in #271
- ๐ Fix: link check failure occurring in the master branch. by @bhimrazy in #276
- ๐ Docs: update environment setup instructions and remove
.python-versionby @bhimrazy in #277 - โฌ๏ธ Bump supercharge/mongodb-github-action from 1.8.0 to 1.12.0 by @dependabot[bot] in #279
- โฌ๏ธ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #278
- ๐ Fix: allow
prepickleto be False forRedisstorage by @Varun0157 in #274 - โก๏ธ Update version to 1.7.1 by @ekzhu in #281
- ๐ Fix formatting in README by @bhimrazy in #283
- โฌ๏ธ Bump python version in README by @dipeshbabu in #285
- ๐ Fix: replace
bufferwithmemoryviewfor compatibility by @bhimrazy in #289 - ๐ Fix: Introduce
Redisintegration tests + resolve key type disparity acrossRedisandCassandraby @Varun0157 in #284 - โฌ๏ธ Bump supercharge/mongodb-github-action from 1.12.0 to 1.12.1 by @dependabot[bot] in #291
- ๐ Feature: optional CuPy backend for MinHash.update_batch by @dipeshbabu in #286
- ๐ Fix: use of perf_counter() instead of deprecated clock() in time module by @dipeshbabu in #290
- โฌ๏ธ Bump version from 1.7.1 to 1.8.0 by @ekzhu in #292
๐ New Contributors
- @Varun0157 made their first contribution in #272
- @dipeshbabu made their first contribution in #285
Full Changelog : v1.7.0...v1.8.0
- ๐ Feature: implement