Closed rly closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.88%. Comparing base (
a7d585e
) to head (2964843
). Report is 15 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I temporarily limited zarr<2.18.0
in requirements-doc.txt
so that the documentation builds while we resolve issues with zarr>=2.18.0
in hdmf-zarr. Otherwise this release would not have a corresponding readthedocs page.
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 inpyproject.toml
and minimums inrequirements-min.txt
as needed. Runpip install pur && pur -r requirements-dev.txt -r requirements.txt -r requirements-opt.txt
and manually updateenvironment-ros3.yml
.Legal.txt
,license.txt
,README.rst
,docs/source/conf.py
, and any other locations as neededpyproject.toml
as neededREADME.rst
as neededsrc/pynwb/nwb-schema
submodule as needed. Check the version number and commit SHA manually. Make sure we are using the latest release and not the latest commit on themain
branch.CHANGELOG.md
and any other docs as neededpython test.py -v -p -i -b -w -r > out.txt 2>&1
). Try to remove all warnings.cd docs; make clean && make html
After merging:
docs/source/make_a_release.rst
or use aliasgit pypi-release [tag]
if set uprecipe/meta.yaml
with the latest version number and SHA256 retrieved from PyPI > PyNWB > Download Files > View hashes for the.tar.gz
file. Re-render and update dependencies as needed.