Skip to content

Commit

Permalink
Release 2.7.0 (#1887)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mavaylon1 and stephprince authored May 3, 2024
1 parent f136410 commit 86b274d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyNWB Changelog

## PyNWB 2.7.0 (Upcoming)
## PyNWB 2.7.0 (May 2, 2024)

### Enhancements and minor changes
- 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)
Expand Down
8 changes: 4 additions & 4 deletions environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ channels:
- defaults
dependencies:
- python==3.12
- h5py==3.10.0
- hdmf==3.12.2
- h5py==3.11.0
- hdmf==3.13.0
- matplotlib==3.8.0
- numpy==1.26
- pandas==2.1.2
- numpy==1.26.4
- pandas==2.2.1
- python-dateutil==2.8.2
- setuptools
- pytest==7.4.3 # This is for the upcoming pytest update
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pinned dependencies to reproduce an entire development environment to use PyNWB
h5py==3.10.0
hdmf==3.12.2
numpy==1.26.1
pandas==2.1.2
python-dateutil==2.8.2
h5py==3.11.0
hdmf==3.13.0
numpy==1.26.4
pandas==2.2.1
python-dateutil==2.9.0.post0

0 comments on commit 86b274d

Please sign in to comment.