v3.5.1
v3.5.1 (2025-01-14)
🐞 Bug Fixes
-
restool: improve parameter guessing and copied code formatting (0b33770)
The temperature and center can now be guessed independently.
♻️ Code Refactor
-
plotting: add
literal
option for point label formatting inmark_points_outside
, consistent withmark_points
(db723fd) -
generalize fomatting DataArray to raw HTML (85c735e)
-
analysis.gold: add plot capability to
quick_fit
and deprecate quick_resolution (903450b)Future code shoule use
quick_fit
withplot=True
instead ofquick_resolution
. -
ktool: add work function spinbox (31c5ae8)
-
io.dataloader: adds a
extensions
attribute to data loaders (a819960)Data loaders can now choose to implement an
extensions
attribute that returns a set of file extensions supported by the loader. This reduces the possibility of the user trying to load files with a wrong loader and gives informative error messages. -
io: expose
load_krax
as public API (3508a0a)Adds a new function
erlab.io.utils.load_krax
that can parse MBS deflector maps saved as.krx
.
[main 95508a0] bump: version 3.5.0 → 3.5.1
2 files changed, 2 insertions(+), 2 deletions(-)