Skip to content

Commit

Permalink
Merge pull request #392 from pynapple-org/dev
Browse files Browse the repository at this point in the history
Changing readme
  • Loading branch information
gviejo authored Jan 15, 2025
2 parents e907880 + a154a83 commit f2ad617
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ pynapple is a light-weight python library for neurophysiological data analysis.
New release :fire:
------------------

### pynapple >= 0.8

The objects `IntervalSet`, `TsdFrame` and `TsGroup` inherits a new metadata class. It is now possible to add labels for
each interval of an `IntervalSet`, each column of a `TsdFrame` and each unit of a `TsGroup`.

See the [documentation](https://pynapple.org/user_guide/03_metadata.html) for more details

### pynapple >= 0.7

Pynapple now implements signal processing. For example, to filter a 1250 Hz sampled time series between 10 Hz and 20 Hz:
Expand Down

0 comments on commit f2ad617

Please sign in to comment.