diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e4b00..e979e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## 1.23.0.0 + +* New style of train data is preferred + - `in.tsv` and `expected.tsv` instead of `train.tsv` + - though this is not required as sometimes training data look different than test data + - `--validate` option was changed accordingly + ## 1.22.1.0 * Add "Mean/" meta-metric (for the time being working only with MultiLabel-F-measure) diff --git a/geval.cabal b/geval.cabal index 5b425ce..c76d561 100644 --- a/geval.cabal +++ b/geval.cabal @@ -1,5 +1,5 @@ name: geval -version: 1.22.1.0 +version: 1.23.0.0 synopsis: Machine learning evaluation tools description: Please see README.md homepage: http://github.com/name/project