Changeset 73e9008 in sasview


Ignore:
Timestamp:
Apr 22, 2010 3:20:39 PM (14 years ago)
Author:
Jae Cho <jhjcho@…>
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:
efea0bd
Parents:
65b77529
Message:

updated note for the new release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/releases_notes.txt

    r690003a r73e9008  
    22============= 
    33 
    4 SansView 1.0 
     4SansView 1.3 
    55 
    66Package name: None 
    77 
    8 1- Version 1.0 
     81- Version 1.3 
    99 
    10         - Release date: 10/01/2009 
     10        - Release date: 04/26/2010 
     11         
     12        - MAC release 
     13        - Implemented the invariant, volume fraction, and specific surface area computation. 
     14        - Implemented the scattering length density calculator. 
     15        - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data 
     16        - Capable of Mask enhanced 2D calculation and fitting. 
     17        - Added a 2D mask data editor. 
     18        - Added inputs for the slit and pinhole resolution. 
     19        - Added a slit size calculator. 
     20        - Support more format options to save a graph. 
     21        - Enable to display multiple data sets in one graph by loading a data into the graph. 
     22         
     23        - Previous Versions 
     24         
    1125        - Implemented P(r) inversion (Indirect Fourier transformations). 
    12         - Improved fitting and model caculation speed by a factor of ten. 
     26        - Improved fitting and model calculation speed by a factor of ten. 
    1327        - Supporting many more model functions. 
    1428        - Supporting P(Q)*S(Q) for most of the shape based form factors. 
    1529        - Added more distribution functions for the polydispersion calculations. 
    16         - Added a bookmarking feature so that the results of the calculation can be recalled later. 
     30        - Added a bookmark feature so that the results of the calculation can be recalled later. 
    1731        - Q range reset button is added. 
    1832        - Added a color bar in 2D data plots. 
    1933        - Added a model function detail button for an easy access to the model help from the fitting panel. 
    20         - And much more.  
    21          
    22  - Previous Versions 
    23   
    2434        - Simultaneous fit of a number of different sets of data with/without the constraints.  
    2535        - Loading and displaying 1D and 2D data of various formats. 
     
    3343        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling.   
    3444        - The user can toggle between a number of different scales on all plots. 
    35         - Save the fit panel or model panel status. 
    3645        - Support saving data in the formats of ASCII and xml. 
    3746 
     
    4352 
    4453        2.2- Installing: 
    45                 - Get the code from svn://danse.us/sans/releases/sansview-1.0.0 
     54                - Get the code from svn://danse.us/sans/releases/sansview-1.3.0 
    4655                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.0' folder) 
    4756                - This application is also dependent on the following DANSE code: 
    48                         svn://danse.us/sans/releases/guiframe-0.1.8 (run 'python setup.py install' under the 'guiframe-0.1.8' folder) 
    49                         svn://danse.us/sans/releases/guicomm-0.1.3 (run 'python setup.py install' under the 'guicomm-0.1.3' folder) 
    50                         svn://danse.us/sans/releases/DataLoader-0.2.5 (run 'python setup.py install' under the 'DataLoader-0.2.5' folder) 
    51                         svn://danse.us/sans/releases/park_integration-0.1.3 (run 'python setup.py install' under the 'park_integration-0.1.3' folder) 
    52                         svn://danse.us/sans/releases/sansmodels-0.4.5 (run 'python setup.py install' under the 'sansmodels-0.4.5\src\' folder) 
     57                        svn://danse.us/sans/releases/calculator-0.1.0 (run 'python setup.py install' under the 'calculator-0.1.0' folder) 
     58                        svn://danse.us/sans/releases/calculatorview-0.1.0 (run 'python setup.py install' under the 'calculatorview-0.1.0' folder) 
     59                        svn://danse.us/sans/releases/Invariant-0.1.0 (run 'python setup.py install' under the 'Invariant-0.1.0' folder) 
     60                        svn://danse.us/sans/releases/invariantview-0.1.0 (run 'python setup.py install' under the 'invariantview-0.1.0' folder) 
     61                        svn://danse.us/sans/releases/theoryview-0.1.0 (run 'python setup.py install' under the 'theoryview-0.1.0' folder) 
     62                        svn://danse.us/sans/releases/guiframe-0.1.9 (run 'python setup.py install' under the 'guiframe-0.1.9' folder) 
     63                        svn://danse.us/sans/releases/guicomm-0.1.4 (run 'python setup.py install' under the 'guicomm-0.1.4' folder) 
     64                        svn://danse.us/sans/releases/DataLoader-0.2.6 (run 'python setup.py install' under the 'DataLoader-0.2.6' folder) 
     65                        svn://danse.us/sans/releases/park_integration-0.1.4 (run 'python setup.py install' under the 'park_integration-0.1.4' folder) 
     66                        svn://danse.us/sans/releases/sansmodels-0.4.6 (run 'python setup.py install' under the 'sansmodels-0.4.6\src\' folder) 
    5367                        svn://danse.us/park/releases/park-1.2 (run 'python setup.py install' under the 'park-1.2' folder) 
    54                 svn://danse.us/common/releases/plottools-0.1.7 (run 'python setup.py install'under the 'plottools-0.1.7\trunk\' folder) 
    55                 svn://danse.us/common/releases/util-0.1.3 (run 'python setup.py install'under the 'util-0.1.3' folder) 
    56                 svn://danse.us/sans/releases/pr_inversion-0.2.3 (run 'python setup.py install'under the 'pr_inversion-0.2.3' folder) 
     68                svn://danse.us/common/releases/plottools-0.1.8 (run 'python setup.py install'under the 'plottools-0.1.8\trunk\' folder) 
     69                svn://danse.us/common/releases/util-0.1.4 (run 'python setup.py install'under the 'util-0.1.4' folder) 
     70                svn://danse.us/common/elements/releases/elements-1.0.2 (run 'python setup.py install'under the 'elements-1.0.2' folder) 
     71                svn://danse.us/sans/releases/pr_inversion-0.2.4 (run 'python setup.py install'under the 'pr_inversion-0.2.4' folder) 
    5772                svn://danse.us/sans/releases/prview-0.3.1 (run 'python setup.py install'under the 'prview-0.3.1' folder) 
    5873                - The following modules are required: 
    59                         * matplotlib >= 0.98.3 
     74                        * matplotlib >= 0.99 
    6075                        * numpy 
    6176                        * scipy 
     
    6984 
    7085        3.1- All systems: 
    71                 - "Save Model" option does not 
    72                   save all changes related to the current active panel 
    73                 - "Save Model" option does not save all information related to dispersion 
    74                 - "hide and show errors" does not work properly 
     86                - Currently support only one model plot per graph. 
    7587 
    7688        3.2- Windows: 
    7789                - None 
    7890                 
    79         3.3- Linux: 
     91        3.3- MAC: 
     92                - None 
     93                 
     94        3.4- Linux: 
    8095                - None 
    8196 
Note: See TracChangeset for help on using the changeset viewer.