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

Changelog

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

  * New upstream version 1.2.0+dfsg
  * Specify --use-system-cfitsio during build and install. Remove patch.

 -- Ole Streicher <email address hidden>  Thu, 03 Aug 2023 18:10:34 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-fitsio_1.2.0+dfsg-1.dsc 2.2 KiB ccfbebbe0688fe0d7c2149eb3806ba551ca855fd4a0ab6c99171aa9185263be0
python-fitsio_1.2.0+dfsg.orig.tar.xz 178.5 KiB ea4a543cf40e7a345783fbf3082c496036ac72b8def61506d5923541ae630be2
python-fitsio_1.2.0+dfsg-1.debian.tar.xz 4.1 KiB 9a7b3f3e0e6bf97b405d521ec886f2f1a436e2f079c7c4b0a64854a750ef55e4

Available diffs

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