source: sasview/sansview/releases_notes.txt @ 4356634

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 4356634 was 4356634, checked in by Jae Cho <jhjcho@…>, 13 years ago

preparing bug-fix release

  • Property mode set to 100644
File size: 6.5 KB
Line 
1Release Notes
2=============
3
4SansView 1.9.1
5
6Package name: None
71- version 1.9.1 : bug-fix release
8
9        - Release date: 06/22/2011
10        - MAC: Fixed some causes of crashing during fitting
11        - Pr Inversion: Fixed a missing Rg output
12        - Startup Setting: fixed a problem with DataExplorer ON/OFF
13        - Fixed a bug w/ 2D color map dialog
14        - Minor feature added: Enable to load a data folder from the command line
15       
16        -version 1.9.0
17       
18        - Much easier graphical user interface
19        - Optimized for the speed and accuracy of the computation
20        - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels
21        - Added Data Explorer to manage, plot, delete, or setup for computation
22        - Added Instrumental resolution estimator (as a Tool)
23        - Customizable Startup appearance
24        - More functionalities on plot panels
25        - Combined Modeling and Fitting
26        - Save/open a SansView project or SansView analysis (subproject)
27        - Start the SansView application from a data file by double-clicking or command line
28        - Easy manipulation of data and plot
29        - Provides Normalized residual plot
30        - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc.
31        - Report
32        - 2D masked circular averaging
33        - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular
34        - More Help
35        - etc
36
37       
38        - Version 1.3
39       
40        - Improved the speed of loading 2D data.
41        - Improved the speed of P*S calculations.
42        - Added 2D smearing calculation for dQx and dQy given along the x-y axes.
43        - MAC release
44        - Implemented the invariant, volume fraction, and specific surface area computation.
45        - Implemented the scattering length density calculator.
46        - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data
47        - Capable of Mask enhanced 2D calculation and fitting.
48        - Added a 2D mask data editor.
49        - Added inputs for the slit and pinhole resolution.
50        - Added a slit size calculator.
51        - Support more format options to save a graph.
52        - Enable to display multiple data sets in one graph by loading a data into the graph.
53        - Added a tool bar in a plot panel.
54       
55        - Previous Versions
56       
57        - Implemented P(r) inversion (Indirect Fourier transformations).
58        - Improved fitting and model calculation speed by a factor of ten.
59        - Supporting many more model functions.
60        - Supporting P(Q)*S(Q) for most of the shape based form factors.
61        - Added more distribution functions for the polydispersion calculations.
62        - Added a bookmark feature so that the results of the calculation can be recalled later.
63        - Q range reset button is added.
64        - Added a color bar in 2D data plots.
65        - Added a model function detail button for an easy access to the model help from the fitting panel.
66        - Simultaneous fit of a number of different sets of data with/without the constraints.
67        - Loading and displaying 1D and 2D data of various formats.
68        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.
69        - 2D data manipulation and modeling.
70        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 
71        - Plug-in mechanism for data readers.
72        - Easy pop-up menu by mouse clicking on a given plot.
73        - Users arrange the various windows.
74        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 
75        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 
76        - The user can toggle between a number of different scales on all plots.
77        - Support saving data in the formats of ASCII and xml.
78
79
802- Downloading and Installing
81       
82        *** Note: If you have EXE or ZIP SansView installer, you don't need any of the below. This is for installing the SansView from the source.
83       
84        2.1- System Requirements:
85                - Python version >= 2.5 and < 3.0 should be running on the system
86                - We uses Python2.5.4 for WIN, and Python2.6.3 for MAC
87
88        2.2- Installing:
89                - Get the code from svn://danse.us/sans/releases/sansview-1.9.1
90                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.9' folder)
91                - This application is also dependent on the following DANSE code:
92                        svn://danse.us/sans/releases/calculator-0.9.1 (run 'python setup.py install' under the 'calculator-0.9' folder)
93                        svn://danse.us/sans/releases/calculatorview-0.9 (run 'python setup.py install' under the 'calculatorview-0.9' folder)
94                        svn://danse.us/sans/releases/Invariant-0.9.1 (run 'python setup.py install' under the 'Invariant-0.9' folder)
95                        svn://danse.us/sans/releases/invariantview-0.9 (run 'python setup.py install' under the 'invariantview-0.1.1' folder)
96                        svn://danse.us/sans/releases/guiframe-0.9.1 (run 'python setup.py install' under the 'guiframe-0.9' folder)
97                        svn://danse.us/sans/releases/DataLoader-0.9 (run 'python setup.py install' under the 'DataLoader-0.9' folder)
98                        svn://danse.us/sans/releases/park_integration-0.9.1 (run 'python setup.py install' under the 'park_integration-0.9' folder)
99                        svn://danse.us/sans/releases/sansmodels-0.9.1 (run 'python setup.py install' under the 'sansmodels-0.9\src\' folder)
100                        svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder)
101                svn://danse.us/common/releases/plottools-0.9.1 (run 'python setup.py install'under the 'plottools-0.9\trunk\' folder)
102                svn://danse.us/common/releases/util-0.9.1 (run 'python setup.py install'under the 'util-0.1.5' folder)
103                svn://danse.us/sans/releases/pr_inversion-0.9 (run 'python setup.py install'under the 'pr_inversion-0.9' folder)
104                svn://danse.us/sans/releases/prview-0.9.1 (run 'python setup.py install'under the 'prview-0.9' folder)
105                - The following modules are required:
106                        * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC)
107                        * numpy = 1.4.1
108                        * scipy >= 0.7.2
109                        * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC)
110                        * lxml >= 2.2.2
111                        * PIL (Python Image Library)
112                        * Pyparsing (apply for bundling)
113                        * periodictable = 1.3.0 (using 'easy_install periodictable')
114                        * MinGW/Cygwin (for Windows) or other GNU compiler (gcc)
115                        *Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source.
116
117
1183- Known Issues
119
120        3.1- All systems:
121                - None
122
123        3.2- Windows:
124                - None
125               
126        3.3- MAC:
127                - None
128               
129        3.4- Linux:
130                - None
131
1324- Troubleshooting
133
134        - None
135
1365- Frequently Asked Questions
137
138        - None
139
1406- Installer download website
141
142        - See: http://danse.chem.utk.edu/sansview.html
Note: See TracBrowser for help on using the repository browser.