Bump up version

This commit is contained in:
Filip Gralinski 2020-01-31 09:50:26 +01:00
parent 8761965e8e
commit 2b4a416a4f
3 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,8 @@
## 1.32.0.0
* Add option to mark worst features
## 1.31.0.0
* Fix validation of challenges with Bootstrap resampling

View File

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

View File

@ -10,6 +10,8 @@
module GEval.LineByLine
(runLineByLine,
runLineByLineWithWorstFeatures,
SpanLineRecord(..),
LineSpan(..),
runWorstFeatures,
runLineByLineGeneralized,
runDiff,