Syncopy 2023.05
Patch release
Considerable performance tweaks and fixes were introduced with #489 and #454, severely improving runtime across the board. Minor additions include NaN handling of FIR filters and the new spy.synthdata
module.
What's Changed
- 478 creating a dummy dataset using snpanalogdata does not create a data set with desired name of the channels by @tensionhead in #479
- CHG: Handle NaNs in preprocessing by @tensionhead in #481
- 475 undo poetry version pin by @dfsp-spirit in #482
- NEW: Standalone synthetic data module by @tensionhead in #477
- Fix GitHub dependabot alert by @dfsp-spirit in #484
- NEW: add contributing file by @dfsp-spirit in #485
- CHG: Fix and extend developer information section of README. [skip ci] by @dfsp-spirit in #487
- 489 redesign time property by @tensionhead in #490
- 454 chan sel by @dfsp-spirit in #455
- FIX: Also delete hdf5 virtual source directory upon save by @tensionhead in #499
- Merge updates from Dev by @tensionhead in #501
- CHG: Improve signature and doc of synthdata routines by @tensionhead in #502
- Add
ar1_noise
synth. data routine by @tensionhead in #503
Full Changelog: v2023.03...v2023.05