-
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
Release 2.7.0 #1887
Release 2.7.0 #1887
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1887 +/- ##
=======================================
Coverage 92.02% 92.02%
=======================================
Files 27 27
Lines 2620 2620
Branches 685 685
=======================================
Hits 2411 2411
Misses 139 139
Partials 70 70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Some packages for ros3 cannot be updated to match reqs due to the fact that version is not on conda (yet). |
@stephprince When you get the chance, could you run |
|
I am going to work on #1886 today and would like to try to squeeze that into this release if possible. |
Works for me. Let me know if you need me to review it when you are done. |
Let's get the sphinx link checker working if we can. I approved #1893 |
Could you or @stephprince also try to fix the macos runner issue? It’s not great to have internal tests (excluding NWB inspector tests) failing on a release. Those failures may hide other issues. |
Please also wait on #1892 |
Co-authored-by: Steph Prince <[email protected]>
Co-authored-by: Steph Prince <[email protected]>
Prepare for release of PyNWB [version]
Before merging:
dev
.requirements.txt
,requirements-dev.txt
,requirements-doc.txt
,requirements-opt.txt
, andenvironment-ros3.yml
to the latest versions,and update dependency ranges in
pyproject.toml
and minimums inrequirements-min.txt
as needed.Run
pip install pur && pur -r requirements-dev.txt -r requirements.txt -r requirements-opt.txt
and manually update
environment-ros3.yml
.Legal.txt
,license.txt
,README.rst
,docs/source/conf.py
,and any other locations as needed
pyproject.toml
as neededREADME.rst
as neededsrc/pynwb/nwb-schema
submodule as needed. Check the version number and commit SHAmanually. Make sure we are using the latest release and not the latest commit on the
main
branch.CHANGELOG.md
and any other docs as needed(
python test.py -v -p -i -b -w -r > out.txt 2>&1
). Try to remove all warnings.cd docs; make clean && make html
branch by going to https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_all_tests.yml, selecting
"Run workflow" on the right, selecting this branch, and clicking "Run workflow". Make sure all tests pass.
After merging:
docs/source/make_a_release.rst
or use aliasgit pypi-release [tag]
if set upGitHub releases page with the changelog
regro-cf-autotick-bot bot to create a PR updating the version of HDMF to the latest PyPI release, usually within
24 hours of release, or manually create a PR updating
recipe/meta.yaml
with the latest version numberand SHA256 retrieved from PyPI > PyNWB > Download Files > View hashes for the
.tar.gz
file. Re-render and updatedependencies as needed.