Skip to content

Commit

Permalink
v0.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Aug 8, 2019
1 parent 3fd44c7 commit 83bd99e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ v<0.0.7>, <08/02/2019> -- Add DCS_LA.
v<0.0.7>, <08/03/2019> -- Refactor code for setting weights in Base class.
v<0.0.7>, <08/04/2019> -- Add DES_LA.
v<0.0.8>, <08/05/2019> -- Add fit_predict as core API.
v<0.0.8>, <08/06/2019> -- Add EAC model.
v<0.0.8>, <08/06/2019> -- Add EAC model.
v<0.0.8>, <08/08/2019> -- Update clustering examples to show visualization.
2 changes: 1 addition & 1 deletion combo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.0.7' # pragma: no cover
__version__ = '0.0.8' # pragma: no cover
8 changes: 8 additions & 0 deletions docs/changes/v0.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Initialize the project by Yue Zhao in Jul 2019.
API
~~~


Key changes
~~~~~~~~~~~

Expand All @@ -30,6 +31,7 @@ New methods
* clustering combination

* v<0.0.1>, <07/15/2019> -- Add clusterer ensemble.
* v<0.0.8>, <08/06/2019> -- Add EAC model.

* classifier combination

Expand Down Expand Up @@ -62,3 +64,9 @@ Logistics
* v<0.0.6>, <07/29/2019> -- Update requirements file.


Examples
~~~~~~~~

* v<0.0.8>, <08/08/2019> -- Update clustering examples to show visualization.


0 comments on commit 83bd99e

Please sign in to comment.