File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 0.0.3 - 2021-09-27
4+
5+ ### Features
6+ * Add ` process_signals ` function to take a collection of primitives and create features for the given data.
7+
38## 0.0.2 - 2021-02-05
49
510### Bug Fixes
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.3.dev1
2+ current_version = 0.0.4.dev0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
@@ -57,4 +57,5 @@ ignore-docstrings = yes
5757ignore-imports = yes
5858max-args = 9
5959good-names = df
60+ disable = unspecified-encoding
6061
Original file line number Diff line number Diff line change 100100 test_suite = 'tests' ,
101101 tests_require = tests_require ,
102102 url = 'https://github.com/signals-dev/SigPro' ,
103- version = '0.0.3.dev1 ' ,
103+ version = '0.0.4.dev0 ' ,
104104 zip_safe = False ,
105105)
Original file line number Diff line number Diff line change 44
55__author__ = """MIT Data To AI Lab"""
667- __version__ = '0.0.3.dev1 '
7+ __version__ = '0.0.4.dev0 '
88
99import os
1010
You can’t perform that action at this time.
0 commit comments