Releases: PlasmaFAIR/neasy-f
Releases · PlasmaFAIR/neasy-f
v0.6.1
v0.6.0
v0.5.1
- Fixed some warnings about unused variables and imports
Full Changelog: v0.5.0...v0.5.1
v0.5.0
neasy-f v0.4.2
Fix for creating arrays with unlimited sized dimensions
neasy-f v0.4.1
Fix for writing single values into 1D array
For example, appending a value to an unlimited variable
neasy-f v0.4.0
neasyf_write
can now take a character
array of dimension names instead of IDs
neasy-f v0.3.0
Two backwards incompatible changes to bring neasy-f in line with the netCDF and CF Metadata conventions:
- The
description
optional argument toneasyf_write
is nowlong_name
neasyf_metadata
now writes the metadata as global attributes rather than variables in a/metadata
groupfile_id
is now stored asid
created
is now stored asdate_created
neasy-f v0.2.1
Fix an issue with writing scalar strings. Now, neasy-f automatically creates a dimension of the correct length as the character
variable
neasy-f v0.2.0
Add neasyf_metadata
to write a standard set of metadata:
/metadata/software_name
: The name of the software creating current file/metadata/software_version
: The version number of the software/metadata/netcdf_version
: The version of the netCDF library/metadata/created
: The date and time the current file was created. This can be set automatically with theauto_date=.true.
option ofneasyf_metadata
/metadata/file_id
: Some identifier for the current file, for example a UUID