Skip to content

Releases: csiro-coasts/emsarray

v0.10.0

30 Oct 02:15
2c44ee0

Choose a tag to compare

  • Fixed issues with detecting topology variables in SHOC datasets where some variables are lacking a standard_name (issue #178, pull request #180).
  • Updated the tests to be compatible with the latest xarray versions (pull request #182).
  • Added an example to the documentation showing how to set the clim parameter in plots (pull request #179).
  • Bumped pinned dependencies (pull request #183).
  • Fixed emsarray.utils.datetime_from_np_time() when the system timezone is not UTC and a specific timezone is requested (issue #176, pull request #183).
  • Fixed an issue with UGrid datasets when some of the mesh topology variables are not present in Dataset.data_vars as they are detected as coordinate variables (issue #159, pull request #188).
  • Load data frame by frame when plotting a transect animation. This has a backwards incompatible effect of not examining the whole data array to generate a reasonable clim. Only the first frame is used to generate the clim to avoid loading more data than required. The new clim parameter allows users to specify the data limits explicitly if this is insufficient (pull request #191).
  • Detect time coordinates with correct dtype and some standard attributes even without a units attribute. Variables with units are preferred (issue #190, pull request #193).

v0.9.0

28 Jan 03:44
e4029ab

Choose a tag to compare

v0.8.0

17 Oct 01:57
0dfa382

Choose a tag to compare

v0.7.0

10 Jul 11:14
f64e7f4

Choose a tag to compare

v0.6.1

10 Jul 11:11
86198c2

Choose a tag to compare

v0.6.0

25 Sep 08:35
d2804ce

Choose a tag to compare

v0.5.0

28 Aug 05:28
5194928

Choose a tag to compare

v0.4.3

27 Jun 03:32
26a2068

Choose a tag to compare

v0.4.2

24 Apr 05:09
6828f51

Choose a tag to compare

  • Fixed an issue with _FillValue / missing_value and variables with non-float types such as timedelta64 (pull request #71)

v0.4.1

16 Mar 05:59
8f466a8

Choose a tag to compare