File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyspi"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88authors = [
99 { name =" Oliver M. Cliff" , email =" oliver.m.cliff@gmail.com" },
1010]
Original file line number Diff line number Diff line change 1- """pyspi utility functions."""
21import numpy as np
32from scipy .stats import zscore
43import warnings
@@ -142,7 +141,7 @@ def check_optional_deps():
142141
143142 return isAvailable
144143
145- def filter_spis (keywords , output_name = None , configfile = None ):
144+ def filter_spis (keywords : list [ str ] , output_name : str = None , configfile : str = None ) -> None :
146145 """
147146 Filter a YAML using a list of keywords, and save the reduced set as a new
148147 YAML with a user-specified name (or a random one if not provided) in the
Original file line number Diff line number Diff line change 6161 'data/standard_normal.npy' ,
6262 'data/cml7.npy' ]},
6363 include_package_data = True ,
64- version = '1.0.0 ' ,
64+ version = '1.0.1 ' ,
6565 description = 'Library for pairwise analysis of time series data.' ,
6666 author = 'Oliver M. Cliff' ,
6767 author_email = 'oliver.m.cliff@gmail.com' ,
You can’t perform that action at this time.
0 commit comments