Skip to content

Commit 96821ee

Browse files
committed
[RELEASE]: v0.9.2
1 parent 4d579fa commit 96821ee

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
9-
## [0.9.1]
8+
## [0.9.2] - 2019-10-22
9+
1010
### [Breaking Changes]
11+
12+
* PR #1481: removed fault tolerant mode for labeling functions
13+
1114
### [Added]
15+
16+
* PR #1481: fault tolerant mode for appliers
17+
1218
### [Changed]
13-
### [Deprecated]
19+
20+
* PR #1450, 1467: ignore abstains in scoring, except coverage
21+
* PR #1463: serialize all attributes of label model
22+
* PR #1466: fix label model GPU training option
23+
* PR #1477, #1492: pin dependency versions
24+
1425
### [Removed]
1526

27+
* PR #1454: `set_seed` utility removed
28+
29+
### [Contributors]
30+
31+
Thanks to @HiromuHota, @ferhatelmas, and @garaud for their recent contributions!
32+
33+
1634

1735
## [0.9.1] - 2019-09-05
1836

snorkel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "9"
3-
_REVISION = "2+dev"
3+
_REVISION = "2"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)