From 1371625cdba6ad85493353c51c9413b7d02f52b6 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 4 Sep 2024 10:12:43 +0200 Subject: [PATCH] Update whats-new.rst --- docs/whats-new.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 12390085..5bda039f 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -11,6 +11,11 @@ What's New Coming up next -------------- +Features and front-end API +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Introduces deprecation warnings for the upcoming major release v1.0.0. + Internals ^^^^^^^^^ @@ -19,7 +24,6 @@ Internals - Improve error and warning messages from mocked http server to address :issue:`381` (:pr:`382`) by `G. Maze `_ - v0.1.16 (27 Aug. 2024) ---------------------- @@ -71,6 +75,7 @@ Breaking changes - Drop support for erddapy < v0.8.0 (:pr:`344`) by `G. Maze `_. + v0.1.15 (12 Dec. 2023) ---------------------- @@ -79,6 +84,7 @@ Internals - Fix bug whereby user name could not be retrieved using :func:`getpass.getuser`. This closes :issue:`310` and allows argopy to be integrated into the EU Galaxy tools for `ecology `_. (:pr:`311`) by `G. Maze `_. + v0.1.14 (29 Sep. 2023) ---------------------- @@ -336,6 +342,7 @@ Breaking changes - Some documentation pages may have moved to new urls. + v0.1.14rc1 (31 May 2023) ------------------------ @@ -622,6 +629,7 @@ Internals - Update and clean up requirements. Remove upper bound on all dependencies (:pr:`182`) by `R. Abernathey `_. + v0.1.9 (19 Jan. 2022) --------------------- @@ -791,6 +799,7 @@ Internals handlers=[logging.FileHandler("argopy.log", mode='w')] ) + v0.1.7 (4 Jan. 2021) ----------------------- @@ -927,6 +936,7 @@ Internals - Erddap fetcher now uses netcdf format to retrieve data (:pr:`19`). + v0.1.3 (15 May 2020) -------------------- @@ -976,11 +986,13 @@ Internals - Improved unit testing (:commit:`e9555d1e6e90d3d1e75183cec0c4e14f7f19c17c`, :commit:`4b60ede844e37df86b32e4e2a2008335472a8cc1`, :commit:`34abf4913cb8bec027f88301c5504ebe594b3eae`) + v0.1.2 (15 May 2020) -------------------- We didn't like this one this morning, so we move one to the next one ! + v0.1.1 (3 Apr. 2020) ---------------------