Skip to content

Releases: spacetelescope/stpipe

0.4.2

29 Jul 16:29
Compare
Choose a tag to compare

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

14 Jul 18:17
Compare
Choose a tag to compare

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

05 Jul 19:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.4.0

0.3.3

07 Apr 18:18
7f5085a
Compare
Choose a tag to compare

Changes include:

  • Ensure product header is passed for CRDS fetching instead of empty ModelContainer header [#50]

0.3.2

29 Mar 18:08
567f5fc
Compare
Choose a tag to compare

Changes include:

  • Pass header-only model to steps for CRDS fetching to reduce memory usage [#38]

  • For classmethods, use the delegator logger. [#37]

0.3.1

12 Nov 16:00
Compare
Choose a tag to compare

Changes include:

  • Fig a bug that prevented support for list arguments.

  • Add keyword 'logcfg' to Step.call() to set logging configuration.

  • Add Step.log_records to make log output available to subclasses.

stpipe v 0.3.0

11 Oct 16:37
6bb2d89
Compare
Choose a tag to compare
  • 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]

0.2.1

26 Aug 19:44
Compare
Choose a tag to compare

Changes include:

  • Workaround for setuptools_scm issues with recent versions of pip

0.2.0

22 Apr 19:54
Compare
Choose a tag to compare

Changes include:

  • Remove dependency on stdatamodels.DataModel.

0.1.0

08 Feb 20:06
317ce42
Compare
Choose a tag to compare

Initial release compatible with both the jwst and romancal packages.