https://github.com/raphaelvallat/yasa

sort by:
Revision Author Date Message Commit Date
fc51d93 Release v0.6.2 (#92) * Update version * Build doc 27 August 2022, 01:21:03 UTC
5d1ff92 Add EEG-HRV coupling notebook (#89) * Added EEG-HRV coupling notebook * Minor updates 03 August 2022, 01:00:54 UTC
b3f153f adding vmax vmin functionality with minimal tests #73 (#75) * adding vmax vmin functionality with minimal tests #73 * Black formatting * Update changelog + unit tests Co-authored-by: Raphael Vallat <raphaelvallat9@gmail.com> 19 July 2022, 22:24:52 UTC
65f033f Functions to compare agreement of events detections (#71) * Initial commit of the compare_detection function * Add unit test for compare_detection + docstring * Add compare_channels and compare_detection methods * Add "Channel" as index name * Add unit tests for compare_detection and compare_channels * Updated changelog * Added methods in spindles notebook * Black formatting * Fix unit test 19 July 2022, 22:23:28 UTC
b1890be Better handling of flat data in numba function and spindles detect (#86) 08 July 2022, 22:50:31 UTC
a281d55 Black formatting (#83) * Use black code formatting + GH Actions * Reformat setup and conf 20 June 2022, 17:34:42 UTC
4d87b5c Add conda install instructions (#76) 20 June 2022, 17:28:00 UTC
5e65ed5 Updated changelog 03 June 2022, 20:59:18 UTC
a192252 Use MNE for conversion Volts to uV (#70) * Bump MNE to 0.23 raw.get_data(units="uV") * use units="uV" in raw.get_data() instead of multiplication by 1e6 * Use a dict for units to handle multiple types in raw * Fix residual "multiply by 1e6" 03 June 2022, 20:55:51 UTC
34e40b6 Add two new functions: a) find periods in hypnogram and b) heart rate by stage (#68) * Added hypno_find_periods * Updated api + docstrings * Add ECG dataset * Add sleepecg to requirements * Add is_sleepecg_installed * Add hrv stage function * Add unit tests * Update changelog and API * Fix typo in changelog * Fix windows unit tests? * Force dtype to int32 * Force int64? * do not check dtype * Add support for str dtype in hypno_find_periods * Implemented @remrama changes * Handle sf = array(...) 03 June 2022, 19:09:38 UTC
71c0a82 Switch to 0.6.1 15 March 2022, 16:59:45 UTC
d1cb4aa CRITICAL: FIX FOR SPINDLES DETECTION! (#55) * CRITICAL: FIX FOR SPINDLES DETECTION! * Updated no.convolve in notebook * Removed notebook * Updated changelog 15 March 2022, 16:49:31 UTC
2383628 Update notebooks 20 February 2022, 22:22:33 UTC
4cb74b0 Reference to quickstart in doc 20 February 2022, 18:10:24 UTC
fa6ca6e Use pd.concat instead of frame.append 20 February 2022, 18:07:12 UTC
021e306 Remove python version badge from readme 20 February 2022, 18:03:33 UTC
11bb22a Remove Travis CI and add cov to GH Actions 20 February 2022, 17:51:44 UTC
828fdd7 Remove Python 3.6 from CI test 20 February 2022, 17:45:00 UTC
357dd2b Updated docs 20 February 2022, 17:39:22 UTC
2b3c03b Minor fix in quickstart 20 February 2022, 17:33:18 UTC
ac883f0 Updated version number 0.6.0 20 February 2022, 17:29:40 UTC
a467ffa Updated changelog 20 February 2022, 17:29:31 UTC
daaffc9 Merge branch 'master' into develop 29 December 2021, 01:17:47 UTC
6b2762f Merge pull request #51 from snwnde/enh [ENH] Speed up `_index_to_events` 29 December 2021, 01:16:56 UTC
3338a31 speed up `_index_to_events` #50 24 December 2021, 09:29:26 UTC
187841e Finished first full draft of quickstart 02 November 2021, 04:28:38 UTC
88baf30 ndPAC is now calculated including unreliable events + no propcoupled column 30 October 2021, 00:59:05 UTC
4b9764f Added more unit test for sw_detection 30 October 2021, 00:43:55 UTC
6dadbbc Use np.float64 instead of np.float 29 October 2021, 23:52:46 UTC
b3df180 Add verbose parameter to hypno_upsample_to_data 29 October 2021, 23:50:26 UTC
d203a62 flake8 + attempt to fix tests 29 October 2021, 23:33:29 UTC
7158805 Added coupling_params to sw_detect + updated notebook 29 October 2021, 22:58:03 UTC
6aa4ecf Added plot_hypnogram to API 29 October 2021, 22:32:28 UTC
bb822ef Updated SW threshold in step-by-step notebook 29 October 2021, 22:28:53 UTC
1a41072 Added references to eLife 29 October 2021, 22:21:38 UTC
4ac0111 Clean conf.py file 29 October 2021, 22:00:21 UTC
10296fc Added IRASA PR to changelog 29 October 2021, 21:58:07 UTC
0a4bec3 Merge branch 'master' into develop 29 October 2021, 21:55:19 UTC
bd9f9ab More conservative amplitude thresholds in sw_detect 29 October 2021, 21:53:00 UTC
ceb71d8 SO-sigma coupling major changes * Use ± 1 sec around negative peak * Report thresholded ndPAC (unreliable set to zero) * Report ndPAC of supzero events + proportion of coupled events when using summary 29 October 2021, 18:20:05 UTC
68d96fb Started working on quickstart 29 October 2021, 16:59:43 UTC
1f83229 Merge pull request #42 from moritz-gerster/IRASA_fix Inform user about resampled fitting range 26 October 2021, 15:03:03 UTC
dee6432 Change highpass/lowpass default behavior 25 October 2021, 06:44:55 UTC
e3290fc Check if highpass and lowpass is known 23 October 2021, 08:11:28 UTC
4a54716 Import and include set_log_level 23 October 2021, 08:07:56 UTC
fd18db2 Add verbose in doc string 23 October 2021, 08:03:35 UTC
7684c8d Modify warning messages 19 October 2021, 07:00:57 UTC
f049fc3 Add reference 18 October 2021, 15:39:54 UTC
bc67c47 Inform user about evaluated frequency ranges 18 October 2021, 15:20:06 UTC
70def16 Retract last commit 18 October 2021, 15:17:49 UTC
de5ffc8 Exchange natural logarithm with logarithm base 10 18 October 2021, 13:06:12 UTC
f6f3285 "From Stage" as index name in yasa.transition_matrix 05 September 2021, 01:52:55 UTC
4b99fff yasa.topoplot is now case-insensitive for channel names 05 September 2021, 01:52:34 UTC
a7e2f75 Updated API and changelog 25 August 2021, 21:42:03 UTC
ce78806 Added plot_hypnogram function 23 August 2021, 18:42:43 UTC
af346bf Removed modulation index from sw_detect 23 August 2021, 17:38:35 UTC
79b5871 Add as_dataframe parameter in get_sync_events 22 August 2021, 00:29:07 UTC
30df6ed Added mask=None in detection methods (slow-waves, spindles and REM) 21 August 2021, 23:26:26 UTC
fa5e6c0 Add find_cooccurring_spindles and modulation index to yasa.sw_detect 21 August 2021, 22:08:37 UTC
4d23501 Switch to 0.5.1 and added trained classifier to manifest 18 August 2021, 03:37:20 UTC
f5d6afa Upload doc 0.5.0 11 August 2021, 22:44:34 UTC
7e816e3 Re-run all notebooks 11 August 2021, 22:00:28 UTC
168e035 Major: add classifier for YASA 0.5.0 11 August 2021, 22:00:06 UTC
c6ba8b4 Minor improvements in general doc + updated dependency + flake8 100 lines 09 August 2021, 18:59:01 UTC
24edc66 Change version in setup and init to 0.5.0 09 August 2021, 18:44:29 UTC
c88ddee Updated the size of the rolling windows in SleepStaging 09 August 2021, 18:42:09 UTC
c0deb5b Updated notebook artefact rejection 09 July 2021, 16:52:54 UTC
aafcd97 Updated requirements pyRiemann 0.2.7 (no restriction on sklearn) 09 July 2021, 00:05:14 UTC
fdf16a3 Fix rolling window length in doc SleepStaging 02 July 2021, 18:21:53 UTC
2b8c262 Add example phase and amplitude signal to notebook 02 July 2021, 18:19:06 UTC
592f8ff BUGFIX: Slow-waves duration must be < max(dur_pos) + max(dur_neg) 22 June 2021, 23:51:47 UTC
4d0c540 Add debug notebooks to gitignore 22 June 2021, 22:52:35 UTC
845622e Remove flat electrode in compute_feature_stage + avoid in-place modification + add argument to disable slow 1/f 22 June 2021, 22:40:05 UTC
e954401 Added coincidence matrix 18 June 2021, 17:12:27 UTC
9dca492 Sleep staging always get the sampling frequency from Raw object 05 May 2021, 19:49:16 UTC
4a9f8ed Use 2D antropy function in SleepStaging 15 April 2021, 23:16:09 UTC
571a2c0 Spindles should be merged as well 06 April 2021, 00:31:44 UTC
27e4b9b Better doc in transition_matrix 02 April 2021, 23:04:54 UTC
5e61b92 TST now excludes Art and Unscored 02 April 2021, 21:51:32 UTC
ba558c7 Enable spindles detection + add spectral entropy and Higuchi of the filtered delta signal 01 April 2021, 23:17:49 UTC
30d2501 Prepare switch to 0.4.1 23 March 2021, 21:39:30 UTC
65fd9f5 Add outdated to dependency 23 March 2021, 20:21:49 UTC
e4f8d6c Add support for N2+N3+REM (WN) in features.py 22 March 2021, 22:22:45 UTC
c6d17b3 Added notebook for topoplot 20 March 2021, 04:54:50 UTC
98b4683 Temporarily disabled spindles from compute_feature_stage 18 March 2021, 22:26:42 UTC
1ea4a64 Use antropy instead of entropy 17 March 2021, 21:54:31 UTC
f1c4bd4 Better stage mapping in compute_features 16 March 2021, 00:47:25 UTC
7ab92fb Now added the traditional frequency bands in compute_stage_feature 13 March 2021, 01:52:48 UTC
e0da900 Fix cropped topoplot! 12 March 2021, 01:30:00 UTC
3bc8a38 First working implementation of topoplot Bug: the topoplot image is cropped by Sphinx... 12 March 2021, 01:23:46 UTC
8707694 Add compute_features_stage 11 March 2021, 23:39:42 UTC
2b8c886 Disabled GitHub actions test for MacOs (fails with lightgbm) 11 March 2021, 18:25:54 UTC
b0062f2 No need to upload new classifiers at each new version of YASA 11 March 2021, 02:35:21 UTC
b0251d3 Add warning if PSD contains negative values 02 March 2021, 00:14:23 UTC
339172e Renamed main.py --> detection.py 01 March 2021, 23:33:32 UTC
22ae7c6 Add link to yasa_classifier in doc 01 March 2021, 23:22:51 UTC
0c9fbdb Default freq_sw in sw_detect is now 0.3 to 1.5 Hz 01 March 2021, 23:13:58 UTC
be7fd6d Use nanstd in trimbothstd 01 March 2021, 23:10:05 UTC
9d43192 Fixed typo in is_pyriemann_installed (+ added pyRiemann Potato as a gitignore file) 24 February 2021, 00:47:32 UTC
3aba802 Remove commented function and format docstring example 25 January 2021, 05:56:50 UTC
back to top