Skip to content

PyPARRM v1.1.0

Latest
Compare
Choose a tag to compare
@tsbinns tsbinns released this 15 Jun 10:08
· 2 commits to 1.1.0 since this release

Enhancements

  • Improved the speed for filtering data with many samples.
  • Added options for specifying the time range, time resolution, and frequency range when using the filter parameter explorer.
  • Updated the filter parameter explorer controls.

Documentation

  • Updated the installation and development sections.
  • Added a new example showing the use of PARRM with ECoG and LFP data.
  • Added links to more information about PARRM in the examples.

Bug fixes

  • Fixed a bug where the filter parameter explorer incorrectly said filters were invalid.
  • Fixed a bug where division by (close to) zero returned invalid filters.

New Contributors