python-drizzle 1.14.3-1 source package in Ubuntu

Changelog

python-drizzle (1.14.3-1) unstable; urgency=medium

  * New upstream version 1.14.3
  * Call "python3 -m sphinx" directly (Closes: #1042632)

 -- Ole Streicher <email address hidden>  Tue, 03 Oct 2023 08:44:00 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-drizzle_1.14.3-1.dsc 2.4 KiB 24ccdf20ab75228a8029239134d9deca5f56e82d0f63a3dcd9ed81d31202232f
python-drizzle_1.14.3.orig.tar.gz 45.0 MiB 4aff2f87c64c2772423feca3577d81b1eeeb164da9d13d185bcc3cb8e115bd61
python-drizzle_1.14.3-1.debian.tar.xz 5.4 KiB 37b3de85918aa82e46de442af10a37bcae22d465908b5aa8b8d760a4d686adb8

No changes file available.

Binary packages built by this source

python-drizzle-doc: Dithered image combination for Python (API documentation)

 The drizzle library is a Python package for combining dithered images
 into a single image. This library is derived from code used in
 drizzlepac. Like drizzlepac, most of the code is implemented in the C
 language. The biggest change from drizzlepac is that this code passes
 an array that maps the input to output image into the C code, while
 the drizzlepac code computes the mapping by using a Python
 callback. Switching to using an array allowed the code to be greatly
 simplified.
 .
 This package contains the API documentation.

python-drizzle-testdata: Dithered image combination for Python (Test data)

 The drizzle library is a Python package for combining dithered images
 into a single image. This library is derived from code used in
 drizzlepac. Like drizzlepac, most of the code is implemented in the C
 language. The biggest change from drizzlepac is that this code passes
 an array that maps the input to output image into the C code, while
 the drizzlepac code computes the mapping by using a Python
 callback. Switching to using an array allowed the code to be greatly
 simplified.
 .
 This package contains the data required for the unit tests.

python3-drizzle: Dithered image combination for Python

 The drizzle library is a Python package for combining dithered images
 into a single image. This library is derived from code used in
 drizzlepac. Like drizzlepac, most of the code is implemented in the C
 language. The biggest change from drizzlepac is that this code passes
 an array that maps the input to output image into the C code, while
 the drizzlepac code computes the mapping by using a Python
 callback. Switching to using an array allowed the code to be greatly
 simplified.

python3-drizzle-dbgsym: debug symbols for python3-drizzle