Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
43a4d0a0
Commit
43a4d0a0
authored
Aug 05, 2021
by
Daniel Scheffler
Browse files
Revised test_arosics_install CI job (now uses mamba).
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
254256dd
Pipeline
#26239
passed with stages
in 15 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43a4d0a0
...
...
@@ -59,25 +59,20 @@ test_arosics_install:
stage
:
test
script
:
-
source /root/miniconda3/bin/activate
-
conda install -c conda-forge mamba
-
mamba update -n base -c conda-forge --all
#
upd
ate
conda and python
-
conda upd
ate -n
base -c conda-forge conda
#
- conda
update -c conda-forge python
#
cre
ate
enpt environment from environment_arosics.yml
-
mamba env cre
ate
-
-n
ame arosics_test -f tests/CI_docker/context/environment_arosics.yml
-
conda
activate arosics_test
# create arosics environment
-
conda create -y -q -c conda-forge --name arosics_testinstall python=3
-
conda activate arosics_testinstall
# resolve some requirements with conda
-
conda install --yes -q -c conda-forge numpy gdal scikit-image matplotlib 'pyproj>2.2.0' shapely geopandas pandas pykrige pyfftw cartopy
# run installer
-
python setup.py install
# test if its importable
# install arosics
-
pip install -e .
-
cd ..
-
pwd
-
ls
# test importability
-
python -c "import arosics; print(arosics)"
-
python -c "from arosics import COREG, COREG_LOCAL"
only
:
...
...
HISTORY.rst
View file @
43a4d0a0
...
...
@@ -2,9 +2,16 @@
History
=======
1.5.
0
(
2021-07-13
)
1.5.
1
(
coming soon
)
-------------------
* Added project URLs to setup.py.
* Revised test_arosics_install CI job (now uses mamba).
1.5.0 (2021-07-13)
------------------
* COREG.show_matchWin() now also works when no valid shift was found yet.
* Updated minimal version of geoarray to fix a sporadic TypeError when writing the coregistered result.
* Added basic compatibility with images that have a rotation in the map info (fixes #60).
...
...
Write
Preview
Supports
Markdown
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