Releases: Open-EO/openeo-processes-dask
Releases · Open-EO/openeo-processes-dask
2023.1.1
What's Changed
- fix: Fix for subprocess execution failures by @LukeWeidenwalker in #41
- prerelease 2023.1.1-rc.1 by @LukeWeidenwalker in #43
- refactor: Remove _normalise_output_datacube (#32) by @LukeWeidenwalker in #44
- fix: Fix clip and add test by @LukeWeidenwalker in #45
- feat: Implement array_element and add tests by @LukeWeidenwalker in #46
- release: bump to 2023.1.1-rc.2 by @LukeWeidenwalker in #47
- fix: Fix in resample_spatial and update .openeo accessor return types by @LukeWeidenwalker in #48
- fix: Update spatial_ref in resample_spatial by @LukeWeidenwalker in #49
- fix: Update predict random forest to new callback structure by @LukeWeidenwalker in #51
- bump version to 2023.1.1-rc.3 by @LukeWeidenwalker in #52
- release: 2023.1.1 by @LukeWeidenwalker in #53
Full Changelog: 2023.1.0...2023.1.1
2023.1.1-rc.3
What's Changed
- fix: Fix in resample_spatial and update .openeo accessor return types by @LukeWeidenwalker in #48
- fix: Update spatial_ref in resample_spatial by @LukeWeidenwalker in #49
- fix: Update predict random forest to new callback structure by @LukeWeidenwalker in #51
- bump version to 2023.1.1-rc.3 by @LukeWeidenwalker in #52
Full Changelog: 2023.1.1-rc.2...2023.1.1-rc.3
2023.1.1-rc.2
What's Changed
- refactor: Remove _normalise_output_datacube by @LukeWeidenwalker in #44
- fix: Fix clip and add test by @LukeWeidenwalker in #45
- feat: Implement array_element and add tests by @LukeWeidenwalker in #46
- release: bump to 2023.1.1-rc.2 by @LukeWeidenwalker in #47
Full Changelog: 2023.1.1-rc.1...2023.1.1-rc.2
2023.1.1-rc.1
What's Changed
- fix: Fix for subprocess execution failures by @LukeWeidenwalker in #41
- prerelease 2023.1.1-rc.1 by @LukeWeidenwalker in #43
Full Changelog: 2023.1.0...2023.1.1-rc.1
2023.1.0
What's Changed
- feat: Add .openeo accessor to DataArray by @LukeWeidenwalker in #20
- refactor: Remove process registry by @LukeWeidenwalker in #30
- test: add tests for process decorator by @LukeWeidenwalker in #31
- refactor: Avoid passing datacubes into all math/array processes by @LukeWeidenwalker in #21
- refactor: upgrade merge cubes to new callbacks by @LukeWeidenwalker in #33
Full Changelog: 2022.12.4...2023.1.0
2022.12.4
What's Changed
- Enable Python 3.10 by @LukeWeidenwalker in #17
- Fixed drop_dimension implementation by @clausmichele in #14
- Updates to exceptions by @LukeWeidenwalker in #19
- Update merge by @ValentinaHutter in #16
- Fix ndvi losing attrs by @LukeWeidenwalker in #23
- Release 2022.12.4 by @LukeWeidenwalker in #24
New Contributors
- @clausmichele made their first contribution in #14
- @ValentinaHutter made their first contribution in #16
Full Changelog: 2022.12.3...2022.12.4
2022.12.3
What's Changed
- Wrap process registry in a class by @LukeWeidenwalker in #5
- Add load_vector_cube to handle inline geojson in fit_regr_random_forest by @LukeWeidenwalker in #10
- allow lower geopandas version by @LukeWeidenwalker in #11
Full Changelog: 2022.12.2...2022.12.3
2022.12.2
What's Changed
- Make dependencies less restrictive by @LukeWeidenwalker in #7
Full Changelog: 2022.12.1...2022.12.2
2022.12.1
First automated release of this project!
What's Changed
- Setup Github CI by @LukeWeidenwalker in #1
- Add precommit hooks for linting by @LukeWeidenwalker in #2
- Setup test fixtures and add example test for
aggregate_temporal_period
by @LukeWeidenwalker in #3 - Add codecov to CI by @LukeWeidenwalker in #4
- Setup release workflow by @LukeWeidenwalker in #6
New Contributors
- @LukeWeidenwalker made their first contribution in #1
Full Changelog: https://github.com/Open-EO/openeo-processes-dask/commits/2022.12.1