Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Oct 22, 2021
1 parent a2b6981 commit 9bb5c63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Version 0.4.0 (2021-10-22)
- Add some basic unit tests.
- Add `compute_from_distance_matrix` for CFOF and FastCFOF.
- Add some `mypy` fixes.
- Add `CFOFiSAX` wrapper.

## Version 0.3.0 (2021-10-15)
- FastCFOF
- Numpyfy `_fast_cfof_part`

## Version 0.2.0 (2021-10-15)
- FastCFOF
- Fix `_k_bin_inv`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cfof",
version="0.3.0",
version="0.4.0",
author="Ghiles Meddour",
author_email="ghiles.meddour@munic.io",
description="Concentration Free Outlier Factor",
Expand Down
2 changes: 1 addition & 1 deletion src/cfof/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .cfof import CFOF
from .fast_cfof import FastCFOF

__version__ = "0.3.0"
__version__ = "0.4.0"
__url__ = "https://github.com/ghilesmeddour/cfof"

0 comments on commit 9bb5c63

Please sign in to comment.