Skip to content

Commit 98ba0bf

Browse files
committed
Release 0.6.3rc1
1 parent 83c5934 commit 98ba0bf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Version History
22
===============
33

44

5+
Version 0.6.3 (2025-10-11):
6+
* Drop support for numpy 1.x
7+
* Register the colormaps ``cividis``, ``inferno``, ``magma``, ``plasma``,
8+
``viridis``, ``RdBu``, ``coolwarm`` and their reversed versions as ``*_clip``,
9+
e.g. ``viridis_r_clip``, with a dedicated max/min value color clipping
10+
* Use ``viridis_clip`` colormap as default for `sfs.plot2d.level()`
11+
* Use ``coolwarm_clip`` colormap as default for `sfs.plot2d.amplitude()`
12+
* Level contour plot via `sfs.plot2d.level_contour()`
13+
* Add Jupyter notebook for
14+
`2.5D WFS referencing scheme <examples/wfs-referencing.ipynb>`__ examples
15+
516
Version 0.6.2 (2021-06-05):
617
* build doc fix, use sphinx4, mathjax2, html_css_files
718

sfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
util
1717
1818
"""
19-
__version__ = "0.6.2"
19+
__version__ = "0.6.3"
2020

2121

2222
class default:

0 commit comments

Comments
 (0)