Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Daniel Scheffler
geoarray
Commits
35497735
Commit
35497735
authored
Nov 20, 2017
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version info.
parent
443ed350
Pipeline
#1571
passed with stages
in 1 minute and 23 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
geoarray/__init__.py
geoarray/__init__.py
+2
-2
setup.py
setup.py
+1
-1
tests/CI_docker/build_testsuite_image.sh
tests/CI_docker/build_testsuite_image.sh
+1
-1
No files found.
geoarray/__init__.py
View file @
35497735
...
...
@@ -12,8 +12,8 @@ from .masks import CloudMask # noqa: E402
__author__
=
"""Daniel Scheffler"""
__email__
=
'danschef@gfz-potsdam.de'
__version__
=
'0.7.
2
'
__versionalias__
=
'v201711
16
.01'
__version__
=
'0.7.
3
'
__versionalias__
=
'v201711
20
.01'
__all__
=
[
'GeoArray'
,
'BadDataMask'
,
'NoDataMask'
,
...
...
setup.py
View file @
35497735
...
...
@@ -24,7 +24,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'geoarray'
,
version
=
'0.7.
2
'
,
version
=
'0.7.
3
'
,
description
=
"Fast Python interface for geodata - either on disk or in memory."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
tests/CI_docker/build_testsuite_image.sh
View file @
35497735
...
...
@@ -2,7 +2,7 @@
context_dir
=
"./context"
dockerfile
=
"geoarray_ci.docker"
tag
=
"geoarray_ci:0.
6.17
"
tag
=
"geoarray_ci:0.
7.3
"
gitlab_runner
=
"geoarray_gitlab_CI_runner"
echo
"#### Build runner docker image"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment