Skip to content

Commit 12522d5

Browse files
authored
Prepare release of PyNWB 2.4.0 (#1735)
1 parent bede7c3 commit 12522d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyNWB Changelog
22

3-
## PyNWB 2.4.0 (Upcoming)
3+
## PyNWB 2.4.0 (July 23, 2023)
44

55
### Enhancements and minor changes
66
- Add support for `ExternalResources`. @mavaylon1 [#1684](https://github.com/NeurodataWithoutBorders/pynwb/pull/1684)
@@ -10,8 +10,8 @@
1010
- Fixed sphinx-gallery setting to correctly display index in the docs with sphinx-gallery>=0.11. @oruebel [#1733](https://github.com/NeurodataWithoutBorders/pynwb/pull/1733)
1111

1212
### Documentation and tutorial enhancements
13-
- Added thumbnail for Optogentics tutorial @oruebel [#1729](https://github.com/NeurodataWithoutBorders/pynwb/pull/1729)
14-
13+
- Added thumbnail for Optogentics tutorial. @oruebel [#1729](https://github.com/NeurodataWithoutBorders/pynwb/pull/1729)
14+
- Update and fix errors in tutorials. @bendichter @oruebel
1515

1616
## PyNWB 2.3.3 (June 26, 2023)
1717

requirements-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# minimum versions of package dependencies for installing PyNWB
22
h5py==2.10 # support for selection of datasets with list of indices added in 2.10
3-
hdmf==3.7.0
3+
hdmf==3.8.0
44
numpy==1.18
55
pandas==1.1.5
66
python-dateutil==2.7.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pinned dependencies to reproduce an entire development environment to use PyNWB
22
h5py==3.8.0
3-
hdmf==3.7.0
3+
hdmf==3.8.0
44
numpy==1.24.2
55
pandas==2.0.0
66
python-dateutil==2.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
reqs = [
2222
'h5py>=2.10',
23-
'hdmf>=3.7.0',
23+
'hdmf>=3.8.0',
2424
'numpy>=1.16',
2525
'pandas>=1.1.5',
2626
'python-dateutil>=2.7.3',

0 commit comments

Comments
 (0)