All Versions
11
Latest Version
Avg Release Cycle
115 days
Latest Release
54 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.10.0 Changes
April 17, 2026What'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
-
v1.9.0 Changes
January 18, 2026What'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
-
v1.8.0 Changes
November 28, 2025What'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
-
v1.7.0 Changes
November 05, 2025What's Changed
- 🛠 Fix bBitMinHash NumPy pickling issue by @123epsilon in #248
- 🔧 chore: Add Dependabot configuration by @bhimrazy in #253
- 🛠 fix(dependabot): drop versioning strategy by @bhimrazy in #255
- ⬆️ Bump actions/setup-python from 4 to 6 by @dependabot[bot] in #259
- ⬆️ Bump supercharge/mongodb-github-action from 1.8.0 to 1.12.0 by @dependabot[bot] in #260
- ⬆️ Bump actions/checkout from 3 to 5 by @dependabot[bot] in #262
- ⚡️ Migrate pypi.yml workflow to Trusted Publisher with updated actions by @Copilot in #263
- ➕ Add CODEOWNERS file for .github directory by @Copilot in #265
- 🚀 Convert pypi.yml to manual workflow with tag-based deployment by @Copilot in #266
- chore: Add PR template by @bhimrazy in #258
- ⚡️ [BREAKING] Dropping nominal support for 3.7; update GitHub Actions workflow to use
uvby @bhimrazy in #257 - ➕ Add LSHBloom to Datasketch by @123epsilon in #246
- ⬆️ Bump version from 1.6.5 to 1.7.0 by @ekzhu in #270
🆕 New Contributors
- @bhimrazy made their first contribution in #253
- @dependabot[bot] made their first contribution in #259
- @Copilot made their first contribution in #263
Full Changelog : v1.6.5...v1.7.0
-
v1.6.5 Changes
June 04, 2024What's Changed
- Retrieve MinHash from LSHForest by @123epsilon in #234
- 🔀 Merging (Identically Specified) MinHashLSH objects by @rupeshkumaar in #232
- ⚡️ Update bBitMinHash Benchmark by @123epsilon in #238
🆕 New Contributors
- @123epsilon made their first contribution in #234
- @rupeshkumaar made their first contribution in #232
Full Changelog : v1.6.4...v1.6.5
-
v1.6.4 Changes
October 03, 2023 -
v1.6.3 Changes
September 12, 2023 -
v1.6.2 Changes
September 06, 2023 -
v1.6.1 Changes
September 06, 2023What's Changed
- simplify reshapes by @chris-ha458 in #217
- ⚡️ HNSW Update Point by @ekzhu in #220
- HNSW Dict interface by @ekzhu in #221
- HNSW Doc by @ekzhu in #222
Full Changelog : v1.6.0...v1.6.1
-
v1.6.0 Changes
August 30, 2023What's Changed
- ⚡️ Update MinHashLSH.query docstring detailing proximal nature of results by @micimize in #199
- 🛠 Fix doc with new template. by @ekzhu in #202
- ⚡️ Update lsh.rst by @ekzhu in #208
- Benchmark ANN index for Jaccard by @ekzhu in #210
- ⚡️ Update hashfunc.py by @chris-ha458 in #211
- HNSW Index by @ekzhu in #218
🆕 New Contributors
- @micimize made their first contribution in #199
- @chris-ha458 made their first contribution in #211
Full Changelog : v1.5.9...v1.6.0