Releases: spacetelescope/drizzlepac
Releases · spacetelescope/drizzlepac
Drizzlepac Release V3.3.2rc0
Modification to the pyproject.toml file to support NumPy used by CALCOS 3.4.0.
Drizzlepac v3.4.0 Release Candidate 3
This release candidate includes the following fixes and improvements to 3.4.0rc2:
- update how make_poller_files.py generates visit numbers to account an edge case [#1221]
- Fix incorrect drizzling of 0-weight input pixels [#1222]
- Add explicit dependency on spherical-geometry and set min version [#1232]
- Update apriori test to be more explicit with errors [#1233]
- Insure both FLT and FLC headers have same a posteriori fit keywords [#1238]
- MVM: Make tool to quantify quality of GAIA alignment generic for general use [#1241]
- Fix logic to not align grism data in standard pipeline [#1243]
- Streamline and modernize build process [#1244]
- Remove nictools as a dependency [#1245]
- RickerWavelet Kernel for SBC needs to have dimensions which are odd [#1246]
- Address issue of logging for PyTest tests [#1247]
- Refine headers for filter and total products [#1249]
- Remove logic from align [#1250]
Drizzlepac v3.4.0 Release Candidate 2
Includes changes to:
- version limits for spherical_geometry to use numpy >= 1.22 correctly (limits use to numpy >= 1.22)
- hap/test_apriori pytest to be less stringent and more descriptive when errors occur
Drizzlepac v3.4.0 Release Candidate 1
Initial release candidate of code that supports multi-visit mosaic (MVM) processing.
Drizzlepac v3.3.1
This release fixes a number of issues found in v3.3.0; namely,
- #1174: SVM: Do not create a bare manifest file
- #1175: Only remove source catalog rows where all flags are bad
- #1178: Fix the units of a few variables in the output Point and Segmentation catalogs
- #1181: Create an empty manifest file for datasets which do not process (e.g., Grism/Prism only)
- Replace -9999.9 with -9999.0 in catalogs
- #1162: Convert the masked values/empty strings ("") and nans to a numeric indicator in the output catalogs so the catalogs can more easily be ingested into a database.
- #1160 : Add WCS keywords to catalog metadata
- #1157 : Improve logic for reporting nmatches
- Make manifest filename more consistent with rest of products(#1146)
- ISO column name fix (#1155)
- fix for segment threshold error.
- a change to the requirements to force use of photutils v1.1.0 or less, since v1.2.0 introduces some unexpected differences in the alignment.
Drizzlepac v3.3.1 Release Candidate 6
Drizzlepac v3.3.1 Release Candidate 5
Update v3.3.1 release branch for release candidate 5 to include:
- Replace -9999.9 with -9999.0 in catalogs
- Update MVM processing to turn off alignment to GAIA by default and remove unmodified FLC files (from disk and manifest file)
- Turn off generation of MVM exposure level products
The MVM updates were provided to enable continued testing of the MVM code.
Drizzlepac v3.3.1 Release Candidate 4
Update release branch 3.3.x for release candidate 4 with:
Drizzlepac v3.3.1 Release Candidate 3
Drizzlepac v3.3.1 Release Candidate 2
v3.3.0 plus fix for segment threshold error.