From 059f81a79742b4d6a40d31bb12e8b8a49e9fd227 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Fri, 13 Dec 2019 20:38:08 +0100 Subject: [PATCH] Bump up version number --- CHANGELOG.md | 7 +++++++ geval.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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