Skip to content

Commit

Permalink
Merge pull request pynapple-org#213 from pynapple-org/dev
Browse files Browse the repository at this point in the history
New version 0.5
  • Loading branch information
gviejo authored Dec 12, 2023
2 parents a8d9f4d + 0fafa01 commit 9f657a6
Show file tree
Hide file tree
Showing 33 changed files with 637 additions and 423 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ This procedure will install all the dependencies including
- tabulate
- h5py

For spyder users, it is recommended to install spyder after installing pynapple with :
<!-- For spyder users, it is recommended to install spyder after installing pynapple with :
``` {.sourceCode .shell}
$ conda create --name pynapple pip python=3.8
$ conda activate pynapple
$ pip install pynapple
$ pip install spyder
$ spyder
```
``` -->


Basic Usage
Expand Down
13 changes: 8 additions & 5 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ In 2018, Francesco started neuroseries, a Python package built on Pandas. It was
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.


0.4.2 (2023-11-16)
0.5.0 (2023-12-12)
------------------

- Removing GUI stack from pynapple.
- 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 (2023-10-30)
Expand Down Expand Up @@ -48,10 +51,10 @@ In 2021, Guillaume and other trainees in Adrien's lab decided to fork from neuro
0.3.4 (2023-06-29)
------------------

- TsGroup.to_tsd and Tsd.to_tsgroup transformations
- Count can take IntervalSet
- `TsGroup.to_tsd` and `Tsd.to_tsgroup` transformations
- `count` can take IntervalSet
- Saving to npz functions for all objects.
- tsd.value_from can take TsdFrame
- `tsd.value_from` can take TsdFrame
- Warning message for deprecating current IO.


Expand Down
Empty file modified docs/examples/tutorial_HD_dataset.py
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This procedure will install all the dependencies including
- tabulate
- h5py

For spyder users, it is recommended to install spyder after installing pynapple with :
<!-- For spyder users, it is recommended to install spyder after installing pynapple with :
``` {.sourceCode .shell}
$ conda create --name pynapple pip python=3.8
Expand All @@ -90,7 +90,7 @@ $ pip install pynapple
$ pip install spyder
$ spyder
```

-->

Basic Usage
-----------
Expand Down
13 changes: 0 additions & 13 deletions docs/old_pages/core.interval_set.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/old_pages/core.time_series.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/old_pages/core.ts_group.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/old_pages/io.cnmfe.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/old_pages/io.folder.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/old_pages/io.loader.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/io.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/old_pages/io.neurosuite.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/io.npz.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/io.nwb.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/old_pages/io.phy.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/io.suite2p.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/process.correlograms.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/process.decoding.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/process.perievent.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/process.randomize.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/old_pages/process.tuning_curves.md

This file was deleted.

2 changes: 1 addition & 1 deletion pynapple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.5.0"
from .core import *
from .io import *
from .process import *
Loading

0 comments on commit 9f657a6

Please sign in to comment.