Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/euroargodev/argopy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Jul 27, 2023
2 parents c88d9e2 + 3695a74 commit 6c747c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ What's New
|pypi dwn| |conda dwn|


Coming up in the next release
-----------------------------
v0.1.14rc2 (27 Jul. 2023)
-------------------------

**Features and front-end API**

Expand Down Expand Up @@ -74,6 +74,14 @@ Check out the new documentation page for :ref:`data-set`. (:pr:`278`) by `G. Maz

- :class:`argopy.ArgoColors` colormap for Argo Data-Mode has now a fourth value to account for a white space FillValue.

- New quick and dirty plot method :func:`plot.plot.scatter_plot`

- Refactor pickle files in argopy/assets as json files in argopy/static/assets

- Refactor list of variables by data types used in :func:`utilities.cast_Argo_variable_type` into assets json files in argopy/static/assets

- Change of behaviour: when setting the cachedir option, path it's not tested for existence but for being writable, and is created if doesn't exists (but seems to break CI upstream in Windows)

- And misc. bug and warning fixes all over the code.

**Breaking changes**
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.14rc1",
version="0.1.14rc2",
author="argopy Developers",
author_email="gmaze@ifremer.fr",
description="A python library for Argo data beginners and experts",
Expand Down

0 comments on commit 6c747c4

Please sign in to comment.