From 98ba0bf0cd605f7ed11ffee3657c863d54605dba Mon Sep 17 00:00:00 2001 From: Frank Schultz Date: Sat, 11 Oct 2025 16:50:38 +0200 Subject: [PATCH] Release 0.6.3rc1 --- NEWS.rst | 11 +++++++++++ sfs/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 0a1d06d2..1736edbf 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,17 @@ Version History =============== +Version 0.6.3 (2025-10-11): + * Drop support for numpy 1.x + * Register the colormaps ``cividis``, ``inferno``, ``magma``, ``plasma``, + ``viridis``, ``RdBu``, ``coolwarm`` and their reversed versions as ``*_clip``, + e.g. ``viridis_r_clip``, with a dedicated max/min value color clipping + * Use ``viridis_clip`` colormap as default for `sfs.plot2d.level()` + * Use ``coolwarm_clip`` colormap as default for `sfs.plot2d.amplitude()` + * Level contour plot via `sfs.plot2d.level_contour()` + * Add Jupyter notebook for + `2.5D WFS referencing scheme `__ examples + Version 0.6.2 (2021-06-05): * build doc fix, use sphinx4, mathjax2, html_css_files diff --git a/sfs/__init__.py b/sfs/__init__.py index 6e3d57c5..a4367202 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -16,7 +16,7 @@ util """ -__version__ = "0.6.2" +__version__ = "0.6.3" class default: