Releases: Cloud-Drift/clouddrift
Releases · Cloud-Drift/clouddrift
clouddrift-0.8.0
What's Changed
- apply ragged by @philippemiron in #128
- Bump version to 0.8.0 by @milancurcic in #131
Full Changelog: v0.7.0...v0.8.0
clouddrift-0.7.0
What's Changed
- 63 function to recast longitude values 0360 or 180180 by @philippemiron in #117
- Philippemiron readme by @philippemiron in #116
- Running code coverage with the automatic tests by @philippemiron in #119
- add sphere to the docs by @philippemiron in #118
- Update README by @milancurcic in #120
- recast longitude by @philippemiron in #124
- Implement
segment
by @milancurcic in #123
Full Changelog: v0.6.0...v0.7.0
clouddrift-0.6.0
What's Changed
- Update docs.yml by @philippemiron in #110
- Function to unpack a ragged array into a list of regular arrays by @milancurcic in #112
- Bump to v0.6.0 by @milancurcic in #114
Full Changelog: v0.5.0...v0.6.0
clouddrift-0.5.0
What's Changed
- Update API docs by @milancurcic in #78
- Format with black by @milancurcic in #79
- Fix sphinx theme logo in conf by @milancurcic in #81
- version string to clouddrift package by @philippemiron in #84
- Update README with Conda instructions by @milancurcic in #86
- pypi actions by @philippemiron in #89
- Pypi by @philippemiron in #90
- Pypi by @philippemiron in #91
- GDP-hourly adapter by @milancurcic in #88
- Refactor coordinates by @philippemiron in #92
- Rename vars instead of setting coords in GDP preproc by @milancurcic in #100
- Docs-envs by @philippemiron in #99
gdp.to_raggedarray
by @milancurcic in #101- Deleted the timeseries.py module by @selipot in #102
- Make available clouddrift.adapters by @milancurcic in #103
- Update docs by @milancurcic in #108
Full Changelog: v0.4.0...v0.5.0
clouddrift-0.4.0
What's Changed
- Velocity from positions by @milancurcic in #64
- Remove Conda instructions by @milancurcic in #65
- Make analysis and haversine module available in the clouddrift namespace by @milancurcic in #67
- Allow multi-dimensional inputs to
velocity_from_position
by @milancurcic in #71 - Rework the docstring to address the units of measure by @milancurcic in #74
- Allow specifying
time_axis
invelocity_from_position
by @milancurcic in #76 - Unbump to v0.4.0 by @milancurcic in #77
Full Changelog: v0.3.1...v0.4.0
clouddrift-0.3.1
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
- Awkward v2 by @philippemiron in #57
Full Changelog: v0.3.0...v0.3.1
clouddrift-0.3.0
What's Changed
- fix awkward version by @philippemiron in #50
- Implement
RaggedArray.from_xarray()
by @milancurcic in #51 - Add RaggedArray.from_awkward by @milancurcic in #52
- Remove dev notebooks by @milancurcic in #54
Full Changelog: v0.2.1...v0.3.0
clouddrift-0.2.1
What's Changed
- Remove unused dependencies by @milancurcic in #42
- Remove examples/ and data/ (migrated to clouddrift-examples) by @milancurcic in #47
- Update Binder badge to point to the new examples path by @milancurcic in #48
Full Changelog: v0.2.0...v0.2.1
clouddrift-0.2.0
What's Changed
- CI upgrade by @philippemiron in #29
- modify the environment by @philippemiron in #31
- Organize, make more concise, and expand the install instructions by @milancurcic in #35
- Rename ragged_array -> RaggedArray to follow PEP8 by @milancurcic in #39
- Require Python 3.9 by @milancurcic in #34
New Contributors
- @milancurcic made their first contribution in #35
Full Changelog: v0.1.0...v0.2.0
clouddrift-0.1.0
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 intoxarray.Dataset
objects and Awkward Arrayak.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.