Bump up version
This commit is contained in:
parent
8761965e8e
commit
2b4a416a4f
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,8 @@
|
||||
module GEval.LineByLine
|
||||
(runLineByLine,
|
||||
runLineByLineWithWorstFeatures,
|
||||
SpanLineRecord(..),
|
||||
LineSpan(..),
|
||||
runWorstFeatures,
|
||||
runLineByLineGeneralized,
|
||||
runDiff,
|
||||
|
Loading…
Reference in New Issue
Block a user