From 1b41e35c5d66a8ce15f9abcf2261d29013de8a9e Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Sun, 1 Apr 2018 20:24:58 +0200 Subject: [PATCH] updated changelog for bob.bio.base --- release/changelog_since_last_release.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/changelog_since_last_release.rst b/release/changelog_since_last_release.rst index 9d62c9e..50cde5c 100644 --- a/release/changelog_since_last_release.rst +++ b/release/changelog_since_last_release.rst @@ -379,8 +379,7 @@ * bob.bio.base!82 Add a function to read features with generators * v3.2.1 (Sep 26, 2017 15:04) * Changed backend in `bob/bio/base/scripts/evaluate.py` to `'pdf'` instead of `'agg'` - * Switched to 'pdf' backend instead of 'agg' - * major + * v4.2.1 (Mar 31, 2018 ) * Migrate to conda based CI * Updated docs and tests * Added allow_missing_files option and added tests @@ -396,6 +395,8 @@ * Added metadata in preprocessing, feature extraction, and algorithm * Removed write_commands function in grid_search (closes bob.bio.base#71) * Improve replace directories + * patch + * small docs building fix * bob.bio.gmm * v3.1.0 (Sep 22, 2017 14:05) * bob.bio.gmm!10 Removed Algorithm.read_probe method, since this is already solved via bob.bio.base -- GitLab