You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various small changes fixing aspects of plotting with regards to DPI and axis scales. Dependencies are updated and improved and igor2 instead of the unmaintained igor is now used for loading .ibw. Linting is improved and considerably faster in the pre-commit pipeline courtesy with ruff rather than flake8 and introducing pydocstyle linting.
Importantly scar removal is now disabled by default, its a time consuming step and should only be enable if you know you have scars in your scans that you want removing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Various small changes fixing aspects of plotting with regards to DPI and axis scales. Dependencies are updated and improved and
igor2
instead of the unmaintainedigor
is now used for loading.ibw
. Linting is improved and considerably faster in thepre-commit
pipeline courtesy withruff
rather thanflake8
and introducingpydocstyle
linting.Importantly scar removal is now disabled by default, its a time consuming step and should only be enable if you know you have scars in your scans that you want removing.
What's Changed
.ibw
files which allows unpinning of numpy dependency Switch to igor2 for .ibw and unpeg NumPy #685flake8
(ruff
covers the same issues) by @ns-rse in Adding Ruff and pydocstyle to pre-commit #670default_config
toplotting_dictionary
Full Changelog: v2.1.1...v2.1.2
This discussion was created from the release v2.1.2.
Beta Was this translation helpful? Give feedback.
All reactions