Skip to content

Releases: georust/netcdf

v0.8.3

08 Oct 08:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

src-v0.3.1

08 Oct 08:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...src-v0.3.1

v0.8.2

06 Sep 12:15
Compare
Choose a tag to compare

The library now supports automatic group fetching, the code below is now allowed

let file = netcdf::open("file.nc")?;
let var = file.variable("a/b/c/varname")?;

Thanks to @AntoineRenaud91 for suggesting and implementing this feature

v0.8.0

17 Feb 15:26
Compare
Choose a tag to compare

Major/breaking changes:

  • Uses a new extent type for easier put/get of values
  • Updated netcdf-c to the latest version (4.9.1)
  • compression now allows setting the shuffle or variables on or off

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.8.0

v0.7.0

28 Jan 15:33
Compare
Choose a tag to compare
  • ndarray has been updated to 0.15
  • hdf5-sys has been updated to 0.8.0
  • AttrValue now supports NC_STRING

v0.6.0

08 Jan 16:01
Compare
Choose a tag to compare
  • The type NC_CHAR is now recognized and supported

Release v0.5.0

10 Aug 18:11
Compare
Choose a tag to compare

This release features the following:

  • Correctness fixes for seriial access to nc functions
  • Support for user defined types
  • Using github actions for all CI
  • Fix for buffer overflow for path on File
  • New feature static which allows for building netCDF and hdf5 from source