torchfits 1.0.0rc1
Pre-release
Pre-release
Install
pip install torchfits==1.0.0rc1Requires 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 > 0validation; verify treats missing checksums as OK (exit 0) - CLI/docs polish: convert
--toinference, CFITSIO image sections on cutout,--format text|json|jsonl - Root
read_table/stream_table/read_table_rowsemitDeprecationWarning— prefertorchfits.table.*
Breaking / behavior change
torchfits verifyon files without checksum keywords now exits 0 (was 4). Usestatus == "fail"/ exit 4 for corruption.
Links
- Changelog: https://github.com/astroai/torchfits/blob/v1.0.0rc1/docs/changelog.md
- Compare: v1.0b1...v1.0.0rc1
Wheels publish via trusted publishing when build_wheels.yml completes.
What's Changed
Full Changelog: v1.0b1...v1.0.0rc1