Bump up version

This commit is contained in:
Filip Gralinski 2019-09-07 15:55:36 +02:00
parent 5998f8a316
commit 601dbcf677
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
## 1.21.0.0
* Add Probabilistic-MultiLabel-F-measure
## 1.20.1.0 ## 1.20.1.0
* Fix Soft2D-F1 metric * Fix Soft2D-F1 metric

View File

@ -1,5 +1,5 @@
name: geval name: geval
version: 1.20.1.0 version: 1.21.0.0
synopsis: Machine learning evaluation tools synopsis: Machine learning evaluation tools
description: Please see README.md description: Please see README.md
homepage: http://github.com/name/project homepage: http://github.com/name/project

View File

@ -115,7 +115,7 @@ optionsParser = GEvalOptions
<*> optional (strOption <*> optional (strOption
( long "plot-graph" ( long "plot-graph"
<> metavar "FILE-PATH" <> metavar "FILE-PATH"
<> help "Plot an extra graph, applicable only for Probabilistic-Soft-F-score (LOESS function for calibration)")) <> help "Plot an extra graph, applicable only for Probabilistic-MultiLabel/Soft-F-score (LOESS function for calibration)"))
precisionArgParser :: Parser Int precisionArgParser :: Parser Int
precisionArgParser = option auto precisionArgParser = option auto