rust-cfitsio v0.12.0 Release Notes

Release Date: 2018-02-23 // about 6 years ago
  • โž• Addded

    • ๐Ÿ‘ (fitsio) add support for images which are not 2d
    • ๐Ÿ‘ (fitsio) add support for customising the primary HDU when a file is created (Thanks @astrojhgu from the users discourse, for the suggestion)
    • ๐Ÿ‘ (fitsio) add support for non-2d images
    • (fitsio) more friendly errors when image data is requested outside of the range of the image

    ๐Ÿ”„ Changed

    • (fitsio) change function arguments that were previously start and end to a range Range<usize>
    • ๐Ÿ— (fitsio) removed builder pattern for construction of ColumnDataDescription
    • ๐Ÿ‘ฏ (fitsio) some implementations which were previously nightly-only have been used. These features involve the cloned method on an Iterator. Therefore the version of rust is therefore restricted by this.

    โœ‚ Removed