Releases: spacetelescope/stpipe
Releases · spacetelescope/stpipe
0.4.2
What's Changed
- Remove unnecessary log message. by @tapastro in #64
- Update get_crds_reference to not use JWST specific calls by @nden in #63
- Pull first model from ModelContainers before datamodel methods applied by @tapastro in #65
- Revert "Pull first model from ModelContainers before datamodel methods applied" by @nden in #66
- Pull first model from ModelContainers before datamodel methods applied by @tapastro in #67
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- use GitHub Actions to cache environments and use dependent CI workflow structure by @zacharyburnett in #58
- JP-2675: Bug in setting SKIPPED for cal_step keywords, when input is ModelContainer by @tapastro in #62
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Update astropy min version to 5.0.4 by @WilliamJamieson in #52
- JP-2355: Attempt to record skip into cal_step using alias by @tapastro in #53
- SCSB-40 add JWST and RomanCal coverage tests by @zacharyburnett in #55
- copy changelog workflow from
asdf
by @zacharyburnett in #59 - JP-2609: Fix ignored step-pars during cmdline pipeline run by @tapastro in #57
- JP-2608: Remove misleading log of CRDS pars-ref pars by @tapastro in #60
New Contributors
- @WilliamJamieson made their first contribution in #52
- @zacharyburnett made their first contribution in #55
Full Changelog: 0.3.3...0.4.0
0.3.3
0.3.2
0.3.1
stpipe v 0.3.0
- Change ConfigObj.update() to merge() when combining user-provided config_file and step-specific flags during a step.call() to properly merge dicts of step flags [#22]
- Drop the stspec command-line tool, which is no longer relevant now that config files are stored in ASDF format. See strun --save-parameters or the Step.export_config method for options for generating ASDF config files. [#25]
- Prevent ConfigObj from treating DataModel as a config section. [#26]
- Added Step class attribute name_format to provide Steps control over output filename formatting by using an input format string rather than the default formatting. [#29]
- Fix wiping out substep parameters settings when using Step.call [#28]