-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
30 lines (30 loc) · 2.08 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
v<0.0.1>, <10/23/2024> -- initial release.
v<0.0.2>, <10/23/2024> -- style: lint and pep8.
v<0.0.2>, <10/23/2024> -- docs: links for README.
v<0.0.2>, <10/23/2024> -- test: disable tests.
v<0.0.2>, <10/24/2024> -- chore: move to action pypi publish task.
v<0.0.2>, <10/24/2024> -- chore: add urls to pyproject file.
v<0.0.2>, <10/24/2024> -- docs: simplify jargon and make more visually readable.
v<0.0.2>, <10/24/2024> -- refactor: clean notebooks of long cell outputs.
v<0.0.2>, <10/27/2024> -- docs: add logo and pipeline images to README.
v<0.0.2>, <10/29/2024> -- docs: add changelog.
v<0.0.2>, <10/29/2024> -- chore: add automated release using changelog.
v<0.0.3>, <11/17/2024> -- fix: automated release generation
v<0.0.3>, <11/17/2024> -- feat: add max retries arg to openai encoder
v<0.0.3>, <11/17/2024> -- feat: add client initialization to cohere encoder
v<0.0.3>, <11/17/2024> -- feat: add mistral and voyageai encoders
v<0.0.4>, <11/24/2024> -- chore: removed huggingface-hub, torch, transformers, and tokenizers from core dependencies
v<0.0.4>, <11/24/2024> -- refactor: improve package initialization with conditional imports for type checking
v<0.0.4>, <11/24/2024> -- fix: missing typing Any import on cohere, mistral, and voyageai
v<0.0.4>, <11/24/2024> -- fix: missing time sleep import on mistral
v<0.0.5>, <12/05/2024> -- fix: missing mlflow import when set to true
v<0.0.5>, <12/05/2024> -- fix: OutlierCluster decision_function misspelling
v<0.0.5>, <12/05/2024> -- fix: contamination issue with values >100
v<0.0.5>, <12/05/2024> -- docs: update README with additional available encoders
v<0.0.5>, <12/05/2024> -- feat: add all test cases for anomaly, encoders, and index classes
v<0.0.5>, <12/16/2024> -- feat: added CodeCov and Code Climate badges to README
v<0.0.5>, <12/16/2024> -- chore: format and linted code
v<0.0.6>, <12/20/2024> -- chore: unskip huggingface tests
v<0.0.6>, <12/21/2024> -- chore: switch from pydantic.v1 to pydantic
v<0.0.6>, <12/21/2024> -- chore: added init tests
v<0.0.6>, <01/11/2025> -- fix: mismatch of input graph to output fit labels shape for GraphOutlierDetector