From a5ff72f604d97e031b5b4648efe2491bf7812528 Mon Sep 17 00:00:00 2001 From: Mathilde Leuridan Date: Wed, 21 Jun 2023 11:01:25 +0200 Subject: [PATCH 1/2] change project name --- .github/workflows/ci.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46dc2369..9d0b2d82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: # Trigger the workflow on push to master or develop, except tag creation push: branches: - - 'master' + - 'main' - 'develop' # Trigger the workflow on pull request diff --git a/setup.py b/setup.py index b614485a..3decfd37 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( - name="polytope", + name="polytope-python", version=__version__, description="Polytope datacube feature extraction library", url="https://github.com/ecmwf/polytope", From e2fbfa9c5b01b67eabed816bb53a8630e894a76e Mon Sep 17 00:00:00 2001 From: Mathilde Leuridan Date: Thu, 22 Jun 2023 10:01:53 +0200 Subject: [PATCH 2/2] fix link to paper --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b2ac63de..892388bc 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ The Polytope algorithm can for example be used to extract: - and many more high-dimensional shapes in arbitrary dimensions... -For more information about the Polytope algorithm, refer to our [paper] (https://arxiv.org/abs/2306.11553). +For more information about the Polytope algorithm, refer to our [paper](https://arxiv.org/abs/2306.11553). If this project is useful for your work, please consider citing this paper. ## Installation