- Fixed pynapple `loc` method for new `IntervalSet`
0.6.0
- 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).
0.5.1
- Implementing `event_trigger_average` for all dimensions. - Hiding jitted functions from users.
0.5.0
- 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
0.4.1
- Implementing `get` method that return both an interval or the closest timepoint
0.4.0
- Implementing the numpy array container approach within pynapple - TsdTensor for objects larger than 2 dimensions is now available