Releases: calebevans/cordon
Releases · calebevans/cordon
v0.3.3
What's Changed
- fix(xml): add escaping, root element, and pretty printing by @calebevans in #20
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Add contributing guide by @ascerra in #18
- chore(release): bump version to 0.3.2 and add tokenizers dependency by @calebevans in #19
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- add issue & PR templates by @ascerra in #16
- Small refactor to fix SonarQube issues by @calebevans in #17
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore(deps): bump the actions group with 2 updates by @dependabot[bot] in #13
- Add remote API backend support for embeddings by @calebevans in #15
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Introduce anomaly range filtering mode and enhance documentation by @calebevans in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Greatly improve performance with GPU-accelerated k-NN calculations
v0.1.3
- Calculate nearest neighbor in batches and provide progress
- Add
--outputoption to CLI
v0.1.2
- Removes sliding window (
stride) support.- The sliding window normalized anomalies and hid the outliers.
- Removes FAISS support.
- Did not provide much of a benefit and hogged vRAM on GPU.
- Adds batch size option for CLI to determine the batch size for embeddings.
v0.1.1
chore: bump version to 0.1.1 in pyproject.toml
v0.1.0
Merge pull request #3 from calebevans/ci [WIP] Add CI/CD Pipelines for tests, builds, and publishing