Skip to content

Releases: PlasmaFAIR/neasy-f

v0.6.1

23 Apr 12:39
41e55e3
Compare
Choose a tag to compare

What's Changed

  • Add optional argument for setting variable parallel access by @ZedThree in #12

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Apr 16:42
efa14c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

20 Apr 16:16
ff8eb29
Compare
Choose a tag to compare
  • Fixed some warnings about unused variables and imports

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Apr 15:35
1b60c9a
Compare
Choose a tag to compare

What's Changed

  • Error on creating fixed zero-length dimensions by @ZedThree in #5
  • Avoid any potential out-of-bounds indexing in neasyf_type by @ZedThree in #6
  • Add compression argument by @ZedThree in #7

Full Changelog: v0.4.2...v0.5.0

neasy-f v0.4.2

28 Feb 18:17
2182445
Compare
Choose a tag to compare

Fix for creating arrays with unlimited sized dimensions

neasy-f v0.4.1

28 Feb 11:37
13f188d
Compare
Choose a tag to compare

Fix for writing single values into 1D array

For example, appending a value to an unlimited variable

neasy-f v0.4.0

24 Feb 18:19
911ebbf
Compare
Choose a tag to compare

neasyf_write can now take a character array of dimension names instead of IDs

neasy-f v0.3.0

24 Nov 13:26
9056566
Compare
Choose a tag to compare

Two backwards incompatible changes to bring neasy-f in line with the netCDF and CF Metadata conventions:

  • The description optional argument to neasyf_write is now long_name
  • neasyf_metadata now writes the metadata as global attributes rather than variables in a /metadata group
  • file_id is now stored as id
  • created is now stored as date_created

neasy-f v0.2.1

19 Nov 16:24
cd5d2e8
Compare
Choose a tag to compare

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

18 Nov 15:29
Compare
Choose a tag to compare

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 the auto_date=.true. option of neasyf_metadata
  • /metadata/file_id: Some identifier for the current file, for example a UUID