From 0b6ec90402f35e875634854cafe009bccf4a8f16 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Mon, 16 May 2022 09:54:37 +0200 Subject: [PATCH 1/4] Update whats-new.rst --- docs/whats-new.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 5198d093..8df6c3f4 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -7,6 +7,14 @@ What's New |pypi dwn| |conda dwn| +v0.1.12 (16 May 2022) +---------------------- + +**Internals** + +- Update ``erddap`` server from https://www.ifremer.fr/erddap to https://erddap.ifremer.fr/erddap. (:commit:`af5692f9f7b236c5cd62c202252074cccec97c34`) by `G. Maze `_ + + v0.1.11 (13 Apr. 2022) ---------------------- From 38c30e497a24d4db149e193294fd19b59a0871e2 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Mon, 16 May 2022 10:04:38 +0200 Subject: [PATCH 2/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4a1c60a..476e20e8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name='argopy', - version='0.1.11', + version='0.1.12', author="argopy Developers", author_email="gmaze@ifremer.fr", description="A python library for Argo data beginners and experts", From 330b45af4bf5bdc9c47391bd859211cb4fc990a7 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Mon, 16 May 2022 11:24:35 +0200 Subject: [PATCH 3/4] Update pinned env --- ci/requirements/py3.7-all-pinned.yml | 36 ++++++++++++------------ ci/requirements/py3.8-all-pinned.yml | 42 ++++++++++++++-------------- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/ci/requirements/py3.7-all-pinned.yml b/ci/requirements/py3.7-all-pinned.yml index 991ac4b8..94afcb35 100644 --- a/ci/requirements/py3.7-all-pinned.yml +++ b/ci/requirements/py3.7-all-pinned.yml @@ -3,38 +3,38 @@ channels: - conda-forge dependencies: - python=3.7 - - xarray=0.20.2 - - scipy=1.7.3 - - netcdf4=1.5.8 - - scikit-learn=1.0.2 - - erddapy=1.2.0 - - fsspec=2022.02.0 - aiohttp=3.8.1 + - erddapy=1.2.1 + - fsspec=2022.3.0 + - netcdf4=1.5.8 - packaging=21.3 + - scipy=1.7.3 + - scikit-learn=1.0.2 - toolz=0.11.2 + - xarray=0.20.2 - dask=2022.02.0 - - gsw=3.4.0 - - pyarrow=4.0.1 - - tqdm=4.63.0 - distributed=2022.02.0 + - gsw=3.4.0 + - pyarrow=8.0.0 + - tqdm=4.64.0 - - matplotlib=3.5.1 + - ipython=7.33.0 - cartopy=0.20.2 + - ipykernel=6.13.0 + - ipywidgets=7.7.0 + - matplotlib=3.5.2 - seaborn=0.11.2 - - ipython=7.32.0 - - ipywidgets=7.6.5 - - ipykernel=6.9.1 - - zarr=2.11.0 - bottleneck=1.3.4 - - cftime=1.5.2 - cfgrib=0.9.10 - - numpy=1.21.5 + - cftime=1.6.0 + - numpy=1.21.6 - pandas=1.3.5 + - zarr=2.11.3 - - pip=22.0.3 - - pytest=7.0.1 + - pip=22.1 + - pytest=7.1.2 - setuptools=59.8.0 - black=22.1.0 - flake8=4.0.1 diff --git a/ci/requirements/py3.8-all-pinned.yml b/ci/requirements/py3.8-all-pinned.yml index 32ee5783..4a55941c 100644 --- a/ci/requirements/py3.8-all-pinned.yml +++ b/ci/requirements/py3.8-all-pinned.yml @@ -3,39 +3,39 @@ channels: - conda-forge dependencies: - python=3.8 - - xarray=2022.3.0 - - scipy=1.8.0 - - netcdf4=1.5.8 - - scikit-learn=1.0.2 - - erddapy=1.2.0 - - fsspec=2022.02.0 - aiohttp=3.8.1 + - erddapy=1.2.1 + - fsspec=2022.3.0 + - netcdf4=1.5.8 - packaging=21.3 + - scipy=1.8.0 + - scikit-learn=1.1.0 - toolz=0.11.2 + - xarray=2022.3.0 - - dask=2022.02.1 + - dask=2022.05.0 + - distributed=2022.5.0 - gsw=3.4.0 - - pyarrow=4.0.1 - - tqdm=4.63.0 - - distributed=2022.2.1 + - pyarrow=8.0.0 + - tqdm=4.64.0 - - matplotlib=3.5.1 + - ipython=8.3.0 - cartopy=0.20.2 + - ipykernel=6.13.0 + - ipywidgets=7.7.0 + - matplotlib=3.5.1 - seaborn=0.11.2 - - ipython=8.0.1 - - ipywidgets=7.6.5 - - ipykernel=6.9.1 - - zarr=2.11.0 - bottleneck=1.3.4 - - cftime=1.5.2 - cfgrib=0.9.10 - - numpy=1.22.2 - - pandas=1.4.1 + - cftime=1.6.0 + - numpy=1.22.3 + - pandas=1.4.2 + - zarr=2.11.3 - - pip=22.0.3 - - pytest=7.0.1 - - setuptools=59.8.0 + - pip=22.1 + - pytest=7.1.2 + - setuptools=62.2.0 - black=22.1.0 - flake8=4.0.1 - pytest-cov=3.0.0 From a3925890d29d59be1e95b8d781a6d6b110e28fa3 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Mon, 16 May 2022 13:45:55 +0200 Subject: [PATCH 4/4] upgrade localftp deprec version --- argopy/data_fetchers/localftp_data.py | 2 +- argopy/data_fetchers/localftp_index.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argopy/data_fetchers/localftp_data.py b/argopy/data_fetchers/localftp_data.py index 101588c4..d695716f 100644 --- a/argopy/data_fetchers/localftp_data.py +++ b/argopy/data_fetchers/localftp_data.py @@ -58,7 +58,7 @@ def init(self, *args, **kwargs): ### # Methods that must not change ### - @deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.11") + @deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.12") def __init__( self, local_ftp: str = "", diff --git a/argopy/data_fetchers/localftp_index.py b/argopy/data_fetchers/localftp_index.py index c3e4c36c..6f928537 100644 --- a/argopy/data_fetchers/localftp_index.py +++ b/argopy/data_fetchers/localftp_index.py @@ -72,7 +72,7 @@ def filter_index(self): """ return self.fcls - @deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.11") + @deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.12") def __init__(self, local_ftp: str = "", ds: str = "",