Releases: bootphon/ABXpy
ABXpy-0.4.3
ChangeLog
-
no more compatibility with python2 (and removed dependency to future/past).
-
new feature: add editdistance as available distance.
-
bugfix with python-3.8 and ast.Module.
-
fixed a lot of deprecation warnings.
-
documentation moved to https://coml.lscp.ens.fr/docs/abx
ABXpy-0.4.2
ChangeLog
-
compatibility with python3
-
releases are now deployed on conda for linux and macos.
-
documentation is hosted on https://coml.lscp.ens.fr/abx
-
bugfixes:
-
bugfix in the Kullback Leibler divergence metric with numpy array shape
-
bugfix: cosine.py returned shape (1,1,1,1) instead of (1,1) when
metric(x,y) is shape (1,1)
-
ABXpy 0.4.1
Minor changes, mainly to have a DOI on zenodo
ABX v0.4.0
Changelog since ABXpy-0.3
- added normalization option for DTW
- new commands abx-task, abx-analyze, etc...
- a lot of bug fixes and minor improvments
ABX v0.3
Release before parameter change in distance.py : adding normalisation parameter to choose if the distance is computed with a summed DTW distance or a normalised one.
If your script don't work after this change, come back to this release.
ABXpy v0.2
Release for archiving and citation purposes
Release for archiving and citation purposes