Skip to content

Releases: spacetelescope/drizzlepac

Drizzlepac v3.9.1

27 Feb 18:55
Compare
Choose a tag to compare

What's Changed

  • Updates to address deprecated Photutils functionality; these changes improve upon the Photutils changes in release 3.9.0. #1934

Full Changelog: 3.9.0...3.9.1rc1

Drizzlepac Release 3.9.1 Release Candidate 1

06 Feb 18:23
f3b33e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.9.1rc0...3.9.1rc1

Drizzlepac Release 3.9.1 Release Candidate 0

29 Jan 22:32
e6711b3
Compare
Choose a tag to compare

What's Changed

  • Updates to address deprecated Photutils functionality; these changes improve upon the initial Photutils changes in release 3.9.0. #1934

Full Changelog: 3.9.0...3.9.1rc0

Drizzlepac v3.9.0

16 Dec 19:24
Compare
Choose a tag to compare

High-Level Summary

This release includes changes to numpy 2.0, improvements for alignment and catalog backgrounds, and interim updates for photutils.

What's Changed

  • HLA-1213: Changes to address proper marking of CRs by @mdlpstsci in #1820
  • HLA-1233: Updated config files to use minobj=10 with fitgeom="rscale" by @s-goldman in #1823
  • HLA-1291: Updated the call to hamming function in deconvolve_utils.py by @mdlpstsci in #1848
  • HLA-1295: Fixed the computations associated with rejection of catalogs due to cosmic rays by @mdlpstsci in #1853
  • HLA-1302: Avoid application of cosmic ray threshold for ACS/SBC and WFC3/IR catalogs by @mdlpstsci in #1858
  • HLA-935: Update HDRTAB for MVM products by @s-goldman in #1846
  • HLA-1271: Config file update with different values for relative and absolute alignment by @s-goldman in #1860
  • HLA-1322: Addressing Numpy 2.0 issues in Astrometric_utils.py by @s-goldman in #1875
  • Small update to buildmask for Numpy 2.0 by @s-goldman in #1876
  • HLA-1323: s_region fix using simplify-polyline by @s-goldman in #1884
  • HLA-1193/1296/1331: Upgraded all deprecated Photutils calls to accommodate Photutils 1.13.0 by @mdlpstsci in #1844
  • HLA-1284/1287: Properly account for illuminated and non-illuminated pixels by @mdlpstsci in #1894
  • HLA-1350/1240: Update background determination algorithm used for producing output source catalogs by @mdlpstsci in #1904
  • HLA-998: Proper handling of files which have SCI extensions completely zero in RAW by @s-goldman in #1902
  • HLA-1369: No viable data code 0 changed to code 65 by @s-goldman in #1907
  • Ignore nans in staticmask call to stsci.imagestats by @s-goldman in #1909
  • HLA-1362: Modified the minimum RMS computation used as a discriminant for choos… by @mdlpstsci in #1908

Drizzlepac Release 3.9.0 Release Candidate 2

02 Dec 19:23
b167b94
Compare
Choose a tag to compare

Identical to 3.9.0rc1 except requiring numpy > 2.0. #1918

Drizzlepac Release 3.9.0 Release Candidate 1

22 Nov 18:46
Compare
Choose a tag to compare

Identical to 3.9.0rc0 except with two failing regression tests (test_svm_j97e06.py) skipped. #1916

Drizzlepac 3.9.0 release candidate 0

21 Nov 21:38
248ed62
Compare
Choose a tag to compare
Pre-release

What's Changed

  • HLA-1213: Changes to address proper marking of CRs by @mdlpstsci in #1820
  • HLA-1233: Updated config files to use minobj=10 with fitgeom="rscale" by @s-goldman in #1823
  • HLA-1291: Updated the call to hamming function in deconvolve_utils.py by @mdlpstsci in #1848
  • HLA-1295: Fixed the computations associated with rejection of catalogs due to cosmic rays by @mdlpstsci in #1853
  • HLA-1302: Avoid application of cosmic ray threshold for ACS/SBC and WFC3/IR catalogs by @mdlpstsci in #1858
  • HLA-935: Update HDRTAB for MVM products by @s-goldman in #1846
  • HLA-1271: Config file update with different values for relative and absolute alignment by @s-goldman in #1860
  • HLA-1322: Addressing Numpy 2.0 issues in Astrometric_utils.py by @s-goldman in #1875
  • Small update to buildmask for Numpy 2.0 by @s-goldman in #1876
  • HLA-1323: s_region fix using simplify-polyline by @s-goldman in #1884
  • HLA-1193/1296/1331: Upgraded all deprecated Photutils calls to accommodate Photutils 1.13.0 by @mdlpstsci in #1844
  • HLA-1284/1287: Properly account for illuminated and non-illuminated pixels by @mdlpstsci in #1894
  • HLA-1350/1240: Update background determination algorithm used for producing output source catalogs by @mdlpstsci in #1904
  • HLA-998: Proper handling of files which have SCI extensions completely zero in RAW by @s-goldman in #1902
  • HLA-1369: No viable data code 0 changed to code 65 by @s-goldman in #1907
  • Ignore nans in staticmask call to stsci.imagestats by @s-goldman in #1909
  • HLA-1362: Modified the minimum RMS computation used as a discriminant for choos… by @mdlpstsci in #1908

Drizzlepac v3.8.0 Release Candidate 1

11 Nov 19:44
Compare
Choose a tag to compare
Pre-release

Summary: Release candidate to test photutils deprecated functionality in API and small bug fixes.

Upgraded all deprecated Photutils calls to accommodate Photutils (#1844)
Pin github devdep tests to python 3.12 (#1905)
Ignore nans in staticmask call to stsci.imagestats (#1909)
Set devdep github actions tests to python 3.12 for cron (#1906)

Drizzlepac v3.8.0rc0 release candidate 0

29 Oct 15:08
Compare
Choose a tag to compare

This branch contains everything from 3.7.1.1 including two PRs implementing fixes necessary for Numpy > 2.0. The commits included are:

Drizzlepac v3.7.1.1

01 Oct 20:40
c49091d
Compare
Choose a tag to compare

High-Level Summary

This release includes only changes for the determination of the S_REGION header keyword. The keyword is now determined using erosion, dilation, and the simplify-polyline package.

What's Changed

  • Added changelog. (#1892)
  • Inline comments added to cell_utils s_region code. (#1888)
  • Small changes including the same number of iterations for erosion and dilation. (#1886)
  • s_region fix using simplify-polyline. (#1884)