Skip to content

Commit 86b274d

Browse files
Release 2.7.0 (#1887)
* Update CHANGELOG.md * reqs * reqs * ros3 * Update environment-ros3.yml Co-authored-by: Steph Prince <[email protected]> * Update CHANGELOG.md Co-authored-by: Steph Prince <[email protected]> --------- Co-authored-by: Steph Prince <[email protected]>
1 parent f136410 commit 86b274d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

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

3-
## PyNWB 2.7.0 (Upcoming)
3+
## PyNWB 2.7.0 (May 2, 2024)
44

55
### Enhancements and minor changes
66
- Added `bounds` field to `SpatialSeries` to set optional boundary range (min, max) for each dimension of data. @mavaylon1 [#1869](https://github.com/NeurodataWithoutBorders/pynwb/pull/1869/files)

environment-ros3.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ channels:
55
- defaults
66
dependencies:
77
- python==3.12
8-
- h5py==3.10.0
9-
- hdmf==3.12.2
8+
- h5py==3.11.0
9+
- hdmf==3.13.0
1010
- matplotlib==3.8.0
11-
- numpy==1.26
12-
- pandas==2.1.2
11+
- numpy==1.26.4
12+
- pandas==2.2.1
1313
- python-dateutil==2.8.2
1414
- setuptools
1515
- pytest==7.4.3 # This is for the upcoming pytest update

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pinned dependencies to reproduce an entire development environment to use PyNWB
2-
h5py==3.10.0
3-
hdmf==3.12.2
4-
numpy==1.26.1
5-
pandas==2.1.2
6-
python-dateutil==2.8.2
2+
h5py==3.11.0
3+
hdmf==3.13.0
4+
numpy==1.26.4
5+
pandas==2.2.1
6+
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)