Skip to content

Commit

Permalink
[RELEASE]: v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henryre committed Oct 23, 2019
1 parent 4d579fa commit 96821ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [0.9.1]
## [0.9.2] - 2019-10-22

### [Breaking Changes]

* PR #1481: removed fault tolerant mode for labeling functions

### [Added]

* PR #1481: fault tolerant mode for appliers

### [Changed]
### [Deprecated]

* PR #1450, 1467: ignore abstains in scoring, except coverage
* PR #1463: serialize all attributes of label model
* PR #1466: fix label model GPU training option
* PR #1477, #1492: pin dependency versions

### [Removed]

* PR #1454: `set_seed` utility removed

### [Contributors]

Thanks to @HiromuHota, @ferhatelmas, and @garaud for their recent contributions!



## [0.9.1] - 2019-09-05

Expand Down
2 changes: 1 addition & 1 deletion snorkel/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "9"
_REVISION = "2+dev"
_REVISION = "2"

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

0 comments on commit 96821ee

Please sign in to comment.