From 90b97344fe8b756fb75e87215b68c48b64c8069a Mon Sep 17 00:00:00 2001
From: Pavel Korshunov <pavel.korshunov@idiap.ch>
Date: Sat, 31 Mar 2018 19:53:37 +0200
Subject: [PATCH] corrected bob.bio.base changelog

---
 release/changelog_since_last_release.rst | 41 ++++++++++++++++++------
 1 file changed, 31 insertions(+), 10 deletions(-)

diff --git a/release/changelog_since_last_release.rst b/release/changelog_since_last_release.rst
index 42e3543..9d62c9e 100644
--- a/release/changelog_since_last_release.rst
+++ b/release/changelog_since_last_release.rst
@@ -363,18 +363,39 @@
      * Created methods modality_separator and modalities
      * Included test case for objects.modality
 * bob.bio.base
-  * v3.3.0 (Sep 22, 2017 13:41)
-     * bob.bio.base!20 Docs url fix
-     * bob.bio.base!19 Python36 & docs fixes
-     * bob.bio.base!18 Removed `Algorithm.read_probe`
+  * v3.2.0 (Sep 22, 2017 10:55)
+     * bob.bio.base!89 [ci] Fixed issue with matplotlib
+     * bob.bio.base!95 Removed class client from FileListDatabase
+     * bob.bio.base!94 Implemented the plots for the Detection Identification Rate (open-set identification)
+     * bob.bio.base!93 Corrections in the documentation
+     * bob.bio.base!92 Documented the configuration file input for the `verify.py` script
+     * bob.bio.base!90 Implemented a way to use, at the same time, 4 and 5 columns score file in the `evaluate.py` script
+     * bob.bio.base!88 Improved ROC and CMC plots
+     * bob.bio.base!87 Fixed * ZT files are processed even when no ZT processing is wanted
+     * bob.bio.base!81 Droped dependency on Latex
+     * bob.bio.base!86 Implemented five-column score file -* only during concatenation
+     * bob.bio.base!83 Improve suggestion on variable naming convention to match python's standard
+     * bob.bio.base!78 Removed `Algorithm.read_probe` method, since this is already solved via `bob.bio.base`
+     * 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
-     * Add as_array to frame containers
-     * Make the original_directory and annotation_directory a property
-     * Fixed tuple indexing bug in youtube db load function and added tests
-     * Updated docs and tests
-     * Fixed bob.bio.base#11
-     * Added video annotator, updated documentation accordingly
      * Migrate to conda based CI
+     * Updated docs and tests
+     * Added allow_missing_files option and added tests
+     * Removed write_commands function in grid_search (closes bob.bio.base#71)
+     * Added annotator, updated documentation accordingly
+     * Allow for comment lines in file-lists
+     * Improves verbosity for preprocessing, extraction and enrollment
+     * bob.db.base.Database is deprecated.
+     * Using config file loading mechanism from bob.extension
+     * Fix debug message (closes bob.bio.base#103)
+     * Fixed the exception that is raised when score file is not found
+     * Mentions bob.bio.vein on bob.bio.base docs (closes bob.bio.base#104)
+     * Added metadata in preprocessing, feature extraction, and algorithm
+     * Removed write_commands function in grid_search (closes bob.bio.base#71)
+     * Improve replace directories
 * 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