Skip to content

Commit c7a39ed

Browse files
authored
Release 1.5.4, Merge pull request #791 from sentinel-hub/develop
Release 1.5.4
2 parents bd4717b + efa49d4 commit c7a39ed

25 files changed

+204
-152
lines changed

.github/workflows/ci_action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
if: ${{ !matrix.full_test_suite }}
106106
run: pytest -m "not sh_integration and not geopedia"
107107

108-
- name: Upload code coverage
109-
if: ${{ matrix.full_test_suite && github.event_name == 'push' }}
110-
uses: codecov/codecov-action@v2
111-
with:
112-
files: coverage.xml
113-
fail_ci_if_error: true
114-
verbose: false
108+
# - name: Upload code coverage
109+
# if: ${{ matrix.full_test_suite && github.event_name == 'push' }}
110+
# uses: codecov/codecov-action@v2
111+
# with:
112+
# files: coverage.xml
113+
# fail_ci_if_error: true
114+
# verbose: false
115115

116116
mirror-and-integration-test-on-gitlab:
117117
if: github.event_name == 'push'
@@ -121,11 +121,11 @@ jobs:
121121
- name: Mirror + trigger CI
122122
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
123123
with:
124-
args: "https://git.sinergise.com/eo/code/eo-learn/"
124+
args: "https://hello.planet.com/code/eo/code/eo-learn"
125125
env:
126126
FOLLOW_TAGS: "true"
127-
GITLAB_HOSTNAME: "git.sinergise.com"
127+
GITLAB_HOSTNAME: "hello.planet.com/code"
128128
GITLAB_USERNAME: "github-action"
129129
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
130-
GITLAB_PROJECT_ID: "164"
130+
GITLAB_PROJECT_ID: "9715"
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
-F ref=main \
1717
-F variables[CUSTOM_RUN_TAG]=auto \
1818
-F variables[LAYER_NAME]=dotai-eo \
19-
https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline
19+
https://hello.planet.com/code/api/v4/projects/9723/trigger/pipeline

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
image: python:3.9
1+
default:
2+
image: python:3.9
3+
tags:
4+
- sinergise-lju
25

36
stages:
47
- test

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: requirements-txt-fixer
@@ -13,18 +13,18 @@ repos:
1313
- id: debug-statements
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.12.1
16+
rev: 24.4.2
1717
hooks:
1818
- id: black
1919
language_version: python3
2020

2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.1.11"
22+
rev: "v0.4.4"
2323
hooks:
2424
- id: ruff
2525

2626
- repo: https://github.com/nbQA-dev/nbQA
27-
rev: 1.7.1
27+
rev: 1.8.5
2828
hooks:
2929
- id: nbqa-black
3030
- id: nbqa-ruff

.zenodo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
},
210210
{
211211
"id": "101059548"
212+
},
213+
{
214+
"id": "101086461"
212215
}
213216
]
214217
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [Version 1.5.4] - 2024-05-13
2+
3+
- Minor fixes for documentation
4+
5+
16
## [Version 1.5.3] - 2024-01-10
27

38
- Fix `numpy<2` in anticipation of numpy 2.0 release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ See [LICENSE](https://github.com/sentinel-hub/eo-learn/blob/master/LICENSE).
202202

203203
## Acknowledgements
204204

205-
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreements No. 776115, No. 101004112 and No. 101059548.
205+
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreements No. 776115, No. 101004112, No. 101059548 and No. 101086461.

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- sphinx_rtd_theme==1.3.0
1111
- nbsphinx
1212
- jupyter
13-
- sphinx_mdinclude
13+
- sphinx_mdinclude==0.5.4
1414

1515
- ./../.[FULL]

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def get_subclasses(cls):
265265
module = "eolearn"
266266

267267
APIDOC_OPTIONS = ["--module-first", "--separate", "--no-toc", "--templatedir", os.path.join(current_dir, "_templates")]
268-
APIDOC_EXCLUDE = ["graph.py", "eodata_io.py", "eodata_merge.py"]
268+
APIDOC_EXCLUDE = ["graph.py", "eodata_io.py"]
269269

270270
shutil.rmtree(reference_dir, ignore_errors=True)
271271
shutil.copytree(custom_reference_dir, reference_dir)

eolearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Main module of the `eolearn` package."""
22

3-
__version__ = "1.5.3"
3+
__version__ = "1.5.4"
44

55
import importlib.util
66
import warnings

0 commit comments

Comments
 (0)