File tree Expand file tree Collapse file tree 6 files changed +7
-22
lines changed
Expand file tree Collapse file tree 6 files changed +7
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ include CONTRIBUTING.md
33include HISTORY.md
44include LICENSE
55include README.md
6+ include sigpro/data/demo_timeseries.csv
67
78recursive-include tests *
89recursive-exclude * __pycache__
Original file line number Diff line number Diff line change 55
66[ ![ Development Status] ( https://img.shields.io/badge/Development%20Status-2%20--%20Pre--Alpha-yellow )] ( https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha )
77[ ![ PyPi Shield] ( https://img.shields.io/pypi/v/SigPro.svg )] ( https://pypi.python.org/pypi/SigPro )
8- [ ![ Travis CI Shield] ( https://travis-ci.org/signals-dev/SigPro.svg?branch=master )] ( https://travis-ci.org/signals-dev/SigPro )
9- [ ![ Coverage Status] ( https://codecov.io/gh/signals-dev/SigPro/branch/master/graph/badge.svg )] ( https://codecov.io/gh/signals-dev/SigPro )
8+ [ ![ Tests] ( https://github.com/signals-dev/SigPro/workflows/Run%20Tests/badge.svg )] ( https://github.com/signals-dev/SigPro/actions?query=workflow%3A%22Run+Tests%22+branch%3Amaster )
109[ ![ Downloads] ( https://pepy.tech/badge/sigpro )] ( https://pepy.tech/project/sigpro )
1110
1211
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2 .dev0
2+ current_version = 0.0.1 .dev0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
Original file line number Diff line number Diff line change 1212 history = history_file .read ()
1313
1414install_requires = [
15- 'mlblocks>=0.3.4 ,<0.4 ' ,
15+ 'mlblocks>=0.4.0 ,<0.5 ' ,
1616 'pandas>=1,<2' ,
17- 'numpy>=1.15.4,<2 ' ,
17+ 'numpy>=1.17.1,<1.19 ' ,
1818 'scipy>=1.3.3,<2' ,
1919]
2020
9999 test_suite = 'tests' ,
100100 tests_require = tests_require ,
101101 url = 'https://github.com/signals-dev/SigPro' ,
102- version = '0.0.2 .dev0' ,
102+ version = '0.0.1 .dev0' ,
103103 zip_safe = False ,
104104)
Original file line number Diff line number Diff line change 44
55__author__ = """MIT Data To AI Lab"""
667- __version__ = '0.0.2 .dev0'
7+ __version__ = '0.0.1 .dev0'
88
99import os
1010
You can’t perform that action at this time.
0 commit comments