Releases: Programmers-Paradise/Annie
Releases · Programmers-Paradise/Annie
v0.2.4
What's Changed
- docs: Update main documentation index for rust_annie version 0.2.3 by @entelligence-ai-pr-reviews[bot] in #174
- chore(deps): bump proc-macro2 from 1.0.95 to 1.0.96 by @dependabot[bot] in #173
- deployment security by @arnavk23 in #177
- Potential fix for code scanning alert no. 9: Workflow does not contain permissions by @arnavk23 in #178
- test coverage by @arnavk23 in #179
- docs: Update API and concurrency documentation for new constraints and error handling by @entelligence-ai-pr-reviews[bot] in #180
- Integer filters by @arnavk23 in #181
- docs: Update GPU Performance and API Documentation for Error Handling and Validation by @entelligence-ai-pr-reviews[bot] in #182
- chore(deps): bump proc-macro2 from 1.0.96 to 1.0.101 by @dependabot[bot] in #186
- docs: Update hnsw_index documentation for error handling and new distance metrics by @entelligence-ai-pr-reviews[bot] in #187
- chore(deps): bump rayon from 1.10.0 to 1.11.0 by @dependabot[bot] in #185
- chore(deps): bump syn from 2.0.104 to 2.0.106 by @dependabot[bot] in #184
- chore(deps): bump thiserror from 1.0.69 to 2.0.15 by @dependabot[bot] in #183
- failing changes by @arnavk23 in #188
- docs: Update security audit documentation for workflow changes by @entelligence-ai-pr-reviews[bot] in #189
- ci: install python3.12-dev and set python-version to 3.12 for Linux by @arnavk23 in #190
- Implement RAII GPU memory management to fix critical memory leaks by @Copilot in #191
- fixed poisoning issue by @arnavk23 in #192
- docs: Documentation Updates by @entelligence-ai-pr-reviews[bot] in #193
- chore(deps): bump thiserror from 2.0.15 to 2.0.16 by @dependabot[bot] in #194
- docs: Documentation Updates by @entelligence-ai-pr-reviews[bot] in #195
- metadata by @arnavk23 in #197
- docs: Update documentation for metadata-aware filtering and related API methods by @entelligence-ai-pr-reviews[bot] in #198
- metadata by @arnavk23 in #199
New Contributors
- @Copilot made their first contribution in #191
Full Changelog: 0.2.3...v0.2.4
0.2.3
What's Changed
- Bump version to 0.2.1 by @arnavk23 in #130
- docs: Update documentation for auto-release workflow and CI logging enhancements by @entelligence-ai-pr-reviews[bot] in #131
- docs: Update HnswIndex documentation for serialization methods by @entelligence-ai-pr-reviews[bot] in #133
- Save/Load by @GauravKarakoti in #132
- fix/enhanced-error-handling by @akashbisht004 in #134
- Gpu by @GauravKarakoti in #135
- docs: Update documentation for GPU support and new features by @entelligence-ai-pr-reviews[bot] in #136
- Fix/hnsw configuration by @akashbisht004 in #137
- docs: Update AnnIndex and examples documentation for new distance metrics by @entelligence-ai-pr-reviews[bot] in #140
- docs: Update HNSW Index Documentation for PyHnswConfig Integration by @entelligence-ai-pr-reviews[bot] in #138
- docs: Update HnswIndex, ThreadSafeAnnIndex, and Concurrency Documentation by @entelligence-ai-pr-reviews[bot] in #142
- Distance Metrics by @GauravKarakoti in #139
- docs: Update Benchmark Workflow and Monitoring Documentation by @entelligence-ai-pr-reviews[bot] in #144
- Benchmark by @GauravKarakoti in #143
- Batch by @GauravKarakoti in #145
- docs: Update documentation for new batch addition methods in AnnIndex and HnswIndex by @entelligence-ai-pr-reviews[bot] in #146
- Filter by @GauravKarakoti in #147
- docs: Update filtering and AnnIndex documentation for new features by @entelligence-ai-pr-reviews[bot] in #148
- Bump criterion from 0.4.0 to 0.6.0 by @dependabot[bot] in #154
- Bump rand from 0.8.5 to 0.9.1 by @dependabot[bot] in #153
- Bump bit-vec from 0.6.3 to 0.8.0 by @dependabot[bot] in #152
- Index Updates by @GauravKarakoti in #155
- docs: Update API documentation for AnnIndex, HnswIndex, ThreadSafeAnnIndex, and concurrency features by @entelligence-ai-pr-reviews[bot] in #156
- docs: Update examples and filtering documentation for type annotations and docstrings by @entelligence-ai-pr-reviews[bot] in #158
- Fixed the Issue by @Yash-Karakoti in #157
- Error Handling by @GauravKarakoti in #159
- docs: Update GPU backend creation process and error handling documentation by @entelligence-ai-pr-reviews[bot] in #160
- Metadata by @GauravKarakoti in #161
- docs: Update HnswIndex and AnnIndex Documentation for New Methods by @entelligence-ai-pr-reviews[bot] in #162
- Bump criterion from 0.6.0 to 0.7.0 by @dependabot[bot] in #164
- Bump rand from 0.9.1 to 0.9.2 by @dependabot[bot] in #163
New Contributors
- @Yash-Karakoti made their first contribution in #157
Full Changelog: 0.2.1...0.2.3
0.2.1
What's Changed
- Docs by @GauravKarakoti in #76
- docs: Update concurrency and filtering documentation for new features by @entelligence-ai-pr-reviews[bot] in #77
- docs: Update documentation for new features and API enhancements by @entelligence-ai-pr-reviews[bot] in #79
- Added len() and dim() methods to AnnIndex with Python bindings and tests by @Jidnyasa-P in #80
- docs: Update AnnIndex API documentation to include new methods by @entelligence-ai-pr-reviews[bot] in #81
- Refactor: Extract distance computation logic to shared helper by @akashbisht004 in #82
- docs: Update AnnIndex and utils module documentation by @entelligence-ai-pr-reviews[bot] in #83
- README by @GauravKarakoti in #78
- GPU by @GauravKarakoti in #85
- docs: Update AnnIndex API documentation for GPU support enhancements by @entelligence-ai-pr-reviews[bot] in #86
- Bump hip-rs from 0.1.1 to 1.0.0 by @dependabot[bot] in #87
- docs: Update documentation for hip-rs package version 1.0.0 by @entelligence-ai-pr-reviews[bot] in #88
- docs: Update concurrency and API documentation for enhanced error handling by @entelligence-ai-pr-reviews[bot] in #90
- Fix panic in search_batch by using Result propagation by @arnavk23 in #91
- docs: Update HNSW Index API Documentation for New Features by @entelligence-ai-pr-reviews[bot] in #94
- Backend selection by @akashbisht004 in #95
- Macros by @GauravKarakoti in #93
- docs: Update examples and index for fuzz testing integration by @entelligence-ai-pr-reviews[bot] in #100
- docs: Update AnnIndex Documentation and Examples by @entelligence-ai-pr-reviews[bot] in #102
- Add docstrings with text_signature to AnnIndex methods by @GxAditya in #101
- Upgrade py03 by @akashbisht004 in #103
- docs: Update AnnIndex and HnswIndex Documentation for API Changes by @entelligence-ai-pr-reviews[bot] in #104
- Create ann_bench.rs by @arnavk23 in #105
- docs: Update examples.md to include benchmarking instructions by @entelligence-ai-pr-reviews[bot] in #106
- Verification by @GauravKarakoti in #99
- docs: Update examples and API documentation for custom distance metrics by @entelligence-ai-pr-reviews[bot] in #108
- Create pluggable_metrics by @arnavk23 in #107
- Create knn_monitoring by @arnavk23 in #109
- docs: Update AnnIndex API and examples for new metrics functionality by @entelligence-ai-pr-reviews[bot] in #110
- upgraded ndarray to 0.16.0 by @akashbisht004 in #112
- docs: Update concurrency and API documentation for new features by @entelligence-ai-pr-reviews[bot] in #113
- Bump rand from 0.8.5 to 0.9.1 by @dependabot[bot] in #126
- Bump criterion from 0.5.1 to 0.6.0 by @dependabot[bot] in #125
- docs: Update AnnIndex documentation for path validation in save and load methods by @entelligence-ai-pr-reviews[bot] in #128
- syn-updgraded-to-2.0.104 by @akashbisht004 in #129
- Validation by @GauravKarakoti in #127
New Contributors
- @Jidnyasa-P made their first contribution in #80
- @dependabot[bot] made their first contribution in #87
- @GxAditya made their first contribution in #101
Full Changelog: 0.2.2...0.2.1
0.2
What's Changed
- Add Unit Tests for Distance Enum (Euclidean, Cosine, Manhattan, Chebyshev) by @jyotsna030 in #20
- Create LICENSE by @SK8-infi in #26
- Feature/speedup hnsw integration demo by @Apurba-01 in #25
- Fix/benchmark output json by @akashbisht004 in #28
- SECURITY.md by @aryanguptacsvtu in #30
- Add HNSW backend using hnsw-rs v0.3.2 and expose PyHnswIndex issue#15 by @Sandhya251 in #34
New Contributors
- @jyotsna030 made their first contribution in #20
- @SK8-infi made their first contribution in #26
- @Apurba-01 made their first contribution in #25
- @akashbisht004 made their first contribution in #28
- @aryanguptacsvtu made their first contribution in #30
- @Sandhya251 made their first contribution in #34
Full Changelog: v0.1.3...0.2
v0.1.3
What's Changed
- Standardized RustAnnError::py_err(...) function. by @Anujanthwal-dotcom in #23
New Contributors
- @Anujanthwal-dotcom made their first contribution in #23
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Added support for Minkowski Distance, Chebyshev Distance. by @maxprogrammer007 in #3
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Added support for MANHATTAN distance calculation by @maxprogrammer007 in #2
Full Changelog: https://github.com/Programmers-Paradise/Annie/changelog.md