8000 (JP-2991) Require asdf-transform-schemas greater than 0.3.0 by dmggh · Pull Request #7352 · spacetelescope/jwst · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

(JP-2991) Require asdf-transform-schemas greater than 0.3.0 #7352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
12 changes: 8 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@ extract_2d
flatfield
---------

- Update the flat-field ERR computation for FGS guider mode exposures to
combine the input ERR and the flatfield ERR in quadrature. [#7346]
- JP-2993 Update the flat-field ERR computation for FGS guider mode exposures to
combine the input ERR and the flat field ERR in quadrature. [#7346]

general
-------

- Add requirement for asdf-transform-schemas >= 0.3.0 [#7352]

guider_cds
----------

Expand Down Expand Up @@ -93,8 +98,7 @@ tweakreg

- Fix a bug in the logic that handles inputs with a single image group when
an absolute reference catalog is provided. [#7328]



1.8.4 (2022-11-15)
==================

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ setup_requires =
setuptools_scm
install_requires =
asdf>=2.13.0
asdf-transform-schemas>=0.3.0
astropy>=5.1
BayesicFitting>=3.0.1
certifi==2022.5.18.1
Expand Down
0