Skip to content

Commit b2c04fa

Browse files
committed
Release 0.4.9
1 parent 2860903 commit b2c04fa

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
18+
## [0.4.9] - 2021-01-29
19+
20+
### Added
21+
1122
- Make `DataCube.filter_bbox()` easier to use: allow passing a bbox tuple, list, dict or even shapely geometry directly as first positional argument or as `bbox` keyword argument.
1223
Handling of the legacy non-standard west-east-north-south positional argument order is preserved for now ([#136](https://github.com/Open-EO/openeo-python-client/issues/136))
1324
- Add "band math" methods `DataCube.ln()`, `DataCube.logarithm(base)`, `DataCube.log10()` and `DataCube.log2()`
@@ -17,10 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1728
- add `resolution_merge` process (experimental) (EP-3687, [openeo-processes#221](https://github.com/Open-EO/openeo-processes/pull/221))
1829
- add `sar_backscatter` process (experimental) (EP-3612, [openeo-processes#210](https://github.com/Open-EO/openeo-processes/pull/210))
1930

20-
### Changed
21-
22-
### Removed
23-
2431
### Fixed
2532

2633
- Fixed 'Content-Encoding' handling in `Connection.download`: client did not automatically decompress `/result`

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.9a1'
1+
__version__ = '0.4.9'

0 commit comments

Comments
 (0)