Skip to content

Commit 8a0403f

Browse files
authoredApr 3, 2023
Merge pull request #45 from lukasValentin/dev
Bump EOdal `v0.2.0`
2 parents 4109747 + 2294010 commit 8a0403f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+991
-931
lines changed
 

‎CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semanti
1010

1111
Categories for changes are: Added, Changed, Deprecated, Removed, Fixed, Security.
1212

13+
Version `0.2.0 < https://github.com/EOA-team/eodal/releases/tag/v0.2.0>`__
14+
--------------------------------------------------------------------------------
15+
16+
Release date: 2023-04-03
17+
18+
- Added: the new EOdal Mapper class has been fully implemented and replaces the old mapper version. Scripts calling the Mapper must be updated.
19+
- Removed: the previous EOdal Mapper class. The enitre eodal.operational sub-package has been deprecated.
20+
- Removed: the sub-package called eodal.operational.cli has been deprecated. Some useful scripts have been ported to the `scripts` folder in the main directory of the EOdal git repository.
21+
- Changed: The EOdal pystac client has been re-designed to provide a higher level of generalization. Still, future changes might apply.
22+
- Fixed: SceneCollection.get_feature_timeseries() had several bugs. Thanks to @atoparseks the code has been cleaned up, made simpler and works now with custom functions for computing user-defined zonal statistical metrics.
23+
- Fixed: Several small bugs in the core module with varying levels of severity.
24+
- Fixed: The map algebra operators for Band and RasterCollection objects lacked support of right-handed sided expression (e.g., `2 + Band` instead of `Band +2`). This issue has been fixed by overwriting also the [r]ight-handed built-in operators such `radd` as the right-handed equivalent of `add`.
25+
- Changed: The README has been updated and now also includes information about the data model in EOdal.
26+
1327
Version `0.1.1 < https://github.com/EOA-team/eodal/releases/tag/v0.1.1>`__
1428
--------------------------------------------------------------------------------
1529

‎eodal/__meta__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# `name` is the name of the package as used for `pip install package`
32
name = "eodal"
43
# `path` is the name of the package for `import package`

0 commit comments

Comments
 (0)
Please sign in to comment.