Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed May 21, 2020
1 parent eab6fbf commit 30d0b7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.7.1](https://github.com/eonu/sequentia/releases/tag/v0.7.1)

#### Major changes

- Fix deserialization for `KNNClassifier`. ([#93](https://github.com/eonu/sequentia/pull/93))
- Sort HDF5 keys before loading as `numpy.ndarray`s.
- Pass `weighting` function into deserialization constructor.

## [0.7.0](https://github.com/eonu/sequentia/releases/tag/v0.7.0)

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Edwin Onuonga'

# The full version, including alpha/beta/rc tags
release = '0.7.0'
release = '0.7.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import print_function
from setuptools import setup, find_packages

VERSION = '0.7.0'
VERSION = '0.7.1'

with open('README.md', 'r') as fh:
long_description = fh.read()
Expand Down

0 comments on commit 30d0b7c

Please sign in to comment.