Skip to content

Releases: calebevans/cordon

v0.3.3

20 Jan 19:07
87eb420

Choose a tag to compare

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

16 Jan 19:22
b8868a3

Choose a tag to compare

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

20 Dec 19:25
ae2894e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Dec 23:43
6b6f1f2

Choose a tag to compare

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

02 Dec 06:08
9e101e8

Choose a tag to compare

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

02 Dec 03:46
17a0cae

Choose a tag to compare

  • Greatly improve performance with GPU-accelerated k-NN calculations

v0.1.3

01 Dec 20:31
059b7b8

Choose a tag to compare

  • Calculate nearest neighbor in batches and provide progress
  • Add --output option to CLI

v0.1.2

01 Dec 04:20
8db16e7

Choose a tag to compare

  • 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

24 Nov 19:47
aa4c397

Choose a tag to compare

chore: bump version to 0.1.1 in pyproject.toml

v0.1.0

24 Nov 18:02
9c39f16

Choose a tag to compare

Merge pull request #3 from calebevans/ci

[WIP] Add CI/CD Pipelines for tests, builds, and publishing