Releases: spacetelescope/stpreview
Releases · spacetelescope/stpreview
0.6.0
Breaking Changes
The CLI arguments have been reordered in this release. In short, the INPUT and OUTPUT arguments, as well as --compass and --observatory, now must written BEFORE {by,to}:
- stpreview by input.asdf output.png 10 10 --compass
+ stpreview input.asdf output.png --compass by 10 10
- stpreview to input.asdf output.png 300 300 roman
+ stpreview input.asdf output.png to 300 300See #8 for more details on this change.
What's Changed
- use
ruff formatby @zacharyburnett in #4 - remove
typerdependency by using builtinargparseinstead, and reorder CLI arguments by @zacharyburnett in #8 - open asdf files with memory mapping by @zacharyburnett in #10
- if error array is present, set nodata values to NaN by @zacharyburnett in #9
Full Changelog: 0.5.2...0.6.0
0.5.2
What's Changed
- [SCSB-145] require Python 3.10 by @zacharyburnett in #5
- Orient image correctly by @nden in #7
New Contributors
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
What's Changed
- require two int inputs for factor and shape arguments
- fix tests by @zacharyburnett in #2
Full Changelog: 0.4.0...1.0.0
0.4.0
- added option for north arrow overlay
- added badges to
README.md
Full Changelog: 0.3.0...0.4.0
0.3.0
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- add more tests by @zacharyburnett in #1
New Contributors
- @zacharyburnett made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
0.1.0
Full Changelog: https://github.com/spacetelescope/stpreview/commits/0.1.0