Skip to content
Snippets Groups Projects

The release script for bob that uses changelog as a guidance for release

Merged Pavel KORSHUNOV requested to merge releasescript into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -379,8 +379,7 @@
@@ -379,8 +379,7 @@
* bob.bio.base!82 Add a function to read features with generators
* bob.bio.base!82 Add a function to read features with generators
* v3.2.1 (Sep 26, 2017 15:04)
* v3.2.1 (Sep 26, 2017 15:04)
* Changed backend in `bob/bio/base/scripts/evaluate.py` to `'pdf'` instead of `'agg'`
* Changed backend in `bob/bio/base/scripts/evaluate.py` to `'pdf'` instead of `'agg'`
* Switched to 'pdf' backend instead of 'agg'
* v4.2.1 (Mar 31, 2018 )
* major
* Migrate to conda based CI
* Migrate to conda based CI
* Updated docs and tests
* Updated docs and tests
* Added allow_missing_files option and added tests
* Added allow_missing_files option and added tests
@@ -396,6 +395,8 @@
@@ -396,6 +395,8 @@
* Added metadata in preprocessing, feature extraction, and algorithm
* Added metadata in preprocessing, feature extraction, and algorithm
* Removed write_commands function in grid_search (closes bob.bio.base#71)
* Removed write_commands function in grid_search (closes bob.bio.base#71)
* Improve replace directories
* Improve replace directories
 
* patch
 
* small docs building fix
* bob.bio.gmm
* bob.bio.gmm
* v3.1.0 (Sep 22, 2017 14:05)
* 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
* bob.bio.gmm!10 Removed Algorithm.read_probe method, since this is already solved via bob.bio.base
Loading