Changeset 4356634 in sasview
- Timestamp:
- Jun 21, 2011 10:00:44 AM (13 years ago)
- 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
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
calculator/setup.py
r8433093 r4356634 7 7 setup( 8 8 name="sans.calculator", 9 version = "0.9 ",9 version = "0.9.1", 10 10 description = "Python module for sld calculation", 11 11 author = "University of Tennessee", -
guiframe/setup.py
r3c47277 r4356634 34 34 setup( 35 35 name="guiframe", 36 version = "0.9 ",36 version = "0.9.1", 37 37 description = "Python module for SANS gui framework", 38 38 author = "University of Tennessee", -
park_integration/setup.py
r395569e7 r4356634 9 9 setup( 10 10 name="sans.fit", 11 version = "0.9 ",11 version = "0.9.1", 12 12 description = "Python module for fitting", 13 13 author = "University of Tennessee", -
prview/setup.py
ra5b7309 r4356634 6 6 7 7 setup( 8 version = "0.9 ",8 version = "0.9.1", 9 9 name="prview", 10 10 description = "P(r) inversion perspective for SansView", -
sansview/build_sansview.py
r6fcec8a r4356634 59 59 60 60 # Release version 1.9 61 SANSMODELS = "0.9 "61 SANSMODELS = "0.9.1" 62 62 DATALOADER = "0.9" 63 GUIFRAME = "0.9 "64 SANSVIEW = "1.9 "65 PLOTTOOLS = "0.9 "66 UTIL = "0.9 "63 GUIFRAME = "0.9.1" 64 SANSVIEW = "1.9.1" 65 PLOTTOOLS = "0.9.1" 66 UTIL = "0.9.1" 67 67 PARK = "1.2.1" 68 PARK_INTEG = "0.9 "69 PRVIEW = "0.9 "68 PARK_INTEG = "0.9.1" 69 PRVIEW = "0.9.1" 70 70 PR_INV = "0.9" 71 CALCULATOR = "0.9 "71 CALCULATOR = "0.9.1" 72 72 CALC_VIEW = "0.9" 73 INVARIANT = "0.9 "73 INVARIANT = "0.9.1" 74 74 INV_VIEW = "0.9" 75 75 -
sansview/custom_config.py
rf2d9e76 r4356634 1 1 #Application appearance custom configuration 2 DATAPANEL_WIDTH = 2352 DATAPANEL_WIDTH = 173 3 3 FIXED_PANEL = True 4 PLOPANEL_WIDTH = 4 155 DATALOADER_SHOW = True6 GUIFRAME_HEIGHT = 8407 GUIFRAME_WIDTH = 11508 CLEANUP_PLOT = False9 WELCOME_PANEL_SHOW = False10 TOOLBAR_SHOW = True4 PLOPANEL_WIDTH = 404 5 DATALOADER_SHOW = False 6 GUIFRAME_HEIGHT = 715 7 GUIFRAME_WIDTH = 931 8 CLEANUP_PLOT = True 9 WELCOME_PANEL_SHOW = True 10 TOOLBAR_SHOW = False 11 11 DEFAULT_PERSPECTIVE = 'Fitting' -
sansview/installer_new.iss
r44fa116 r4356634 7 7 8 8 ChangesAssociations=yes 9 AppName=SansView-1.9 10 AppVerName=SansView-1.9 9 AppName=SansView-1.9.1 10 AppVerName=SansView-1.9.1 11 11 AppPublisher=(c) 2009, University of Tennessee 12 12 AppPublisherURL=http://danse.chem.utk.edu 13 13 AppSupportURL=http://danse.chem.utk.edu 14 14 AppUpdatesURL=http://danse.chem.utk.edu 15 DefaultDirName={pf}\SansView-1.9 16 DefaultGroupName=DANSE\SansView-1.9 15 DefaultDirName={pf}\SansView-1.9.1 16 DefaultGroupName=DANSE\SansView-1.9.1 17 17 DisableProgramGroupPage=yes 18 18 LicenseFile=license.txt … … 55 55 56 56 [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}"57 Name: "{group}\SansView-1.9.1"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}" 58 Name: "{group}\{cm:UninstallProgram, SansView-1.9.1}"; Filename: "{uninstallexe}" 59 Name: "{commondesktop}\SansView-1.9.1"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 60 60 61 61 62 62 [Run] 63 Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9 }"; Flags: nowait postinstall skipifsilent63 Filename: "{app}\SansView.exe"; Description: "{cm:LaunchProgram, SansView-1.9.1}"; Flags: nowait postinstall skipifsilent -
sansview/local_config.py
r44fa116 r4356634 7 7 # Version of the application 8 8 __appname__ = "SansView" 9 __version__ = '1.9 '9 __version__ = '1.9.1' 10 10 __download_page__ = 'http://danse.chem.utk.edu' 11 11 __update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' -
sansview/releases_notes.txt
racae6d2 r4356634 2 2 ============= 3 3 4 SansView 1.9 4 SansView 1.9.1 5 5 6 6 Package name: None 7 1- version 1.9 8 - Release date: 05/25/2011 9 - The SansView WORKS!!! 7 1- 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 10 18 - Much easier graphical user interface 11 19 - Optimized for the speed and accuracy of the computation … … 76 84 2.1- System Requirements: 77 85 - 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 MAC86 - We uses Python2.5.4 for WIN, and Python2.6.3 for MAC 79 87 80 88 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 82 90 (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.9' folder) 83 91 - 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) 85 93 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) 87 95 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) 89 97 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) 92 100 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) 95 103 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) 97 105 - 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) 99 107 * numpy = 1.4.1 100 108 * scipy >= 0.7.2 101 * wxpython 2.8.11 unicode 109 * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) 102 110 * lxml >= 2.2.2 103 111 * PIL (Python Image Library) -
sansview/setup_exe.py
r4084673 r4356634 66 66 self.__dict__.update(kw) 67 67 # for the versioninfo resources 68 self.version = "1. 3.1"68 self.version = "1.9.1" 69 69 self.company_name = "U Tennessee" 70 70 self.copyright = "copyright 2009"
Note: See TracChangeset
for help on using the changeset viewer.