Skip to content

Commit

Permalink
version 1.1.1 (#425)
Browse files Browse the repository at this point in the history
* version 1.1.1

* Update CHANGELOG.md

Co-authored-by: Žiga Lukšič <31988337+zigaLuksic@users.noreply.github.com>

Co-authored-by: Žiga Lukšič <31988337+zigaLuksic@users.noreply.github.com>
  • Loading branch information
AleksMat and zigaLuksic committed Jun 14, 2022
1 parent 26d63eb commit fb6fa98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [Version 1.1.1] - 2022-06-14

- Fixed a bug in `eolearn.io.ImportFromTiffTask` where a bounding box from the image wasn't added to the EOPatch.
- Increased minimal version of `Pillow` dependency in `eolearn.features`.


## [Version 1.1.0] - 2022-06-13

- Large improvements of parallelization in EOExecutor. Introduced the `eolearn.core.utils.parallelize` module, featuring tools for different parallelization modes.
Expand Down
2 changes: 1 addition & 1 deletion features/eolearn/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
AddSpatioTemporalFeaturesTask,
)

__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion io/eolearn/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
get_available_timestamps,
)

__version__ = "1.1.0"
__version__ = "1.1.1"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def parse_requirements(file):
setup(
name="eo-learn",
python_requires=">=3.7",
version="1.1.0",
version="1.1.1",
description="Earth observation processing framework for machine learning in Python",
long_description=get_long_description(),
long_description_content_type="text/markdown",
Expand All @@ -35,9 +35,9 @@ def parse_requirements(file):
install_requires=[
"eo-learn-core==1.1.0",
"eo-learn-coregistration==1.1.0",
"eo-learn-features==1.1.0",
"eo-learn-features==1.1.1",
"eo-learn-geometry==1.1.0",
"eo-learn-io==1.1.0",
"eo-learn-io==1.1.1",
"eo-learn-mask==1.1.0",
"eo-learn-ml-tools==1.1.0",
"eo-learn-visualization==1.1.0",
Expand Down

0 comments on commit fb6fa98

Please sign in to comment.