Skip to content

Releases: spacetelescope/drizzle

API redesign to make code I/O agnostic. Bug fixes.

24 Oct 03:08
f8ab497
Compare
Choose a tag to compare
  • Backward incompatible major re-design of API to make the code I/O agnostic. Removed FITS-specific code. Backward compatibility was maintained with JWST and Roman pipelines only.
  • Deprecated module util. New software should not import from this module as it will be removed in a future release.
  • Bug fix: exposure time was undefined when in_units were not cps.
  • BUG FIX: cdrizzle.tdriz signature was out of date.
  • Removed support for the 'tophat' kernel.

Allow turning off context array in tdriz. Bug fixes

19 Aug 15:10
f8ea30d
Compare
Choose a tag to compare
  • Allow turning off context array in tdriz. [#151]
  • Bug fixes [#150]
  • Require Python < 3.13 [#154]

1.15.2

17 Jun 16:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.1...1.15.2

Warn when kernels are not flux conserving

07 Mar 08:26
88ca6d8
Compare
Choose a tag to compare
1.15.1

Warn when kernels are not flux conserving

Deprecate tophat kernel. Drop support for Python 3.8. Bug fix.

17 Feb 03:24
0104065
Compare
Choose a tag to compare
  • Dropped Python 3.8. [#128]

  • Fixed a bug in the pixmap coordinate inversion routine. [#137]

  • Deprecated "tophat" kernel which will be remover in the next release. It is
    not working correctly and should not be used. [#140]

  • Added warnings that "gaussian", "lanczos2", and "lanczos3" kernels are not
    flux conserving. [#140]

Maintenance release

16 Nov 03:15
21a9c74
Compare
Choose a tag to compare
1.14.4

Maintenance release

Fix segfault on some systems

02 Oct 23:29
a2665bf
Compare
Choose a tag to compare

This release fixes segfaults reported on some systems. We also disabled logging by default (which was causing these crashes). See #119 for more details.

Fixed a bug affecting big endian architectures

16 Sep 19:27
e0dabbb
Compare
Choose a tag to compare

Improved image overlap computations. Bug fixes

15 Sep 04:51
f3fdc01
Compare
Choose a tag to compare
1.14.0

Improve intersection algorithm. Bug fixes

Fix input image truncation

09 Feb 20:56
740d94c
Compare
Choose a tag to compare

Due to a bug in the algorithm that computes the bounding box in the input image that actually needs to be resampled, sometimes resampled images may contain only a part of the input image, in particular when a corner of the input image is outside of the output frame.

See #89 for more details.