From 07b0c964d7b3a94ab1dcbeaa1e11b7eaa07f974a Mon Sep 17 00:00:00 2001 From: MacPingu Date: Wed, 24 Feb 2021 17:45:15 +0100 Subject: [PATCH] Release 0.3.1 (#49) * update requirements * update changes --- HISTORY.rst | 9 +++++++++ environment.yml | 2 +- requirements.txt | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 528c5fe..81e9389 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ Version History =============== +v0.3.1 (2021-02-24) +------------------- + +Changes +^^^^^^^ + +* Updated notebooks (#45, #46, #47, #48). +* Updated requirements (birdy>=0.7.0). + v0.3.0 (2020-12-18) ------------------- diff --git a/environment.yml b/environment.yml index 61a6b38..baf946c 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: # - pip #- openssl - - birdy + - birdy>=0.7.0 - beautifulsoup4 # open xarray results - netcdf4 diff --git a/requirements.txt b/requirements.txt index 1281c5e..4450a28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Click>=6.0 -birdhouse-birdy>=0.6.9 +birdhouse-birdy>=0.7.0 netCDF4>=1.5 -xarray>=0.15 +xarray>=0.16 beautifulsoup4>=4.9.1 pymetalink>=6.2