From f23073aa5408d45833c0cfa9c5ed95312b7cdcc1 Mon Sep 17 00:00:00 2001 From: Oriol Nieto Date: Sun, 19 Mar 2017 18:32:56 -0700 Subject: [PATCH] Ready to release 0.1.5 Former-commit-id: 004144bba8762ce8b39c901dff1f66abdb349320 Former-commit-id: 98bf1a23fa4e2a6ad05f4a988a325aca4f28bbb9 --- docs/changelog.rst | 3 ++- msaf/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 15c3470c..6f49cba1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/msaf/version.py b/msaf/version.py index d68c9395..e017d9ef 100644 --- a/msaf/version.py +++ b/msaf/version.py @@ -1,3 +1,3 @@ """Version info""" short_version = '0.1' -version = '0.1.5-dev' +version = '0.1.5'