Skip to content

Commit 9f657a6

Browse files
authored
Merge pull request #213 from pynapple-org/dev
New version 0.5
2 parents a8d9f4d + 0fafa01 commit 9f657a6

33 files changed

+637
-423
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ This procedure will install all the dependencies including
8585
- tabulate
8686
- h5py
8787

88-
For spyder users, it is recommended to install spyder after installing pynapple with :
88+
<!-- For spyder users, it is recommended to install spyder after installing pynapple with :
8989
9090
``` {.sourceCode .shell}
9191
$ conda create --name pynapple pip python=3.8
9292
$ conda activate pynapple
9393
$ pip install pynapple
9494
$ pip install spyder
9595
$ spyder
96-
```
96+
``` -->
9797

9898

9999
Basic Usage

docs/HISTORY.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ In 2018, Francesco started neuroseries, a Python package built on Pandas. It was
99
In 2021, Guillaume and other trainees in Adrien's lab decided to fork from neuroseries and started *pynapple*. The core of pynapple is largely built upon neuroseries. Some of the original changes to TSToolbox made by Luke were included in this package, especially the *time_support* property of all ts/tsd objects.
1010

1111

12-
0.4.2 (2023-11-16)
12+
0.5.0 (2023-12-12)
1313
------------------
1414

15-
- Removing GUI stack from pynapple.
15+
- Removing GUI stack from pynapple. To create a NWB file, users need to install nwbmatic (https://github.com/pynapple-org/nwbmatic)
16+
- Implementing `compute_perievent_continuous`
17+
- Implementing `convolve` for Tsd, TsdFrame and TsdTensor
18+
- Implementing `smooth` for fast gaussian smoothing of time series
1619

1720

1821
0.4.1 (2023-10-30)
@@ -48,10 +51,10 @@ In 2021, Guillaume and other trainees in Adrien's lab decided to fork from neuro
4851
0.3.4 (2023-06-29)
4952
------------------
5053

51-
- TsGroup.to_tsd and Tsd.to_tsgroup transformations
52-
- Count can take IntervalSet
54+
- `TsGroup.to_tsd` and `Tsd.to_tsgroup` transformations
55+
- `count` can take IntervalSet
5356
- Saving to npz functions for all objects.
54-
- tsd.value_from can take TsdFrame
57+
- `tsd.value_from` can take TsdFrame
5558
- Warning message for deprecating current IO.
5659

5760

docs/examples/tutorial_HD_dataset.py

100755100644
File mode changed.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This procedure will install all the dependencies including
8181
- tabulate
8282
- h5py
8383

84-
For spyder users, it is recommended to install spyder after installing pynapple with :
84+
<!-- For spyder users, it is recommended to install spyder after installing pynapple with :
8585
8686
``` {.sourceCode .shell}
8787
$ conda create --name pynapple pip python=3.8
@@ -90,7 +90,7 @@ $ pip install pynapple
9090
$ pip install spyder
9191
$ spyder
9292
```
93-
93+
-->
9494

9595
Basic Usage
9696
-----------

docs/old_pages/core.interval_set.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/old_pages/core.time_series.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/old_pages/core.ts_group.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/old_pages/io.cnmfe.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/old_pages/io.folder.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/old_pages/io.loader.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)