Skip to content

Commit

Permalink
0.0.9.6.5
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Nikeshbajaj committed Jul 22, 2024
1 parent c4c9d83 commit dcc3cbc
Show file tree
Hide file tree
Showing 26 changed files with 3,000 additions and 1,296 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ include spkit/__init__.py
include spkit/data/EEG16SecData.pkl
include spkit/data/primitive_polynomials_GF2_dict.txt
include spkit/eeg/Standard_1020.csv
include spkit/eeg/*.csv
include spkit/eeg/*.txt
include spkit/eeg/*.png

recursive-include spkit *.py
recursive-include spkit *.txt
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ pip install spkit
```
pip install spkit --upgrade
```

# New in 0.0.9.7:
## MEA Processing Toolkit

# New in 0.0.9.5:
## MEA Processing Toolkit
Expand Down Expand Up @@ -166,7 +167,7 @@ pip install spkit --upgrade
# Contacts:

* **Nikesh Bajaj**
* https://nikeshbajaj.in
* http://nikeshbajaj.in
* n.bajaj[AT]qmul.ac.uk, n.bajaj[AT]imperial[dot]ac[dot]uk
### Imperial College London
______________________________________
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9.6
0.0.9.6.7
5 changes: 4 additions & 1 deletion spkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import, division, print_function

name = "Signal Processing toolkit"
__version__ = '0.0.9.6'
__version__ = '0.0.9.6.7'
__author__ = 'Nikesh Bajaj'


Expand Down Expand Up @@ -37,6 +37,8 @@
from .core.processing import (phase_map,amplitude_equalizer,phase_map_reconstruction,dominent_freq,dominent_freq_win,clean_phase,mean_minSE,minMSE)
from .core.processing import (create_signal_1d, create_signal_2d,spatial_filter_dist, spatial_filter_adj)
from .core.matDecomposition import (ICA, SVD,infomax)

from .core.processing import (Wavelet_decompositions)
##wavelet_filtering, wavelet_filtering_win, WPA_coeff, WPA_temporal, WPA_plot

# Advanced
Expand All @@ -63,6 +65,7 @@
from .utils_misc import io_utils as io
from .utils_misc import tf_utils
from .utils_misc import utils as utils_dev
from .utils_misc.borrowed import resize
from .data import load_data

#from .mea.mea_processing import *
Expand Down
Loading

0 comments on commit dcc3cbc

Please sign in to comment.