Skip to content

Releases: Cloud-Drift/clouddrift

clouddrift-0.8.0

02 Mar 17:22
27a8dd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

clouddrift-0.7.0

27 Feb 15:36
f095843
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

clouddrift-0.6.0

16 Feb 20:38
fbaf27a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

clouddrift-0.5.0

07 Feb 15:54
271e728
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

clouddrift-0.4.0

17 Jan 02:28
d947ef5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

clouddrift-0.3.1

14 Dec 22:31
64376e6
Compare
Choose a tag to compare

This is a bug-fix release that fixes the awkward-array import and a small API change (ak.packed -> ak.to_packed) now that awkward-2.0.0 is out.

Earlier releases will not work, so please ensure that you rely on clouddrift-0.3.1 and later.

What's Changed

Full Changelog: v0.3.0...v0.3.1

clouddrift-0.3.0

20 Nov 02:05
43e6ec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

clouddrift-0.2.1

03 Nov 17:37
e052ed6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

clouddrift-0.2.0

13 Oct 19:21
437c0e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

clouddrift-0.1.0

31 Aug 23:04
Compare
Choose a tag to compare

This release contains the dataformat module to:

  • convert a Lagrangian dataset into a single class object ragged_array of contiguous ragged arrays;
  • convert ragged_array objects into xarray.Dataset objects and Awkward Array ak.Array objects;
  • read in previously created archive.

In addition, this release contains a series of Jupyter Notebooks showcasing the functionalities of the library.

Please see the documentation in progress.