Skip to content

SasView 6.1.1

Choose a tag to compare

@krzywon krzywon released this 30 Sep 17:48

New in Version 6.1.1

This is a minor bug fix release of SasView. It is built with Sasmodels v1.0.11, Sasdata v0.11.0, and Bumps v1.0.2

What's Changed

Bug Fixes

  • Fix the magnetic fitting widget functionality by @rozyczko in #3581
  • Fix for PD plotting by @krzywon in #3505
  • Ensure plugin models are removed from the original user directory when moved by @krzywon in #3538
  • Fix new version available widget on non-Windows systems by @jamescrake-merani in #3552
  • Overide Qdialog closeEvent method to force kill(x) button to behave like the close button by @butlerpd in #3465
  • Move the example data to the user directory and clean up by @krzywon in #3535
  • Ensure the example data directory is in the same location as the tutorial says it is by @krzywon in #3585
  • Clear the calculated values in the Inversion perspective when a lone data entry is removed by @DrPaulSharp in #3567
  • Enable batch slicing to P(r) inversion by @dehoni and @jamescrake-merani in #3512
  • Various fixes to batch P(r) by @jamescrake-merani in #3563
  • Ensure the external libausaxs is downloaded when building installers by @klytje in #3554

Documentation Fixes

Python Cleanup and Code Formatting (Linting) Changes

Infrastructure Changes

  • Fixes fatal access violation in Windows tests by @DrPaulSharp in #3497
  • Disable dependabot for python dependency checks - Disable Dependabot by @krzywon in #3517
  • Stop new version dialogue from appearing in test by @llimeht in #3364
  • Speed up CI with faster python module installation with uv by @llimeht in #3351
  • Update tarball name in nightly flow to match CI.yml by @llimeht in #3334
  • Clean out nightly files by @llimeht in #3337
  • Suppress signature errors when CI run on PRs from forks by @llimeht in #3355
  • Publish wheels along side other installers in nightly-builds action by @llimeht in #3335
  • Specify a requirement of at least Python 3.11 in the pyproject.toml by @jamescrake-merani in #3508
  • Use requirements-dev.txt instead of list of dependencies by @krzywon in #3515
  • Fix Invariant Test Warnings by @krzywon in #3509

Flatpak Release

Flatpak users can download the SasView flatpak from flathub: https://flathub.org/apps/org.sasview.sasview.

Wheel

SasView is now available to install via the pip package manager. You can install it to an environment with the command:

pip install sasview

Alternatively, you can use the uv tool to run SasView with the following command:

uvx sasview

This will automatically create a virtual environment, install SasView to it, and run SasView.

Known Issues

Neither the Add/Multiply Editor or the Plugin Model functionality are working in SasView 6.1.1. We would like to apologise for any inconvenience and are urgently working to rectify these deficiencies. In the meantime, if you need to create a model with Add/Multiply please install SasView 6.1.0. If you have an existing plugin, or have downloaded a model from the Marketplace and wish to use it in SasView 6.1.1, copy the relevant .py/.c files to the \sasmodels\models sub-folder in your SasView installation folder and restart the program.

All known bugs and feature requests can be found in the issues on github.

sasview issues | sasmodels issues | sasdata issues

New Contributors

Full Changelog: v6.1.0...v6.1.1