Skip to content

Commit

Permalink
Merge pull request #172 from pynapple-org/bump0.3.6
Browse files Browse the repository at this point in the history
Bumping v0.3.6
  • Loading branch information
gviejo authored Sep 11, 2023
2 parents c4ea8c7 + 877c88e commit fbee360
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Around 2016-2017, Luke Sjulson started *TSToolbox2*, still in Matlab and which i
In 2018, Francesco started neuroseries, a Python package built on Pandas. It was quickly adopted in Adrien's lab, especially by Guillaume Viejo, a postdoc in the lab. Gradually, the majority of the lab was using it and new functions were constantly added.
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.6 (2023-09-11)
------------------

- Fix issue in NWB reader class with units
- Implement a linear interpolation function.


0.3.5 (2023-08-08)
------------------

Expand All @@ -17,6 +24,7 @@ In 2021, Guillaume and other trainees in Adrien's lab decided to fork from neuro
- Cross-correlograms function can take tuple
- New doc with mkdocs-gallery


0.3.4 (2023-06-29)
------------------

Expand All @@ -26,6 +34,7 @@ In 2021, Guillaume and other trainees in Adrien's lab decided to fork from neuro
- 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.5"
__version__ = "0.3.6"
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.5"
version = "0.3.6"
description = "PYthon Neural Analysis Package Pour Laboratoires d’Excellence"
readme = "README.md"
authors = [{ name = "Guillaume Viejo", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/pynapple-org/pynapple',
version='v0.3.5',
version='v0.3.6',
zip_safe=False,
long_description_content_type='text/markdown',
download_url='https://github.com/pynapple-org/pynapple/archive/refs/tags/v0.3.5.tar.gz'
Expand Down

0 comments on commit fbee360

Please sign in to comment.