Skip to content

Bump jwst from 1.18.1 to 2.0.1 - #106

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jwst-2.0.1
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jwst-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps jwst from 1.18.1 to 2.0.1.

Changelog

Sourced from jwst's changelog.

2.0.1 (2026-05-06)

assign_wcs (image2, spec2)

  • Fix a bug where attempting to generate transforms for stripes present in the specwcs file but not the regions file caused crashes for NIRCam DHS stripe1 and stripe2 subarray data. ([#10453](https://github.com/spacetelescope/jwst/issues/10453) <https://github.com/spacetelescope/jwst/issues/10453>_)

picture_frame (detector1)

  • Fix array broadcasting error for input ramp exposures with more than one integration. ([#10470](https://github.com/spacetelescope/jwst/issues/10470) <https://github.com/spacetelescope/jwst/issues/10470>_)

2.0.0 (2026-04-13)

Breaking Changes

  • Make wfss_contam expect the direct image to have a WCS object instead of the segmentation map ([#9935](https://github.com/spacetelescope/jwst/issues/9935) <https://github.com/spacetelescope/jwst/issues/9935>_)
  • Drop support for datamodels without int_times table ([#10042](https://github.com/spacetelescope/jwst/issues/10042) <https://github.com/spacetelescope/jwst/issues/10042>_)
  • Remove deprecated AmiAverageStep (deprecated since 1.18.1) ([#10057](https://github.com/spacetelescope/jwst/issues/10057) <https://github.com/spacetelescope/jwst/issues/10057>_)
  • Fix a bug where accessing array-like attributes that did not exist would set them to default values. For example, creating ImageModel((10,10)) and then accessing model.err no longer sets model.err to its default (in this case, a 10x10 array of zeros). model.get_default() must now be used instead. Setting the value must be done explicitly, e.g. model.err = model.get_default("err"). ([#10267](https://github.com/spacetelescope/jwst/issues/10267) <https://github.com/spacetelescope/jwst/issues/10267>_)
  • Fix a bug where accessing metadata attributes that did not exist would set them to their schema-defined default, if one was defined. For example, creating an empty SlitModel() and then accessing model.source_id no longer sets model.source_id to its default of 0. Instead, it remains empty until specifically set. Use ``model.source_id =

... (truncated)

Commits
  • f3d0d4f update metadata
  • 6431b25 bump stdatamodels pin
  • 361e4d1 freeze change log for 2.0.1
  • bdf2567 JP-4319: Only process DHS stripes present in both specwcs and regions files (...
  • 63b650a JP-4330: Fix zero group array shape for multi-int ramp (#10470)
  • f1663e1 update release metadata for 2.0.0 (#10448)
  • be8cc80 Allow compatibility with planned stpipe major release (#10445)
  • 55c365e JP-4317: Fix for non-finite values in the SOSS background subtraction (#10444)
  • 61bd2fe JP-4127: Improve association generator runtime (#10384)
  • 297b30f Updates for photutils 3+ deprecations (#10408)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [jwst](https://github.com/spacetelescope/jwst) from 1.18.1 to 2.0.1.
- [Release notes](https://github.com/spacetelescope/jwst/releases)
- [Changelog](https://github.com/spacetelescope/jwst/blob/main/CHANGES.rst)
- [Commits](spacetelescope/jwst@1.18.1...2.0.1)

---
updated-dependencies:
- dependency-name: jwst
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants