diff --git a/NEWS.rst b/NEWS.rst index 0a1d06d..1736edb 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 6e3d57c..a436720 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -16,7 +16,7 @@ util """ -__version__ = "0.6.2" +__version__ = "0.6.3" class default: