Skip to content

Commit

Permalink
Drop py36 support, update CI, reqs, tests for rc/2.0.0 (#1377)
Browse files Browse the repository at this point in the history
Drop py36 support, update CI, reqs, tests for rc/2.0.0 (#1377)
  • Loading branch information
rly committed Aug 10, 2021
1 parent e905aa2 commit 5bc29ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
-
-
-
-
- Drop Python 3.6 support, add Python 3.9 support. @rly (#1377)
- Update requirements to allow compatibility with HDMF 3 and h5py 3. @rly (#1377)

### Internal improvements
-
-
-
-
### Minor new features:
- Add RRID for citing PyNWB to the docs. @oruebel (#1372)
- Update CI and tests to handle deprecations in libraries. @rly (#1377)

### Bug fixes:
- Enforce electrode ID uniqueness during insertion into table. @CodyCBakerPhD (#1344)
- Fix integration tests with invalid test data that will be caught by future hdmf validator version.
@dsleiter, @rly (#1366, #1376)

### Bug fixes
-
Expand Down
2 changes: 0 additions & 2 deletions docs/gallery/domain/brain_observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# physiology submodule (pynwb.ophys). We will use the allensdk as a read API, while leveraging the pynwb data model and
# write api to transform and write the data back to disk.
#
# .. note: Using the latest allensdk package requires Python 3.6 or higher.

########################################
# .. raw:: html
# :url: https://gist.githubusercontent.com/nicain/82e6b3d8f9ff5b85ef01a582e41e2389/raw/
Expand Down
2 changes: 1 addition & 1 deletion src/pynwb/nwb-schema

0 comments on commit 5bc29ec

Please sign in to comment.