Skip to content

Commit

Permalink
Merge pull request #12 from mathause/update_to_v0.10.0
Browse files Browse the repository at this point in the history
update to v0.10.0
  • Loading branch information
mathause authored May 31, 2023
2 parents 78ca59b + e91210d commit b7fae5b
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 39 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 22 additions & 8 deletions LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 39 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.9.0" %}
{% set version = "0.10.0" %}

package:
name: regionmask
version: {{ version }}

source:
url: https://pypi.io/packages/source/r/regionmask/regionmask-{{ version }}.tar.gz
sha256: 8da1b6359756241867c4e967097810ef86b9dff4e06d11ca648fe1d607e9cf14
sha256: 6e951ad3513234d1fbd9ed2bfe71b4fd8b088d3fd270606251692854976a3a6b

build:
number: 0
Expand All @@ -15,28 +15,34 @@ build:

requirements:
host:
- python >=3.6
- python >=3.7
- pip
- setuptools_scm

run:
- python >=3.6
- geopandas >=0.6
- python >=3.7
- geopandas >=0.7
- numpy >=1.17
- packaging >=20.0
- pooch >=1.0
- rasterio >=1.0
- packaging >=21.3
- pooch >=1.2
- rasterio >=1.1
- setuptools >=40.4
- shapely >=1.6
- shapely >=1.7
- xarray >=0.15

run_constrained:
- cartopy >=0.17
- matplotlib >=3.2

test:
imports:
- regionmask
- regionmask.core
- regionmask.defined_regions
requires:
- pytest
- pip
commands:
- pip check

about:
home: https://github.com/regionmask/regionmask
Expand Down

0 comments on commit b7fae5b

Please sign in to comment.