All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Exposed
nc_inq_libversfunction asstring NetCDFInterop.NetCDF.nc_inq_libvers().
- Tests for
.NETFramework,Version=v4.8.
- Obsolete
CoordinateSystemclass and all related functionality. - Obsolete
AddVariableByValuemethods.
CsvDatasetnow writes floating point values using theRformat specifier. This ensures that the value doesn't change when it is read back.
- Tests for CSV dataset.
- This
CHANGELOG.md
netCDFcross-platform P/Invoke is now done by .NET. The dependency onDynamicInterophas been removed.CsvDatasethandles absence ofMissingValueattribute. This closes #38.README.mdnow contains sample code. It is now packaged in.nuget.