-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for NWB schema 2.7.0 #1820
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1820 +/- ##
==========================================
- Coverage 91.96% 91.81% -0.15%
==========================================
Files 27 27
Lines 2663 2627 -36
Branches 686 688 +2
==========================================
- Hits 2449 2412 -37
Misses 142 142
- Partials 72 73 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Steph Prince <[email protected]>
…gsTable (#1815) * add stimulus template column option to IntracellularRecordingsTable * add tests for stimulus template column * add example in tutorial for adding stimulus template data * link to nwb-schema PR with stimulus template change * update changelog * add empty TimeSeriesReference method * point to updated nwb-schema PR * remove test caught by docval argument checking * Apply suggestions from code review Co-authored-by: Oliver Ruebel <[email protected]> * update tutorial and documentation * Update src/pynwb/base.py Co-authored-by: Ryan Ly <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Ryan Ly <[email protected]> Co-authored-by: Oliver Ruebel <[email protected]>
* Update retinotopy.py * Remove references to retinotopy module * Update schema * Fix test * Updated changelog * Update schema submodule * Update test_retinotopy.py * Update retinotopy.py * Update test_retinotopy.py * Update retinotopy.py * Update test_retinotopy.py * Update retinotopy.py * Update test_retinotopy.py * RuntimeError -> ImportError * Update schema * Revert "Update schema" This reverts commit 08f3a88. * Update schema
* Exclude pynwb retinotopy from sphinx * Update conf.py * Update conf.py * Update conf.py * Fix sphinx apidoc exclude
Rebase failed
Rebase failed
The NWB Tutorial at Cosyne is this Thursday. In case adding support for NWB schema 2.7.0 causes any last minute issues in PyNWB, MatNWB, or other tools, like NWB GUIDE, I would like to hold off of merging this and making new releases until after March 4. |
Squash and merge NWB schema 2.7.0-related PRs to this branch.
When ready to merge: