Skip to content

Releases: spacetelescope/drizzle

Fix a bug in reporting invalid pixmap values

05 Aug 21:09
dbecf36
Compare
Choose a tag to compare

Fix bug in interpolation used by the square kernel

05 Aug 01:49
405827f
Compare
Choose a tag to compare

Fix a bug in the interpolation algorithm used by the 'square' kernel that resulted in shifts of the resampled image typically by 0.5 pixels compared to the location indicated by the WCS - see #82 and #83 for more information.

Bug Fix: Correct handling of 0-weight pixels

23 Dec 18:59
Compare
Choose a tag to compare

Fixes an issue due to which 0-weight input pixels may still contribute to output image when corresponding output pixels do not have a value previously set (i.e., their weight is 0).

1.13.3

17 Jun 06:58
Compare
Choose a tag to compare

Changes in this release:

  • Remove Cython as a runtime dependency [#72]

1.13.2

  • Specify oldest-supported-numpy in pyproject.toml so that the built C
    code has the widest possible compatibility with runtime versions of
    numpy. [#60]

  • Fix a memory corruption issue in interpolate_bilinear() in
    cdrizzleblot.c which could result in segfault. [#66]

  • Fix a context image bug when drizzling more than 32 images into a single
    output. [#69]