### PyPI/GitHub full-release preparation checklist: - [x] Create a new conda environment and install the rc from PyPI (`pip install <package-name>==??`) - [x] License information on PyPI is correct. - [x] Docs are deployed successfully to `https://www.diffpy.org/<package-name>`. - [x] Successfully run all tests, tutorial examples or do functional testing. Please let @sbillinge know that all checks are done and the package is ready for full release. ### conda-forge release preparation checklist: <!-- After @sbillinge releases the PyPI package, please check the following when creating a PR for conda-forge release.--> - [x] Ensure that the full release has appeared on PyPI successfully. - [x] New package dependencies listed in `conda.txt` and `test.txt` are added to `meta.yaml` in the feedstock. - [x] Close any open issues on the feedstock. Reach out to @bobleesj if you have questions. - [x] Tag @sbillinge and @bobleesj for conda-forge release. ### Post-release checklist <!-- Before closing this issue, please complete the following: --> - [x] Run tutorial examples and conduct functional testing using the installation guide in the README. Attach screenshots/results as comments. - [x] Documentation (README, tutorials, API references, and websites) is deployed without broken links or missing figures.
PyPI/GitHub full-release preparation checklist:
pip install <package-name>==??)https://www.diffpy.org/<package-name>.Please let @sbillinge know that all checks are done and the package is ready for full release.
conda-forge release preparation checklist:
conda.txtandtest.txtare added tometa.yamlin the feedstock.Post-release checklist