v2.1.0 release - #14
Merged
Merged
Conversation
- Modified cli.py to set verbosity option to not display default value and not display int as type.
- Modified cli.py to add a `--force` option, enabling overwriting of existing files, and modified frames.py/io.py/stack.py to thread this value through to MRC writing etc.
- Modified cli.py to add a `--dry-run` option for printing processing steps without actually performing destriping. - Modified stack.py and frames.py to pass dry run argument through.
- Modified cli.py to add `--workers` option for setting the number of parallel processes to use during batch processing. - Modified stack.py and frames.py to implement multiprocessing.
- Modified log.py to use enqueue for multiprocessing support.
- Modified cli.py, frames.py and stack.py to add more informative logging and to capture potential raw exceptions.
- Modified cli.py to correct variable name, and to raise on invalid angular_width.
- Modified stack.py to fix os.cpu_count() function name used in call.
- Modified stack.py to refactor reference frame resolution into helper function, now called by both _process_series and _run_batch_series.
- Modified tests/integration/test_cli.py to update integration tests for CLI and add additional tests for new functionality. - Modified tests/unit/test_destripe.py to add test for zero value angular width. - Added tests/unit/test_io.py to define unit tests for input/output utilities.
- Added .github/workflows/pr-version-check.yml to validate that PRs raised against main increment version number. - Added .github/workflows/publish-release.yml to create a new release on pushes to main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog
--force) and running PyLisC without writing destriped outputs (--dry-run).--workersoption or by polling CPU.v2.1.0.