File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Fixed/improved math operator/process support for ` DataCube ` s in "apply" mode (non-"band math"),
25
25
allowing expressions like ` 10 * cube.log10() ` and ` ~(cube == 0) `
26
26
([ #123 ] ( https://github.com/Open-EO/openeo-python-client/issues/123 ) )
27
-
27
+ - Fixed: PermissionError with PrivateJsonFile on Windows. It can now protect the file, using oschmod.
28
+ ([ #198 ] ( https://github.com/Open-EO/openeo-python-client/issues/198 ) )
29
+ - Fixed: Some unit tests for configuration that were broken on Windows due to differences in paths.
30
+ ([ #350 ] ( https://github.com/Open-EO/openeo-python-client/issues/350 ) )
28
31
29
32
## [ 0.13.0] - 2022-10-10 - "UDF UX" release
30
33
You can’t perform that action at this time.
0 commit comments