rust-cfitsio v0.10.0 Release Notes

Release Date: 2017-11-07 // over 6 years ago
  • โž• Added

    • (fitsio) add iter [#46][pull-46]
    • (fitsio) add hdu_name, hdu_names, num_hdus, and delete [#45][pull-45]
    • (fitsio) add copy_to [#44][pull-44]
    • (fitsio) add insert_column, append_column, and delete_column methods to FitsHdu [#43][pull-43]
    • โž• add contribution guide
    • cfitsio license

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ (fitsio) BREAKING CHANGE: most methods require passing a mutable FitsFile to perform work
    • (fitsio) Include SBYTE_IMG, USHORT_IMG and ULONG_IMG data types

    โœ‚ Removed

    Nothing