Skip to content

Releases: pynapple-org/pynapple

V0.11.0

30 Mar 19:17
d0846b0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.11.0

V0.10.3

09 Feb 15:50
0f74afb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

V0.10.2

05 Dec 20:36
be78784

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

V0.10.1

30 Oct 15:27
c63c36b

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

V0.10.0

28 Oct 14:55
b977fd9

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

16 Jun 21:58
988a95d

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

V0.9.1

05 Jun 20:37
f43eb11

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

V0.9.0

13 May 23:25
22d6681

Choose a tag to compare

  • New private class: _MetadataMixin and _Metadata(UserDict) (core/metadata_class.py). Can be inherited by:
    • IntervalSet
    • TsdFrame
    • TsGroup
      This class assumes that whatever is inheriting it has the private property self._initialized.
      metadata: public read-only view of metadata
  • Add a decimate method to _BaseTsd.
  • Adds support for a new derivative method which wraps np.gradient with support for epochs and time index

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.9.0

V0.8.5

24 Mar 22:05
973e6e9

Choose a tag to compare

  • Implements nap.build_tensor and nap.warp_tensor for trial-based data.
  • Fix horizontal slicing for TsdFrame (Issue )
  • Fix empty TsGroup. The rate attribute was not added to the metadata dataframe.
  • New example notebook : Trial-aligned choice decoding in International Brain Lab data
  • Set pynapple version dynamically by reading the github tag.

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.8.5

V0.8.4

06 Feb 19:25
4f12422

Choose a tag to compare

  • Fix value printing of IntervalSet when rows are collapsed
  • Backward compatibility fix for loading npz files with TsGroup
  • Fix indexing of IntervalSet to be able to use -1
  • Add column names for compute_wavelet_transform

What's Changed

Full Changelog: v0.8.3...v0.8.4