Changeset 7872aef in sasview for sansview


Ignore:
Timestamp:
Sep 29, 2009 7:06:45 PM (15 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:
295cd7e
Parents:
694ca1c
Message:

updated release note

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/releases_notes.txt

    r7774b81 r7872aef  
    22============= 
    33 
    4 SansView 0.9.1 
     4SansView 1.0 
    55 
    66Package name: None 
    77 
    8 1- Version 0.9.1 
     81- Version 1.0 
    99 
    10         - Release date: 05/01/2009 
     10        - Release date: 10/01/2009 
     11        - Implemented P(r) inversion (Indirect Fourier transformations). 
     12        - Improved fitting and model caculation speed by a factor of ten. 
     13        - Supporting many more model functions. 
     14        - Supporting P(Q)*S(Q) for most of the shape based form factors. 
     15        - Added more distribution functions for the polydispersion calculations. 
     16        - Added a bookmarking feature so that the results of the calculation can be recalled later. 
     17        - Q range reset button is added. 
     18        - Added a color bar in 2D data plots. 
     19        - 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  
    1124        - Simultaneous fit of a number of different sets of data with/without the constraints.  
    1225        - Loading and displaying 1D and 2D data of various formats. 
     
    2235        - Save the fit panel or model panel status. 
    2336        - Support saving data in the formats of ASCII and xml. 
    24         And many more.  
    2537 
    2638 
     
    3143 
    3244        2.2- Installing: 
    33                 - Get the code from svn://danse.us/sans/releases/sansview-0.9.1  
    34                         (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-0.9.1' folder) 
     45                - Get the code from svn://danse.us/sans/releases/sansview-1.0  
     46                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.0' folder) 
    3547                - This application is also dependent on the following DANSE code: 
    36                         svn://danse.us/sans/releases/guiframe-0.1.6 (run 'python setup.py install' under the 'guiframe-0.1.6' folder) 
    37                         svn://danse.us/sans/releases/guicomm-0.1.2 (run 'python setup.py install' under the 'guicomm-0.1.2' folder) 
    38                         svn://danse.us/sans/releases/DataLoader-0.2.3 (run 'python setup.py install' under the 'DataLoader-0.2.3' folder) 
    39                         svn://danse.us/sans/releases/park_integration-0.1.2 (run 'python setup.py install' under the 'park_integration-0.1.2' folder) 
    40                         svn://danse.us/sans/releases/sansmodels-0.4.4 (run 'python setup.py install' under the 'sansmodels-0.4.4\src\' folder) 
     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) 
    4153                        svn://danse.us/park/releases/park-1.2 (run 'python setup.py install' under the 'park-1.2' folder) 
    42                 svn://danse.us/common/releases/plottools-0.1.5 (run 'python setup.py install'under the 'plottools-0.1.5\trunk\' folder) 
    43                 svn://danse.us/common/releases/util-0.1.1 (run 'python setup.py install'under the 'util-0.1.1' 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.2' 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) 
     57                svn://danse.us/sans/releases/prview-0.3.1 (run 'python setup.py install'under the 'prview-0.3.1' folder) 
    4458                - The following modules are required: 
    4559                        * matplotlib >= 0.98.3 
     
    4761                        * scipy 
    4862                        * wxpython 2.8 unicode 
    49                         * pyxml >= 0.8.4 (for python 2.5) 
     63                        * lxml 
    5064                        * PIL (Python Image Library) 
    5165                        * MinGW (for windows) or other GNU compiler (gcc) 
     66 
    5267 
    53683- Known Issues 
     
    5772 
    5873        3.2- Windows: 
    59                 - Fixed a bug in the version 0.9.0 that consists of always taking the fitting weights evenly for all data points even though the data set has dI in it. 
     74                - None 
     75                 
    6076        3.3- Linux: 
    6177                - None 
Note: See TracChangeset for help on using the changeset viewer.