Changeset eef4d61 in sasview for sansview/releases_notes.txt


Ignore:
Timestamp:
May 25, 2011 10:29:59 AM (13 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:
4433d7a
Parents:
cd960cd
Message:

Added feature list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/releases_notes.txt

    re142208 reef4d61  
    771- version 1.9 
    88        - Release date: 05/25/2011 
    9         - New graphical user interface 
     9        - The SansView WORKS!!! 
     10        - Much easier graphical user interface 
     11        - Optimized for the speed and accuracy of the computation 
     12        - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels 
     13        - Added Data Explorer to manage, plot, delete, or setup for computation 
     14        - Added Instrumental resolution estimator (as a Tool) 
     15        - Customizable Startup appearance 
     16        - More functionalities on plot panels 
     17        - Combined Modeling and Fitting 
     18        - Save/open a SansView project or SansView analysis (subproject) 
     19        - Start the SansView application from a data file by double-clicking or command line 
     20        - Easy manipulation of data and plot 
     21        - Provides Normalized residual plot 
     22        - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc. 
     23        - Report 
     24        - 2D masked circular averaging 
     25        - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular 
     26        - More Help 
     27        - etc 
     28 
    1029         
    11         - Version 1.3.1 
     30        - Version 1.3 
     31         
    1232        - Improved the speed of loading 2D data. 
    1333        - Improved the speed of P*S calculations. 
    1434        - Added 2D smearing calculation for dQx and dQy given along the x-y axes. 
    15         - Fixed minor bugs. 
    16                  
    17         -Version 1.3.0 
    18          
    1935        - MAC release 
    2036        - Implemented the invariant, volume fraction, and specific surface area computation. 
     
    5874        2.1- System Requirements: 
    5975                - Python version >= 2.5 and < 3.0 should be running on the system 
     76                - We uses Python2.5.4 for WIN, and Python2.6 for MAC 
    6077 
    6178        2.2- Installing: 
     
    7491                svn://danse.us/common/releases/plottools-0.9 (run 'python setup.py install'under the 'plottools-0.9\trunk\' folder) 
    7592                svn://danse.us/common/releases/util-0.9 (run 'python setup.py install'under the 'util-0.1.5' folder) 
    76                 svn://danse.us/common/elements/releases/elements-1.2 (run 'python setup.py install'under the 'elements-1.2' folder) 
    7793                svn://danse.us/sans/releases/pr_inversion-0.9 (run 'python setup.py install'under the 'pr_inversion-0.9' folder) 
    7894                svn://danse.us/sans/releases/prview-0.9 (run 'python setup.py install'under the 'prview-0.9' folder) 
    7995                - The following modules are required: 
    80                         * matplotlib = 0.99.0 
     96                        * matplotlib = 0.99.0(WIN), 0.99.1(MAC) 
    8197                        * numpy = 1.4.1 
    8298                        * scipy >= 0.7.2 
    8399                        * wxpython 2.8.11 unicode 
    84                         * lxml 
     100                        * lxml >= 2.2.2 
    85101                        * PIL (Python Image Library) 
    86102                        * Pyparsing (apply for bundling) 
    87                         * MinGW (for windows) or other GNU compiler (gcc) 
     103                        * periodictable = 1.3.0 (using 'easy_install periodictable') 
     104                        * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 
     105                        *Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 
    88106 
    89107 
Note: See TracChangeset for help on using the changeset viewer.