* Make `ncio` a standalone package. * Remove wrappers `readnetcdf` and `infonetcdf`.
0.12
* Delete test for float128 because no 128-bit datatype in netcdf.
0.11
* Adding global attributes (addglobalatt) in `copy_file`.
0.10
* Added _FillValue and missing_value to netcdf test files.
0.9
* `get_variable_definition` returns _FillValue if present and only missing_value if _FillValue is not present. * `create_variables` sets missing_value attribute if present even if used for _FillValue.