-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate alternative ways of computing inter-spike-intervals [vcs: #…
…minor] (#368) * add remoevFirstISI to C++ * ISI_values to use removeFirstISI * separate cppfeature_access and isi from pyfeatures * move ISI_CV to python * FIX: _get_cpp_data to check Int map as well * move single_burst_ratio to pyfeatures * FIX wrong single_burst_ratio in expectedresults * move irregularity_index to pyfeatures * FIX wrong irregularity_index val in test * fix code style * move ISI_log_slopes to pyfeatures * implement burst_ISI_indices in python * burst_ISI_indices to not to depend on peak_indices but only ISI_values * format * add TestBurstISIIndices * move burst_mean_freq from test_basic to isi * move interburst_voltage to isi from tests * update .gitignore * remove _get_voltage and _get_time * remove LibV1 interburst_voltage * pytest ignore DeprecationWarnings * remove LibV1::burst_mean_freq * remove LibV1:burst_ISI_indices * add future annotations to test_isi * add scipy as a requirement * move ISI_values to pyfeatures * Edge Case: ISIs to return None instead of [] when n_spikes < 2 * update test_ISIs_single_spike * merge dictionary assignment with decleration * add inv isi values func to api.py * remove LibV5 inv_first_ISI ... inv_last_ISI * shorten inv_ISI_values impl * new feature: inv_ISI_values * set upperbound 'scipy>=1.8.0,<=1.10.0' * use all_ISI_values instead of ISIs * scipy>=1.12.0,<2.0.0 otherwise no py3.12 * drop python3.8 for python3.12 support in scipy * add unit for inv_ISI_values * update CHANGELOG.rst
- Loading branch information
Showing
27 changed files
with
726 additions
and
790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ bin | |
lib | ||
fllog.txt | ||
*.DS_Store | ||
pyvenv.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.