Skip to content

torchfits 1.0.0rc1

Pre-release
Pre-release

Choose a tag to compare

@sfabbro sfabbro released this 18 Jul 05:15

Install

pip install torchfits==1.0.0rc1

Requires Python 3.10+ and PyTorch 2.10. See the compatibility matrix.

Highlights

  • Release candidate for the 1.0 API (formal stamp in docs/reviews/release-api-freeze-1.0.0rc1.md)
  • Empty table filters preserve schema; stretch a > 0 validation; verify treats missing checksums as OK (exit 0)
  • CLI/docs polish: convert --to inference, CFITSIO image sections on cutout, --format text|json|jsonl
  • Root read_table / stream_table / read_table_rows emit DeprecationWarning — prefer torchfits.table.*

Breaking / behavior change

  • torchfits verify on files without checksum keywords now exits 0 (was 4). Use status == "fail" / exit 4 for corruption.

Links

Wheels publish via trusted publishing when build_wheels.yml completes.

What's Changed

Full Changelog: v1.0b1...v1.0.0rc1