rust-cfitsio v0.13.0 Release Notes
Release Date: 2018-03-10 // over 4 years ago-
โ Addded
- (
fitsio
) addrow
method to read single row. This allows the user to declare a custom struct representing the row values #86 - ๐จ (
fitsio
) add pretty-printing support #83 - (
fitsio
) addprimary_hdu
method #77
๐ Changed
- ๐ฅ (
fitsio
) BREAKING CHANGE: changed ImageType variants to be more rusty #84 - (
fitsio
)create_image
andcreate_table
takeInto<String>
#81 - (
fitsio
)WritesKey::write_key
now accepts &str's as well asString
s #80 - ๐ฅ (
fitsio
) BREAKING CHANGE: all ranges are now exclusive of the upper value, matching Rust's default behaviour #61 - ๐ฅ (
fitsio
) BREAKING CHANGE: inverted the order of image/region axes to match the C row-major convention #59
โ Removed
- (