Skip to content

Releases: vlouf/dealias

v1.4.1: UNRAVEL is now compatible with pre-loaded pyodim datasets

11 Dec 05:54
108d6b6

Choose a tag to compare

Added

  • Users can now pass either a file path or pre-loaded pyodim datasets to unravel_3D_pyodim(). This enables preprocessing workflows (e.g., dual-PRF correction) before dealiasing.

Fixed

  • Original field modification bug: When using the condition parameter, the function now creates an independent masked copy instead of modifying the original velocity field (e.g., VRADH).

Changed

  • Updated unit tests to cover pyodim dealiasing functions with comprehensive test cases.

v1.4.0

07 Nov 04:23

Choose a tag to compare

What's Changed

  • Updated old setup.py to pyproject.toml
  • Improve typing by @vlouf in #21
  • ci(deps): bump actions/setup-python from 4 to 6 by @dependabot[bot] in #25
  • ci(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #22
  • ci(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #23
  • ci(deps): bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #24

v1.3.4

25 Feb 04:29

Choose a tag to compare

  • Can use a gatefilter with pyodim.
  • Updated CI-testing URLs

v1.3.3

23 Aug 02:22
a547a5f

Choose a tag to compare

What's Changed

  • Compatibility with Numpy v2.0
  • 5 create continuous integration environment by @vlouf in #18
  • 24 stop at stage by @vlouf in #19

Full Changelog: v1.3.2...v1.3.3

v1.3.2

11 Jan 02:02

Choose a tag to compare

Fix bug with masked array and numba

v0.0.1-beta

11 Jan 01:52

Choose a tag to compare

beta version testing

Version 1.2.0

15 Dec 02:35

Choose a tag to compare

Changelog:

Version 1.2.0:

  • Multiprocessing (unravel_3D_pyart_multiproc) using dask.
  • Various optimization and speed up.

First release!

19 Feb 00:27

Choose a tag to compare

Version 1.0.0 is the first official release of UNRAVEL.