Skip to content

Commit

Permalink
Bumping 0.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed May 28, 2024
1 parent d28cc62 commit 3250fd7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.6.6 (Soon)
0.6.6 (2024-05-28)
------------------

- Full lazy-loading for NWB file.
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.6.5"
__version__ = "0.6.6"
from .core import (
IntervalSet,
Ts,
Expand Down
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.6.5"
version = "0.6.6"
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 @@ -59,8 +59,8 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/pynapple-org/pynapple',
version='v0.6.5',
version='v0.6.6',
zip_safe=False,
long_description_content_type='text/markdown',
download_url='https://github.com/pynapple-org/pynapple/archive/refs/tags/v0.6.5.tar.gz'
download_url='https://github.com/pynapple-org/pynapple/archive/refs/tags/v0.6.6.tar.gz'
)
2 changes: 2 additions & 0 deletions tests/test_lazy_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
import pynapple as nap




@pytest.mark.parametrize(
"time, data, expectation",
[
Expand Down

0 comments on commit 3250fd7

Please sign in to comment.