-
Notifications
You must be signed in to change notification settings - Fork 84
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
Prepare PyNWB 2.3.2 #1672
Prepare PyNWB 2.3.2 #1672
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1672 +/- ##
=======================================
Coverage 91.93% 91.93%
=======================================
Files 26 26
Lines 2592 2592
Branches 477 477
=======================================
Hits 2383 2383
Misses 134 134
Partials 75 75
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sorry, I missed a change to fix the recent numpy deprecations. @bendichter can you please reapprove? |
Prepare for release of PyNWB 2.3.2
Before merging:
requirements.txt
,requirements-dev.txt
,requirements-doc.txt
,requirements-min.txt
,setup.py
as neededSee https://requires.io/github/NeurodataWithoutBorders/pynwb/requirements/?branch=dev
Legal.txt
,license.txt
,README.rst
,docs/source/conf.py
,and any other locations as needed
setup.py
as neededREADME.rst
as neededsrc/pynwb/nwb-schema
submodule as needed. Check the version number and commit SHA manuallyCHANGELOG.md
and any other docs as needed(
python test.py -v -p -i -b -w -r > out.txt 2>&1
)make clean
,make html
)build docs for new branch): https://readthedocs.org/projects/pynwb/builds/
After merging:
docs/source/make_a_release.rst
or use aliasgit pypi-release [tag]
if set upGitHub releases page with the changelog
and SHA256 retrieved from PyPI > PyNWB > Download Files > View hashes for the
.tar.gz
file. Re-render as needed