Releases: vlouf/dealias
Releases · vlouf/dealias
v1.4.1: UNRAVEL is now compatible with pre-loaded pyodim datasets
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
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
v1.3.3
v1.3.2
Fix bug with masked array and numba
v0.0.1-beta
beta version testing
Version 1.2.0
Changelog:
Version 1.2.0:
- Multiprocessing (
unravel_3D_pyart_multiproc) using dask. - Various optimization and speed up.
First release!
Version 1.0.0 is the first official release of UNRAVEL.