You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## [Version 1.4.0] - 2023-1-20
2
+
3
+
- (**codebreaking**) Complete overhaul of `eolearn.coregistration`. See documentation for details.
4
+
- (**codebreaking**) Removed non-working HVPlot backend for `eolearn.visualization`.
5
+
- (**codebreaking**) The `SpatialResizeTask` had a bug when resizing w.r.t resolution. The issue was fixed and the signature of the task was redesigned to better avoid mistakes. See documentation for details.
6
+
- (**codebreaking**) The `EOPatch` methods `get_features` and `get_feature_list` were recombined into a new `get_features` method. The method `get_time_series` was removed. See documentation for details.
7
+
- (**codebreaking**) Removed unsound `use_int_coords` option in `eolearn.ml_tools.sampling.random_point_in_triangle`.
8
+
- Added ability to specify query in execute method of `MeteoblueTask`.
9
+
-`SentinelHubInputTask` no longer saves redundant data into meta-features.
10
+
- Module `eolearn.core.utils.types` was moved to `eolearn.core.types`. Old one will be removed in the future.
11
+
- Switched `opencv-contrib-python-headless` requirement to `opencv-python-headless`
12
+
- Added type annotations to most of the code base.
13
+
- Various improvements to tests and code.
14
+
15
+
1
16
## [Version 1.3.1] - 2022-11-23
2
17
3
18
- Sentinel Hub IO tasks now support a custom timestamp filtration via `timestamp_filter` parameter.
0 commit comments