Skip to content

Commit

Permalink
updated changelog, version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 26, 2018
1 parent 65dfdd1 commit d60d118
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions gui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@

CHANGESTEXT = (u"""
Changes in v1.3.1:
- Bugfix for high aspect ratio cylinders
- Fix for alignment problems of bars in the histograms
- Updated the isotropically scattering cylinder model to use the
(faster) SASfit equation
- Added switch for limiting background values to positive values only.
- Switched to trapezoidal smearing by default
- Plotting fixed for incomplete input data
- Fixed syntax error in experimental NXcanSASFile
- Bugfix for 'could not plot background' on Windows
- Change extension of archive to hdf5 to make it understood by
receiving programs (Dawn, Origin)
Changes in v1.3:
- Adjustable rebinning method for input data prior to fit process
- Optional lower and/or upper clipping of input data
Expand Down
2 changes: 1 addition & 1 deletion gui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

version = QAppVersion(
programName = "McSAS",
versionNumber = "1.3",
versionNumber = "1.3.1",
organizationName = "BAM",
defaultSettings = dict(
geometry = "AdnQywABAAAAAAIyAAAA+gAABG8AAANMAAACMwAAARIAAARuAAADSwAAAAAAAA==")
Expand Down

0 comments on commit d60d118

Please sign in to comment.