From 3389289a7e1fc63258e3144e725129911df04914 Mon Sep 17 00:00:00 2001 From: brey Date: Mon, 26 Apr 2021 16:02:58 +0200 Subject: [PATCH 1/3] Fix links and Update README.md --- README.md | 2 +- Tutorial/README.md | 2 +- conda.recipe/meta.yaml | 4 ++-- mkdocs.yml | 2 +- pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8084261a..d4b0198f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Framework for Sea Level Hydrodynamic simulations ================================================ -[![Documentation Status](https://readthedocs.org/projects/pyposeidon/badge/?version=latest)](https://pyposeidon.readthedocs.io/en/latest/?badge=latest) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/brey/pyPoseidon) ![CI](https://github.com/brey/pyPoseidon/actions/workflows/conda_and_nested_venv.yml/badge.svg) ![CI](https://github.com/brey/pyPoseidon/actions/workflows/conda.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/brey/pyPoseidon/master?urlpath=%2Flab) +[![Documentation Status](https://readthedocs.org/projects/pyposeidon/badge/?version=latest)](https://pyposeidon.readthedocs.io/en/latest/?badge=latest) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/ec-jrc/pyPoseidon) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/conda_and_nested_venv.yml/badge.svg) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/conda.yml/badge.svg) ![CI](https://github.com/ec-jrc/pyPoseidon/actions/workflows/code_quality.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ec-jrc/pyPoseidon/master?urlpath=%2Flab) This is a development project utilising multiple solvers (currently DELFT3D & SCHISM) for simulating sea level height (currently only storm surge). The purpose is to create a simple, portable and transparent way of setting up, running and analysing hydrodynamic computations through python scripts and Jupyter Notebooks (http://jupyter.org). See Notebooks in Tutorial/ for relevant prototypes. diff --git a/Tutorial/README.md b/Tutorial/README.md index 990b2537..d924c9b1 100644 --- a/Tutorial/README.md +++ b/Tutorial/README.md @@ -1,6 +1,6 @@ This is a tutorial on the functionality of pyposeidon. You can follow it locally by having Jupyter, pyposeidon and the solvers installed. See the [docs](https://pyposeidon.readthedocs.io/en/latest/10_installation.html) for more info. -Alternatively you can use [binder](https://mybinder.org/v2/gh/brey/pyposeidon/master?urlpath=%2Flab). +Alternatively you can use [binder](https://mybinder.org/v2/gh/ec-jrc/pyposeidon/master?urlpath=%2Flab). It is suggested to follow a proposed sequence of review. diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 1a5679f2..3a968d42 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -44,7 +44,7 @@ test: - pyposeidon about: - home: https://github.com/brey/pyposeidon + home: https://github.com/ec-jrc/pyposeidon license: EUPL-1.2 license_file: LICENSE summary: 'Framework for Hydrodynamic simulations' @@ -56,7 +56,7 @@ about: pre/post processing utilizing popular packages such as xarray, pandas, geopandas etc. doc_url: https://pyposeidon.readthedocs.io/ - dev_url: https://github.com/brey/pyPoseidon + dev_url: https://github.com/ec-jrc/pyPoseidon extra: recipe-maintainers: diff --git a/mkdocs.yml b/mkdocs.yml index 401193af..b91f012d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: "pyPoseidon" use_directory_urls: false -repo_url: "https://github.com/brey/pyPoseidon" +repo_url: "https://github.com/ec-jrc/pyPoseidon" theme: name: "material" diff --git a/pyproject.toml b/pyproject.toml index 74786871..320665e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ "Panos Mavrogiorgos " ] readme = "README.md" -homepage = "https://github.com/brey/pyposeidon" +homepage = "https://github.com/ec-jrc/pyposeidon" keywords = [ "Hydrodynamic", "Sea", From c857689eda79bc2ce29cf3cbf87cb50dd8472918 Mon Sep 17 00:00:00 2001 From: brey Date: Mon, 26 Apr 2021 16:20:32 +0200 Subject: [PATCH 2/3] CI: pin black version --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 4e64c049..48bbb9d6 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -18,7 +18,7 @@ jobs: python-version: 3.8 - name: "Install Python dependencies" - run: "pip install black" + run: "pip install black==20.8b1" - name: "Run linters" run: "black --check ./" From 4ce2c308ab49a4e43afb7dc4bba97058c97987f9 Mon Sep 17 00:00:00 2001 From: brey Date: Mon, 26 Apr 2021 16:32:33 +0200 Subject: [PATCH 3/3] conda: add maintainer --- conda.recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 3a968d42..8b814036 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -61,3 +61,4 @@ about: extra: recipe-maintainers: - brey + - pmav99