File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
8
- ## [ 0.9.1]
7
+
8
+ ## [ 0.9.1] - 2019-09-05
9
+
9
10
### [ Breaking Changes]
11
+
12
+ * PR #1453 : ` SlicingClassifier ` renamed to ` SliceAwareClassifier `
13
+
10
14
### [ Added]
15
+
16
+ * PR #1451 : add heuristic for breaking symmetry in multiple label model optima case
17
+ * PR #1442 : integration test for ` MultitaskClassifier `
18
+
11
19
### [ Changed]
12
- ### [ Deprecated]
13
- ### [ Removed]
20
+
21
+ * PR #1444 : fix label model weight clamping behavior
22
+ * PR #1445 : fix JSON log writer
23
+ * PR #1447 : fix correct/incorrect count bug in ` LFAnalysis `
24
+ * PR #1428 , 1449: catch invalid label model inputs
25
+ * PR #1441 : make inputs to ` Scorer.score ` optional
26
+
14
27
15
28
## [ 0.9.0] - 2019-08-15
16
29
Version 0.9.0 is a complete redesign of the Snorkel library.
Original file line number Diff line number Diff line change 1
1
_MAJOR = "0"
2
2
_MINOR = "9"
3
- _REVISION = "1+dev "
3
+ _REVISION = "1"
4
4
5
5
VERSION_SHORT = f"{ _MAJOR } .{ _MINOR } "
6
6
VERSION = f"{ _MAJOR } .{ _MINOR } .{ _REVISION } "
You can’t perform that action at this time.
0 commit comments