This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,6 @@ Scientific Supervision
2222Patches and Suggestions
2323-----------------------
2424
25- -
25+ - Hayden Ball (PR/7)
26+ - Jason Li (PR/13)
27+ - Dominique Makowski (PR/15)
Original file line number Diff line number Diff line change 33
44Here 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+
618Version 0.2.2
719-------------
820
Original file line number Diff line number Diff line change 99:license: BSD 3-clause, see LICENSE for more details.
1010"""
1111
12- version = '0.2.2 '
12+ version = '0.3.0 '
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments