Changeset 4356634 in sasview for sansview


Ignore:
Timestamp:
Jun 21, 2011 10:00:44 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:
c35ae08
Parents:
9ade6ad
Message:

preparing bug-fix release

Location:
sansview
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • sansview/build_sansview.py

    r6fcec8a r4356634  
    5959 
    6060# Release version 1.9 
    61 SANSMODELS = "0.9" 
     61SANSMODELS = "0.9.1" 
    6262DATALOADER = "0.9" 
    63 GUIFRAME   = "0.9" 
    64 SANSVIEW   = "1.9" 
    65 PLOTTOOLS  = "0.9" 
    66 UTIL       = "0.9" 
     63GUIFRAME   = "0.9.1" 
     64SANSVIEW   = "1.9.1" 
     65PLOTTOOLS  = "0.9.1" 
     66UTIL       = "0.9.1" 
    6767PARK       = "1.2.1" 
    68 PARK_INTEG = "0.9" 
    69 PRVIEW     = "0.9" 
     68PARK_INTEG = "0.9.1" 
     69PRVIEW     = "0.9.1" 
    7070PR_INV     = "0.9" 
    71 CALCULATOR = "0.9" 
     71CALCULATOR = "0.9.1" 
    7272CALC_VIEW  = "0.9" 
    73 INVARIANT  = "0.9" 
     73INVARIANT  = "0.9.1" 
    7474INV_VIEW   = "0.9" 
    7575 
  • sansview/custom_config.py

    rf2d9e76 r4356634  
    11#Application appearance custom configuration 
    2 DATAPANEL_WIDTH = 235 
     2DATAPANEL_WIDTH = 173 
    33FIXED_PANEL = True 
    4 PLOPANEL_WIDTH = 415 
    5 DATALOADER_SHOW = True 
    6 GUIFRAME_HEIGHT = 840 
    7 GUIFRAME_WIDTH = 1150 
    8 CLEANUP_PLOT = False 
    9 WELCOME_PANEL_SHOW = False 
    10 TOOLBAR_SHOW = True 
     4PLOPANEL_WIDTH = 404 
     5DATALOADER_SHOW = False 
     6GUIFRAME_HEIGHT = 715 
     7GUIFRAME_WIDTH = 931 
     8CLEANUP_PLOT = True 
     9WELCOME_PANEL_SHOW = True 
     10TOOLBAR_SHOW = False 
    1111DEFAULT_PERSPECTIVE = 'Fitting' 
  • sansview/installer_new.iss

    r44fa116 r4356634  
    77 
    88ChangesAssociations=yes 
    9 AppName=SansView-1.9 
    10 AppVerName=SansView-1.9 
     9AppName=SansView-1.9.1 
     10AppVerName=SansView-1.9.1 
    1111AppPublisher=(c) 2009, University of Tennessee 
    1212AppPublisherURL=http://danse.chem.utk.edu 
    1313AppSupportURL=http://danse.chem.utk.edu 
    1414AppUpdatesURL=http://danse.chem.utk.edu  
    15 DefaultDirName={pf}\SansView-1.9 
    16 DefaultGroupName=DANSE\SansView-1.9 
     15DefaultDirName={pf}\SansView-1.9.1 
     16DefaultGroupName=DANSE\SansView-1.9.1 
    1717DisableProgramGroupPage=yes 
    1818LicenseFile=license.txt 
     
    5555 
    5656[Icons] 
    57 Name: "{group}\SansView-1.9";   Filename: "{app}\SansView.exe"; WorkingDir: "{app}"  
    58 Name: "{group}\{cm:UninstallProgram, SansView-1.9}";     Filename: "{uninstallexe}"  
    59 Name: "{commondesktop}\SansView-1.9";   Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"  
     57Name: "{group}\SansView-1.9.1"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}"  
     58Name: "{group}\{cm:UninstallProgram, SansView-1.9.1}";   Filename: "{uninstallexe}"  
     59Name: "{commondesktop}\SansView-1.9.1"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"  
    6060 
    6161 
    6262[Run] 
    63 Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9}";        Flags: nowait postinstall skipifsilent 
     63Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9.1}";      Flags: nowait postinstall skipifsilent 
  • sansview/local_config.py

    r44fa116 r4356634  
    77# Version of the application 
    88__appname__ = "SansView" 
    9 __version__ = '1.9' 
     9__version__ = '1.9.1' 
    1010__download_page__ = 'http://danse.chem.utk.edu' 
    1111__update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' 
  • sansview/releases_notes.txt

    racae6d2 r4356634  
    22============= 
    33 
    4 SansView 1.9 
     4SansView 1.9.1 
    55 
    66Package name: None 
    7 1- version 1.9 
    8         - Release date: 05/25/2011 
    9         - The SansView WORKS!!! 
     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         
    1018        - Much easier graphical user interface 
    1119        - Optimized for the speed and accuracy of the computation 
     
    7684        2.1- System Requirements: 
    7785                - Python version >= 2.5 and < 3.0 should be running on the system 
    78                 - We uses Python2.5.4 for WIN, and Python2.6 for MAC 
     86                - We uses Python2.5.4 for WIN, and Python2.6.3 for MAC 
    7987 
    8088        2.2- Installing: 
    81                 - Get the code from svn://danse.us/sans/releases/sansview-1.9 
     89                - Get the code from svn://danse.us/sans/releases/sansview-1.9.1 
    8290                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.9' folder) 
    8391                - This application is also dependent on the following DANSE code: 
    84                         svn://danse.us/sans/releases/calculator-0.9 (run 'python setup.py install' under the 'calculator-0.9' folder) 
     92                        svn://danse.us/sans/releases/calculator-0.9.1 (run 'python setup.py install' under the 'calculator-0.9' folder) 
    8593                        svn://danse.us/sans/releases/calculatorview-0.9 (run 'python setup.py install' under the 'calculatorview-0.9' folder) 
    86                         svn://danse.us/sans/releases/Invariant-0.9 (run 'python setup.py install' under the 'Invariant-0.9' folder) 
     94                        svn://danse.us/sans/releases/Invariant-0.9.1 (run 'python setup.py install' under the 'Invariant-0.9' folder) 
    8795                        svn://danse.us/sans/releases/invariantview-0.9 (run 'python setup.py install' under the 'invariantview-0.1.1' folder) 
    88                         svn://danse.us/sans/releases/guiframe-0.9 (run 'python setup.py install' under the 'guiframe-0.9' folder) 
     96                        svn://danse.us/sans/releases/guiframe-0.9.1 (run 'python setup.py install' under the 'guiframe-0.9' folder) 
    8997                        svn://danse.us/sans/releases/DataLoader-0.9 (run 'python setup.py install' under the 'DataLoader-0.9' folder) 
    90                         svn://danse.us/sans/releases/park_integration-0.9 (run 'python setup.py install' under the 'park_integration-0.9' folder) 
    91                         svn://danse.us/sans/releases/sansmodels-0.9 (run 'python setup.py install' under the 'sansmodels-0.9\src\' 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) 
    92100                        svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder) 
    93                 svn://danse.us/common/releases/plottools-0.9 (run 'python setup.py install'under the 'plottools-0.9\trunk\' folder) 
    94                 svn://danse.us/common/releases/util-0.9 (run 'python setup.py install'under the 'util-0.1.5' 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) 
    95103                svn://danse.us/sans/releases/pr_inversion-0.9 (run 'python setup.py install'under the 'pr_inversion-0.9' folder) 
    96                 svn://danse.us/sans/releases/prview-0.9 (run 'python setup.py install'under the 'prview-0.9' folder) 
     104                svn://danse.us/sans/releases/prview-0.9.1 (run 'python setup.py install'under the 'prview-0.9' folder) 
    97105                - The following modules are required: 
    98                         * matplotlib = 0.99.0(WIN), 0.99.1(MAC) 
     106                        * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC) 
    99107                        * numpy = 1.4.1 
    100108                        * scipy >= 0.7.2 
    101                         * wxpython 2.8.11 unicode 
     109                        * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) 
    102110                        * lxml >= 2.2.2 
    103111                        * PIL (Python Image Library) 
  • sansview/setup_exe.py

    r4084673 r4356634  
    6666        self.__dict__.update(kw) 
    6767        # for the versioninfo resources 
    68         self.version = "1.3.1" 
     68        self.version = "1.9.1" 
    6969        self.company_name = "U Tennessee" 
    7070        self.copyright = "copyright 2009" 
Note: See TracChangeset for help on using the changeset viewer.