Skip to content

Commit

Permalink
version 0.7.6 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Jul 6, 2020
1 parent 5157148 commit 34d50f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [Version 0.7.6] - 2020-07-06
- Added eo-learn dockerfiles and deployed official eo-learn docker images to [Docker Hub](https://hub.docker.com/r/sentinelhub/eolearn)
- Added `compress` parameter to `ExportToTiff`, contributed by @atedstone
- Minor fixes

## [Version 0.7.5] - 2020-06-24
- Updated example notebooks - replaced OGC service tasks with Processing API service tasks
- Deprecated tasks that download data from Sentinel Hub OGC service
Expand Down
2 changes: 1 addition & 1 deletion io/eolearn/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .local_io import ExportToTiff, ImportFromTiff
from .processing_api import SentinelHubInputTask, SentinelHubDemTask, SentinelHubInputBase, get_available_timestamps

__version__ = '0.7.5'
__version__ = '0.7.6'
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.6',
version='0.7.5',
version='0.7.6',
description='Earth observation processing framework for machine learning in Python',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand All @@ -37,10 +37,10 @@ def parse_requirements(file):
'eo-learn-coregistration>=0.7.3',
'eo-learn-features>=0.7.3',
'eo-learn-geometry>=0.7.5',
'eo-learn-io>=0.7.5',
'eo-learn-io>=0.7.6',
'eo-learn-mask>=0.7.5',
'eo-learn-ml-tools>=0.7.3',
'eo-learn-visualization>=0.7.3'
'eo-learn-visualization>=0.7.6'
],
extras_require={
'DEV': parse_requirements('requirements-dev.txt')
Expand Down
2 changes: 1 addition & 1 deletion visualization/eolearn/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
except ImportError:
pass

__version__ = '0.7.3'
__version__ = '0.7.6'

0 comments on commit 34d50f1

Please sign in to comment.