Skip to content

Commit

Permalink
Prepare for release of PyNWB 2.8.0 (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 29, 2024
1 parent a7d585e commit 04a6506
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ formats: all
python:
install:
- requirements: requirements-doc.txt
- requirements: requirements-opt.txt
- requirements: requirements.txt

# Optionally include all submodules
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Exposed `aws_region` to `NWBHDF5IO`. @rly [#1903](https://github.com/NeurodataWithoutBorders/pynwb/pull/1903)

### Bug fixes
- Revert changes in PyNWB 2.7.0 that allow datetimes without a timezone and without a time while issues with DANDI upload are resolved. @rly [#1908](https://github.com/NeurodataWithoutBorders/pynwb/pull/1908)
- Revert changes in PyNWB 2.7.0 that allow datetimes without a timezone and without a time while issues with DANDI upload of NWB files missing timezone are resolved. @rly [#1908](https://github.com/NeurodataWithoutBorders/pynwb/pull/1908)

## PyNWB 2.7.0 (May 2, 2024)

Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/domain/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
It is recommended to cover :ref:`basics` before this tutorial.
.. note:: It is recommended to check if your source data is supported by
`NeuroConv Extracellular Electrophysiology Gallery <https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/conversion_example_gallery.html#extracellular-electrophysiology>`_.
`NeuroConv Extracellular Electrophysiology Gallery <https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/#extracellular-electrophysiology>`_.
If it is supported, it is recommended to use NeuroConv to convert your data.
The following examples will reference variables that may not be defined within the block they are used in. For
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/domain/ophys.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
It is recommended to cover :ref:`basics` before this tutorial.
.. note:: It is recommended to check if your source data is supported by
`NeuroConv Optical Physiology Gallery <https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/conversion_example_gallery.html#optical-physiology>`_.
`NeuroConv Optical Physiology Gallery <https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/#optical-physiology>`_.
If it is supported, it is recommended to use NeuroConv to convert your data.
The following examples will reference variables that may not be defined within the block they are used in. For
Expand Down
6 changes: 3 additions & 3 deletions environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- hdmf==3.14.0
- matplotlib==3.8.0
- numpy==1.26.4
- pandas==2.2.1
- python-dateutil==2.8.2
- pandas==2.2.2
- python-dateutil==2.9.0
- setuptools
- pytest==7.4.3 # This is for the upcoming pytest update
- dandi==0.60.0 # NOTE: dandi does not support osx-arm64
Expand All @@ -19,4 +19,4 @@ dependencies:
- aiohttp==3.9.3
- pip
- pip:
- remfile==0.1.9
- remfile==0.1.11
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# compute coverage, and create test environments. note that depending on the version of python installed, different
# versions of requirements may be installed due to package incompatibilities.
#
black==24.3.0
codespell==2.2.6
coverage==7.3.2
pytest==7.4.3
isort==5.12.0
pytest-cov==4.1.0
tox==4.11.3
ruff==0.1.3
black==24.4.2
codespell==2.3.0
coverage==7.5.3
pytest==8.2.1
isort==5.13.2
pytest-cov==5.0.0
tox==4.15.0
ruff==0.4.6
1 change: 1 addition & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ lxml # used by dataframe_image when using the matplotlib backend
hdf5plugin
dandi>=0.46.6
hdmf-zarr
zarr<2.18.0 # limited until hdmf-zarr 0.8.0 is released to resolve issues with zarr>=2.18.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
h5py==3.11.0
hdmf==3.14.0
numpy==1.26.4
pandas==2.2.1
pandas==2.2.2
python-dateutil==2.9.0.post0

0 comments on commit 04a6506

Please sign in to comment.