python-fitsio 1.1.8+dfsg-1 source package in Ubuntu

Changelog

python-fitsio (1.1.8+dfsg-1) unstable; urgency=medium

  * New upstream version 1.1.8+dfsg
  * Drop testCompressPreserveZeros patch: applied upstream

 -- Ole Streicher <email address hidden>  Thu, 29 Sep 2022 14:56:21 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-fitsio_1.1.8+dfsg-1.dsc 2.1 KiB 3ae681ff4a21303693710f5dd2be1bea7f24ba49d49fd22428bbe79e68ba0be5
python-fitsio_1.1.8+dfsg.orig.tar.xz 84.9 KiB 45fe4ed287c2a85f3ed1eb1967a6738f23ccd89cec48d2169f7edbcb29456a55
python-fitsio_1.1.8+dfsg-1.debian.tar.xz 4.8 KiB a641e993f3d4b295159c2de6bc8f1885e015bec1e0edb255562bbbddb7f46374

No changes file available.

Binary packages built by this source

python3-fitsio: Python 3 library to read from and write to FITS files

 Fitsio provides an easy to use object-oriented API including
 providing a Numpy interface to FITS files read from CFITSIO. It
 allows direct access to the columns of a FITS binary table which can
 be useful for reading large fits files. Compared to astropy.io.fits,
 this package is closer to the underlying cfitsio library.
 .
 Fitsio also exposes a microlanguage (implemented in CFITSIO) for
 making efficient SQL-like queries of tables (single tables only
 though–no joins or anything like that).

python3-fitsio-dbgsym: debug symbols for python3-fitsio