Skip to content

Commit

Permalink
metadata for 1.13.4 (#8222)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jan 25, 2024
2 parents 7dc1afc + d22c0ee commit 88dfde9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
21 changes: 13 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
1.13.4 (unreleased)
1.13.5 (unreleased)
===================

-
-

1.13.4 (2024-01-25)
===================

emicorr
-------

- Set skip=True by default in the code, to be turned on later by a parameter
reference file. [#8171]

1.13.3 (01-05-2024)
===================
Expand All @@ -23,18 +31,13 @@ documentation

- Removed unused ``grow`` parameter from ``outlier_detection`` docs. [#8156]

outlier_detection
-----------------

- Removed the ``grow`` parameter from the step arguments, because it's no
longer used in the algorithms. [#8156]

ramp_fitting
------------

- Updated the argument description and parameter definition for `maximum_cores`
to accept integer values to be passed to STCAL ramp_fit.py. [#8123]


1.13.2 (2023-12-21)
===================

Expand All @@ -44,6 +47,7 @@ emicorr
- Fix another bug with subarray=Full. [#8151]
- Speeding up the code and fixing case of subarray not in ref file. [#8152]


1.13.1 (2023-12-19)
===================

Expand All @@ -58,6 +62,7 @@ other

- Fix a typo in ``__version_commit__`` string. [#8145]


1.13.0 (2023-12-15)
===================

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ authors:
given-names: "Maria"
orcid: "https://orcid.org/0000-0003-2314-3453"
title: "JWST Calibration Pipeline"
version: 1.13.3
version: 1.13.4
doi: 10.5281/zenodo.7038885
date-released: 2024-01-05
date-released: 2024-01-25
url: "https://github.com/spacetelescope/jwst"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ the specified context and less than the context for the next release.

| jwst tag | DMS build | SDP_VER | CRDS_CONTEXT | Released | Ops Install | Notes |
|---------------------|-----------|----------|--------------|------------|-------------|-----------------------------------------------|
| 1.13.3 | B10.1rc4 | 2023.4.0 | 1181 | 2024-01-05 | | Fourth release candidate for B10.1 |
| 1.13.4 | | | 1185 | 2024-01-25 | | PyPI-only release for external users |
| 1.13.3 | B10.1rc4 | 2023.4.0 | 1181 | 2024-01-05 | | Final release candidate for B10.1 |
| 1.13.2 | B10.1rc3 | 2023.4.0 | 1181 | 2023-12-21 | | Third release candidate for B10.1 |
| 1.13.1 | B10.1rc2 | 2023.4.0 | 1181 | 2023-12-19 | | Second release candidate for B10.1 |
| 1.13.0 | B10.1rc1 | 2023.4.0 | 1179 | 2023-12-15 | | First release candidate for B10.1 |
Expand Down
1 change: 1 addition & 0 deletions jwst/emicorr/emicorr_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class EmiCorrStep(Step):
nints_to_phase = integer(default=None) # Number of integrations to phase
nbins = integer(default=None) # Number of bins in one phased wave
scale_reference = boolean(default=True) # If True, the reference wavelength will be scaled to the data's phase amplitude
skip = boolean(default=True)
"""

reference_file_types = ['emicorr']
Expand Down

0 comments on commit 88dfde9

Please sign in to comment.