Skip to content

Commit

Permalink
Merge pull request #221 from euroargodev/release0.1.12
Browse files Browse the repository at this point in the history
Prepare for "v0.1.12 Bee release 🐝 "
  • Loading branch information
gmaze authored May 16, 2022
2 parents c478b8c + a392589 commit 0c408e9
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 42 deletions.
2 changes: 1 addition & 1 deletion argopy/data_fetchers/localftp_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand Down
2 changes: 1 addition & 1 deletion argopy/data_fetchers/localftp_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand Down
36 changes: 18 additions & 18 deletions ci/requirements/py3.7-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
42 changes: 21 additions & 21 deletions ci/requirements/py3.8-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.github.com/gmaze>`_


v0.1.11 (13 Apr. 2022)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0c408e9

Please sign in to comment.