Skip to content
Snippets Groups Projects
Commit 62c264eb authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Replaced test data of test case INTER1 with LZW compressed GeoTIFFs to speed up testing.

updated __version__ and __versionalias__
parent 64f46742
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,7 +24,15 @@ New features:
* added test cases for local co-registration
Bugfixes:
Fixes and improvements:
* fixed warping issues in case only very few tie points could be identified
0.5.0 (coming soon)
-------------------
Fixes and improvements:
* Coverage now also working in multiprocessing.
* Replaced test data of test case INTER1 with LZW compressed GeoTIFFs to speed up testing.
......@@ -4,8 +4,8 @@
__author__ = """Daniel Scheffler"""
__email__ = 'daniel.scheffler@gfz-potsdam.de'
__version__ = '0.4.10'
__versionalias__ = '2017-07-10_02'
__version__ = '0.4.11'
__versionalias__ = '2017-07-11_01'
from .CoReg import COREG
......
......@@ -27,7 +27,7 @@ test_requirements = ['coverage']
setup(
name='arosics',
version='0.4.10',
version='0.4.11',
description="An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment