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 +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed 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.5.0
7+ -------------
8+
9+ Released on August 28th 2017
10+
11+ - Added a simple timing module
12+ - Added methods to help with file manipulations
13+ - Added a logo :camera :
14+ - Added the Matthews Correlation Coefficient as another authentication metric.
15+ - Fixed an issue in the ECG Hamilton algorithm (closes #28 )
16+ - Various bug fixes
17+
618Version 0.4.0
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.4 .0'
12+ version = '0.5 .0'
Original file line number Diff line number Diff line change 1313# serve to show the default.
1414
1515import sys
16- import os
17- import shlex
16+ # import os
17+ # import shlex
1818
1919# To be able to import to ReadTheDocs
2020from mock import Mock as MagicMock
@@ -85,7 +85,7 @@ def __getattr__(cls, name):
8585# built documents.
8686#
8787# The short X.Y version.
88- version = '0.4 .0'
88+ version = '0.5 .0'
8989# The full version, including alpha/beta/rc tags.
9090release = version
9191
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ def get_version(path):
5656 'Programming Language :: Python' ,
5757 'Programming Language :: Python :: 2.7' ,
5858 'Programming Language :: Python :: 3.5' ,
59+ 'Programming Language :: Python :: 3.6' ,
5960 'Topic :: Software Development :: Libraries :: Python Modules' ,
6061 'Topic :: Education' ,
6162 'Topic :: Scientific/Engineering' ,
You can’t perform that action at this time.
0 commit comments