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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## [Version 0.10.0] - 2021-09-14
2
+
-`EOWorkflow` now automatically makes a shallow copy of each `EOPatch` before passing it to any `EOTask` in the workflow.
3
+
- Streamlined naming conventions of EOTasks - every name now ends with `Task`. Old names have been deprecated.
4
+
- Improved functionality of merging EOPatches, particularly of merging time-dependent features.
5
+
- Removed support for Python 3.6 and added official support for Python 3.9.
6
+
- Implemented `EOPatch.copy` and `EOPatch.__delitem__` methods.
7
+
- Added `eolearn.io.MeteoblueRasterTask` and `eolearn.io.MeteoblueVectorTask` for obtaining weather data. Joint effort with Meteoblue.
8
+
-`VectorToRasterTask` now supports rasterization of time-dependant vector features. Contributed by @asylve.
9
+
- Fixes in `SentinelHubInputTask`. Both `SentinelHubInputTask` and `SentinelHubEvalscriptTask` now return EOPatches with timestamps that don't have timezone information anymore.
10
+
- Changed `rasterio` dependency to `rasterio>=1.2.7`
11
+
- All but `eolearn.core` tests ported to `pytest` framework.
12
+
- Switched from Travis CI to GitHub actions.
13
+
- Minor fixes and improvements.
14
+
1
15
## [Version 0.9.2] - 2021-05-21
2
16
- Minor fixes and improvements:
3
17
*`SaveTask` and `LoadTask` don't automatically store a filesystem object anymore,
0 commit comments