Skip to content

Commit

Permalink
Ready to release 0.1.5
Browse files Browse the repository at this point in the history
Former-commit-id: 004144b
Former-commit-id: 98bf1a2
  • Loading branch information
urinieto committed Mar 20, 2017
1 parent b0502bc commit f23073a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Changes
v0.1.5
------

* Fixed bug tha threw a `TypeError` if multiple algorithms were run in a single JAMS file with `None` and other label_ids in it
* Added new `vmo` oracle segmentation method (by Cheng-i Wang, thanks!)
* Adapting sonify function to latest numpy.
* Adapting sonify function to latest numpy
* Using KMeans from sklearn instead of scipy for 2D-FMC. Results are better
* Making sure we are never using more number of clusters than number of segments for 2D-FMC
* Added new parameter `2dfmc_offset` in the 2D-FMC method
Expand Down
2 changes: 1 addition & 1 deletion msaf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version info"""
short_version = '0.1'
version = '0.1.5-dev'
version = '0.1.5'

0 comments on commit f23073a

Please sign in to comment.