Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: This PR is essentially the same as #83 and #177, but follows a new release procedure in which there is no
main
branch and uses the branch naming convention ofvX.Y.x
.Change Summary
Overview
This PR marks the release of version
0.1.0
(which is the first release ofimap_processing
), which corresponds to the completion of SIT-2. This PR is being merged back intodev
per the nominal git & GitHub workflow and release workflow.These are the release notes that will go into the GitHub release:
New Dependencies
pydata-sphinx-theme
sphinx
myst-parser
New Files
The only new file to actually review is
.github/workflows/release.yml
, which is a workflow for uploading the release to PyPI.Testing
The new
release.yml
workflow was tested by triggering the workflow uponpush
. The workflow successfully completed (see here: https://github.com/IMAP-Science-Operations-Center/imap_processing/actions/runs/6341963633).The
0.1.0
version of the package was uploaded to PyPI: https://pypi.org/project/imap-processing/To test this, one can
pip install imap-processing
in a new environment and make sure0.1.0
gets successfully installed.