SasView 4.2.2
(Mac Users: please ensure you have the Xcode command line tools installed before installing SasView; get it from the App Store)
(Windows users: Windows installer is now signed so should not give warnings about installing from an unknown source)
We recommend that you avoid using installation folder paths which contain spaces, non-Latin characters or characters not available on a standard keyboard.
New in Version 4.2.2
This release fixes the known issues reported in 4.2.1: the inability to read in project files due to the fixes (changes) in the NXcanSAS reader, and the fact that the 2D resolution was only being applied to one quadrant.
Resolved Issues
Fixes sasview # 1269: Problem reopening saved project .svs file
Fixes sasview # 1074: Resolution smearing is only applied to positive Qx and Qy in 2D
Known Issues
All the known bugs/feature requests can be found in the issues on github. Note the sasmodels issues are now separate from the sasview issues (i.e. different repositories)
sasview
sasmodels
A problem has been identified in Version 4.2.2 which also affects versions 5.0.0 and 5.0.1. The Easy Sum|Multi Editor dialog should not be used to combine a plugin model with a built-in model, or to combine two plugin models. The operation will appear to work in 4.2.x but may generate a faulty plugin model. If it is necessary to generate a plugin model from more than two built-in models, please edit the plugin model .py file directly and specify the combination of built-in models directly. For example:
from sasmodels.core import load_model_info
from sasmodels.sasview_model import make_model_from_info
model_info = load_model_info('power_law + fractal + gaussian_peak + gaussian_peak')
model_info.name = 'MyBigPluginModel'
model_info.description = 'For fitting pores in crystalline framework'
Model = make_model_from_info(model_info)
Moreover the issues with older plugins noted in 4.2.0 release notes remain valid.
Acknowledgement and citation
If you publish work making use of SasView 4.2,2 please include the following text:
This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.
SasView 4.2.2 can be cited as :
M. Doucet, et al. SasView Version 4.2.2 http://doi.org/10.5281/zenodo.2652478
Bug Reporting
Please support the project by reporting bugs that you find to help@sasview.org
All the known bugs/feature requests can be found in the issues on github. Note the sasmodels issues are now separate from the sasview issues (i.e. different repositories)
sasview
sasmodels
Regular developer builds are also available from https://jenkins.esss.dk/sasview/ if you wish to test the very latest (most likely unstable) versions of SasView.