spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
561 stars 167 forks source link

Update stpipe requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0.8.0 #8714

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on stpipe to permit the latest version.

Release notes

Sourced from stpipe's releases.

0.7.0

What's Changed

Full Changelog: https://github.com/spacetelescope/stpipe/compare/0.6.0...0.7.0

Changelog

Sourced from stpipe's changelog.

0.7.0 (2024-08-13)

  • remove Windows tests and add info box indicating lack of Windows support to README #163
  • add ModelLibrary container class #156
  • add ModelLibrary docs #168
  • improve memory usage of ModelLibrary.map_function #181

0.6.1 (unreleased)

  • log only strings in Step.log_records when a formatter is provided #171

0.6.0 (2024-01-24)

  • Remove unused Step.closeout #152
  • Remove unused Pipeline.set_input_filename, Step.name_format, Step.resolve_file_name, format argument to Step.save_model, name_format, component_format and separator arguments to Step._make_output_path and Step.reference_uri_to_cache_path. #154

0.5.2 (2024-03-21)

  • Update style and linting checking #103
  • Fix regex issue in internal configobj #108
  • Remove bundled configobj package in favor of the configobj package bundled into astropy. #122
  • Fix datetime.utcnow() DeprecationWarning #134
  • Provide asn_n_members=1 when opening the Step dataset for get_crds_parameters #142
  • Fix bug in handling of pathlib.Path objects as Step inputs #143
  • Log readable Step parameters #140
  • Fix handling of functions and subprocesses as Step pre- and post-hooks. Add ability to pass imported python functions and Step subclasses directly as hooks. And allow Step subclass instances with set parameters as hooks. #133

0.5.1 (2023-10-02)

  • Print out jwst or romancal versions from strun --version. #98
  • Print default parameter values for strun <step_alias> --help #101
  • Move strun to entrypoints #101
  • Deprecate preserve_comments fix spec parsing for inline comments with a closing parenthesis #107

0.5.0 (2023-04-19)

  • Remove use of deprecated pytest-openfiles pytest plugin. This has been replaced by

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
braingram commented 1 month ago

Closing in favor of https://github.com/spacetelescope/jwst/pull/8713

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.