-
Notifications
You must be signed in to change notification settings - Fork 26
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
Release HDMF 2.0 #382
Release HDMF 2.0 #382
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #382 +/- ##
==========================================
+ Coverage 76.26% 78.93% +2.67%
==========================================
Files 33 33
Lines 6809 6922 +113
Branches 1499 1518 +19
==========================================
+ Hits 5193 5464 +271
+ Misses 1214 1067 -147
+ Partials 402 391 -11
Continue to review full report at Codecov.
|
Co-authored-by: Oliver Ruebel <[email protected]> Co-authored-by: Andrew Tritt <[email protected]>
Co-authored-by: Andrew Tritt <[email protected]>
HDMF 2.0 is ready to release after this PR is merged. This PR encompasses #381, #388, #401, and minor updates to
Note: Python 3.5 is also reaching end of life on 2020-09-13 We do not yet rely on the new features in these versions of numpy, scipy, and pandas, but we should consider dropping Python 3.5 support soon to 1) access these features and bug fixes and 2) speed up CI. |
Also, I increased code coverage to 78.9%! :D |
This branch and PR collects upcoming changes for HDMF 2.0. See a summary of changes in
CHANGELOG.md
. This branch should pull changes from dev regularly.When ready to merge, merge without squashing commits or merge with rebase to remove extraneous merge commits.