File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased] (0.1.0)
10
10
11
- [ Unreleased ] : https://github.com/loicgrobol/scorch/compare/v0.0.26...HEAD
11
+ [ Unreleased ] : https://github.com/loicgrobol/scorch/compare/v0.2.0...HEAD
12
+
13
+ ## [ 0.2.0] — 2020-10-28
14
+
15
+ [ 0.2.0 ] : https://github.com/loicgrobol/scorch/compare/v0.1.0...v0.2.0
16
+
17
+ ### Changed
18
+
19
+ - Slightly faster BLANC ([ #13 ] ( https://github.com/LoicGrobol/scorch/pull/13 ) )
12
20
13
21
## [ 0.1.0] — 2020-10-12
14
22
15
- [ 0.1.0 ] : https://github.com/loicgrobol/scorch/compare/v0.0.26...0 .1.0
23
+ [ 0.1.0 ] : https://github.com/loicgrobol/scorch/compare/v0.0.26...v0 .1.0
16
24
17
25
### Fixed
18
26
Original file line number Diff line number Diff line change 1
- __version__ = "0.1 .0"
1
+ __version__ = "0.2 .0"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scorch
3
- version = 0.1 .0
3
+ version = 0.2 .0
4
4
description = Alternative scorer for the CoNLL-2011/2012 shared tasks on coreference resolution.
5
5
url = https://github.com/LoicGrobol/scorch
6
6
license = MIT
You can’t perform that action at this time.
0 commit comments