Changeset 792e6be in sasview
- Timestamp:
- Dec 8, 2015 11:19:34 AM (9 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- db46d13, b699768
- Parents:
- 1c2bf90
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
rf4c0513 r792e6be 60 60 # 61 61 # The short X.Y version. 62 version = '3.1. 0'62 version = '3.1.2' 63 63 # The full version, including alpha/beta/rc tags. 64 release = '3.1. 0'64 release = '3.1.2' 65 65 66 66 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview.latestversion
r9533593 r792e6be 1 3.1. 11 3.1.2 -
sasview/README.txt
r40c69b3 r792e6be 4 4 1- Features 5 5 =========== 6 7 - New in Version 3.1.2 8 -------------------- 9 This release is a major stability improvement, having fixed a serious bug 10 that came to light since release 3.1.1. All users should upgrade. 11 12 - Fixes bug #468 broken remove constraint buttons in 13 simultaneous/constrained fitting panel 14 - Fixes bug #474 resulting from changes in 3.1.1 that had 15 introduced an error in the high-Q of slit-smeared models. 16 - Fixes bug #478 which would cause wx to run out of IDs and result 17 in SasView crashing even if left alone. 18 - Fixes bug #479 missing help button on simultaneous/constrained fit page 19 - Fixes bug #480 GUI resizing issues on simultaneous fit page 20 - Fixes bug #486 broken Report Results 21 - Fixes bug #488 redraw issues in fit page 22 23 6 24 7 25 - New in Version 3.1.1 -
sasview/__init__.py
r9533593 r792e6be 1 __version__ = "3.1. 1"1 __version__ = "3.1.2" 2 2 __build__ = "1"
Note: See TracChangeset
for help on using the changeset viewer.