Skip to content

Commit 13b463a

Browse files
committed
[RELEASE]: v0.9.6
1 parent 232247c commit 13b463a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ 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
## [Unreleased]
8-
## [0.9.6]
8+
## [0.9.7]
99
### [Breaking Changes]
1010
### [Added]
1111
### [Changed]
1212
### [Deprecated]
1313
### [Removed]
1414

15+
## [0.9.6] - 2020-08-08
16+
### [Added]
17+
18+
* PR #1572: Allow specification of `memoize_key` in preprocessors
19+
* PR #1597: Improved error messages for MultitaskClassifier
20+
* PR #1592: Improved LabelModel documentation
21+
22+
### [Contributors]
23+
24+
Thanks to @Wirg, @TrigonaMinima, and @dchichkov for recent contributions!
25+
1526
## [0.9.5] - 2020-04-06
1627
### [Breaking Changes]
1728

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 = "6+dev"
3+
_REVISION = "6"
44

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

0 commit comments

Comments
 (0)