Skip to content

Releases: pynapple-org/pynapple

V0.6.2

04 Apr 22:09
65c904d
Compare
Choose a tag to compare
  • smooth now takes standard deviation in time units
  • Fixed TsGroup saving method.
  • __getattr__ of BaseTsd allow numpy functions to be attached as attributes of Tsd objects
  • Added get method for TsGroup

v0.6.1

03 Mar 15:22
ea60357
Compare
Choose a tag to compare

Fixed pynapple loc method for new IntervalSet

v0.6.0

02 Mar 10:05
b2f1775
Compare
Choose a tag to compare
  • Refactoring IntervalSet to pure numpy ndarray.
  • Implementing new chain of inheritance for time series with abstract base class. base_class.Base holds the temporal methods for all time series and Ts. time_series.BaseTsd inherit Base and implements the common methods for Tsd, TsdFrame and Tsd.
  • Automatic conversion to numpy ndarray for all objects that are numpy-like (typically jax).

v0.5.1

29 Jan 20:52
dcf71da
Compare
Choose a tag to compare
  • Implemented compute_event_trigger_average for all dimensions. Useful for computing spike trigger average with movies as input feature.
  • Remove jitted_functions from the list of directly accessible methods

v0.5.0

12 Dec 23:55
9f657a6
Compare
Choose a tag to compare
  • Removing GUI stack from pynapple. To create a NWB file, users need to install nwbmatic (https://github.com/pynapple-org/nwbmatic)
  • Implementing compute_perievent_continuous
  • Implementing convolve for Tsd, TsdFrame and TsdTensor
  • Implementing smooth for fast gaussian smoothing of time series

V0.4.1

07 Nov 22:02
a175e0c
Compare
Choose a tag to compare

Implementing the get method. Fixing bug in the representation of the TsdTensor

v0.4.0

22 Oct 22:41
ed86795
Compare
Choose a tag to compare

The core of pynapple relies on the numpy array container approach. Removing pandas 2.0 limit.

v0.4.0a1

03 Oct 22:34
421fd74
Compare
Choose a tag to compare
v0.4.0a1 Pre-release
Pre-release

Alpha release for the new pynapple core using numpy array container

V0.3.6

11 Sep 23:04
fbee360
Compare
Choose a tag to compare

Fixed small bug when parsing metadata in nwb objects.
Implemented interpolation.

v0.3.5

08 Aug 14:55
9d2dfc4
Compare
Choose a tag to compare

NWB reader, NPZ reader, Folder interface, new documentation with mkdocs-gallery