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_libvers
function asstring NetCDFInterop.NetCDF.nc_inq_libvers()
.
- Tests for
.NETFramework,Version=v4.8
.
- Obsolete
CoordinateSystem
class and all related functionality. - Obsolete
AddVariableByValue
methods.
CsvDataset
now writes floating point values using theR
format specifier. This ensures that the value doesn't change when it is read back.
- Tests for CSV dataset.
- This
CHANGELOG.md
netCDF
cross-platform P/Invoke is now done by .NET. The dependency onDynamicInterop
has been removed.CsvDataset
handles absence ofMissingValue
attribute. This closes #38.README.md
now contains sample code. It is now packaged in.nuget
.