Changeset 8128147 in sasview


Ignore:
Timestamp:
Jun 5, 2012 10:17:26 PM (12 years ago)
Author:
butler
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:
e4d8cdf
Parents:
c5d2760
Message:

updated and merged with releases_notes. Should delete relesaes_notes once verified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/README.txt

    r940aca7 r8128147  
    22============= 
    33 
    4 SansView 2.1.0 
     4SansView 2.1.1 (bug fixed) 
    55         
     6        - Added DataInfo for data in the DataExplorer and plots 
     7        - Added Maximize/Restore button in the title bar of the graphs 
     8        - The 'x' button now works as deleting the graph 
     9        - Added a hide button in the toolbar of the graph panel 
     10        - Fixed some bugs and improved some behaviors in the batch/grid panel. 
     11        - Edit SUM Model from the menubar can now generate more than one sum model. 
     12        - Report can now be saved as a pdf format on WIN and MAC. 
     13        - Fixed many minor bugs. 
     14         
     15        -version 2.1 
     16                 
    617        - Multiprocessor support(Windows) 
    718        - Simple custom model editor 
     
    8798        2.1- System Requirements: 
    8899                - Python version >= 2.5 and < 3.0 should be running on the system 
    89                 - We uses Python2.5 - 2.7 for WIN, and Python2.6 - 2.7 for MAC 
     100                - We currently use Python 2.6 
    90101 
    91102        2.2- Installing from source: 
     
    95106                - The following modules are required: 
    96107                        - wxPython 2.8.12.1 
    97                         - matplotlib 1.1.0  
     108                        - matplotlib 1.1.0  (CHECK MAC VERSION) 
    98109                        - SciPy 0.10.1 
     110                        - pisa 3.0.27 (NOT 3.0.33) (CHECK MAC VERSION) 
     111                        - setuptools 0.6c11 
    99112                        - py2app (MAC) 
    100113 
    101114                        (The following three are easily installed using easy_install) 
    102115                        - lxml 2.3.0 
    103                         - numpy 1.6.1 
     116                        - numpy 1.6.1 (CHECK MAC VERSION) 
    104117                        - periodictable 1.3.0 
    105118 
    106119                        (The following are additional dependencies for Windows) 
    107                         - comtypes 0.6.2 
    108                         - pywin32 build 217 
    109                         - pisa 3.0.27 (NOT 3.0.33) 
     120                        - comtypes 0.6.2 (for PDF support on windows systems) 
     121                        - pywin32 build 217 (to read ms office) 
     122                        - pyPdf 1.13 
    110123                        - html5lib 0.95 
    111124                        - reportlab 2.5 
    112                         - pyparsing 1.5.5 
    113                         - PIL 1.1.7 
    114                         - setuptools 0.6c11 
     125                        - pyparsing 1.5.5 (required for periodictable and bundling) 
     126                        - PIL 1.1.7 (Python Image Library) 
    115127                        - py2exe 0.6.9 (WIN) 
    116128                        - svn 
Note: See TracChangeset for help on using the changeset viewer.