Skip to content

Commit

Permalink
Merge pull request #142 from pynapple-org/bump0.3.4
Browse files Browse the repository at this point in the history
bumping to 0.3.4
  • Loading branch information
gviejo authored Jun 29, 2023
2 parents ececc96 + 9894bca commit c340016
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ 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.3.4 (Coming)
0.3.4 (2023-06-29)
------------------

- 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
- Warning message for deprecating current IO.

0.3.3 (2023-04-17)
------------------
Expand Down
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.3.3"
__version__ = "0.3.4"
from .core import *
from .io import *
from .process import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pynapple"
version = "0.3.3"
version = "0.3.4"
description = "PYthon Neural Analysis Package Pour Laboratoires d’Excellence"
readme = "README.md"
authors = [{ name = "Guillaume Viejo", email = "[email protected]" }]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/pynapple-org/pynapple',
version='v0.3.3',
version='v0.3.4',
zip_safe=False,
long_description_content_type='text/markdown',
download_url='https://github.com/pynapple-org/pynapple/archive/refs/tags/v0.3.3.tar.gz'
download_url='https://github.com/pynapple-org/pynapple/archive/refs/tags/v0.3.4.tar.gz'
)

0 comments on commit c340016

Please sign in to comment.