Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metpy v0.12.2 #41

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

85 changes: 0 additions & 85 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion .gitattributes

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

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

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

16 changes: 13 additions & 3 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion LICENSE.txt

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

2 changes: 1 addition & 1 deletion README.md

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

3 changes: 0 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
appveyor:
secure: {BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1}
compiler_stack: comp7
max_py_ver: '37'
max_r_ver: '35'
travis:
secure: {BINSTAR_TOKEN: gCydVXHgGeRPwrZ24KgFLc+eJwNGMr+0zPAbWKpRPePG5OwaZamnBPogcC43i6OjtcCJTKcheAZgoDwzmMGDJseJ9rF0anrwy+wU32o8Qk2PbAZXaxSEcwLK+MHKZk3qn1j/NMNDQqMIQd9g57lzeVWRsQ9MiOO7Zg1G7T5REWqaeoYHY9m50TfD0/9NpRTL9UqId2hI57F4ZMJynAkhJgQlrfjCeDLBuf8M5USjk2dnegahO5/ZxZljo5gvTLoLJdH8eErsJYCAUc1724iJuS9ODmYfPru6ypUDnC8qKEvkfDEGK/1uk6p9xq5qA5p4Q3N16cVrgET+CsByRDKiB0jDWI12U8PSSa7t8+DF/IukKa04Vm38cjuG7GHfajKa3ob0IcDwv5DuCoJymbhykNw6zNaek4Lj7d/0IBfgrkGnh5VYbbW73rnpjTsuyVEqGFhYUGGWShEZKslw9mq7UxztzhEVplDQG08di0zqQb18OxPAHlnp/t76VRSPz+lvoZvggO0eobqMVMdF/E1Fmb/A4C+8QLx4zK+FZaS513icWQgeZdR27L20hXtJbqNaIPjyPUV+vdvDb2QdnVgtGU0s1Y9PQ1FfL9bPqw+2ixMX9gJhpMZg3gB8yN7h38C+ZoTyNuXpSDdLVDTy0ebMA8FPCKOw9ixZCSEgYLDOyY4=}
provider:
Expand Down
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "MetPy" %}
{% set version = "0.12.1" %}
{% set version = "0.12.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2031007f12748c3aedad85694f71ffb3caf9933b72b5a330b59ea454285d0f50
sha256: 54993d3a9b7f9986d64cc9783ad6947b1d95e3877bc99fa368c3bb1d6f381282

build:
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
number: 0

requirements:
host:
Expand Down Expand Up @@ -47,7 +47,7 @@ about:
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: 'MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.'
summary: MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
description: |
The space MetPy aims for is GEMPAK (and maybe NCL)-like functionality,
in a way that plugs easily into the existing scientific Python ecosystem
Expand Down