Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 7b10223

Browse files
committed
Release version 0.3.0
1 parent 2acfff7 commit 7b10223

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Scientific Supervision
2222
Patches and Suggestions
2323
-----------------------
2424

25-
-
25+
- Hayden Ball (PR/7)
26+
- Jason Li (PR/13)
27+
- Dominique Makowski (PR/15)

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
Here you can see the full list of changes between each BioSPPy release.
55

6+
Version 0.3.0
7+
-------------
8+
9+
Released on December 30th 2016
10+
11+
- Lazy loading (merges #15)
12+
- Python 3 compatibility (merges #13)
13+
- Fixed usage of clustering linkage parameters
14+
- Fixed a bug when using filtering without the forward-backward technique
15+
- Bug fixes (closes #4, #8)
16+
- Allow BVP parameters as inputs (merges #7)
17+
618
Version 0.2.2
719
-------------
820

biosppy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
:license: BSD 3-clause, see LICENSE for more details.
1010
"""
1111

12-
version = '0.2.2'
12+
version = '0.3.0'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ def __getattr__(cls, name):
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = '0.2.2'
88+
version = '0.3.0'
8989
# The full version, including alpha/beta/rc tags.
90-
release = '0.2.2'
90+
release = '0.3.0'
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.

0 commit comments

Comments
 (0)