Changeset e142208 in sasview
- Timestamp:
- May 24, 2011 11:25:39 AM (14 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:
- 3aecfd3
- Parents:
- 376346e
- Location:
- sansview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/releases_notes.txt
r1aaa579 re142208 2 2 ============= 3 3 4 SansView 1. 3.14 SansView 1.9 5 5 6 6 Package name: None 7 8 1- Version 1.3.1 9 10 - Release date: 06/11/2010 7 1- version 1.9 8 - Release date: 05/25/2011 9 - New graphical user interface 11 10 11 - Version 1.3.1 12 12 - Improved the speed of loading 2D data. 13 13 - Improved the speed of P*S calculations. … … 60 60 61 61 2.2- Installing: 62 - Get the code from svn://danse.us/sans/releases/sansview-1. 3.163 (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1. 0' folder)62 - Get the code from svn://danse.us/sans/releases/sansview-1.9 63 (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.9' folder) 64 64 - This application is also dependent on the following DANSE code: 65 svn://danse.us/sans/releases/calculator-0.1.1 (run 'python setup.py install' under the 'calculator-0.1.1' folder) 66 svn://danse.us/sans/releases/calculatorview-0.1.1 (run 'python setup.py install' under the 'calculatorview-0.1.1' folder) 67 svn://danse.us/sans/releases/Invariant-0.1.1 (run 'python setup.py install' under the 'Invariant-0.1.1' folder) 68 svn://danse.us/sans/releases/invariantview-0.1.1 (run 'python setup.py install' under the 'invariantview-0.1.1' folder) 69 svn://danse.us/sans/releases/theoryview-0.1.1 (run 'python setup.py install' under the 'theoryview-0.1.1' folder) 70 svn://danse.us/sans/releases/guiframe-0.2.0 (run 'python setup.py install' under the 'guiframe-0.2.0' folder) 71 svn://danse.us/sans/releases/guicomm-0.1.5 (run 'python setup.py install' under the 'guicomm-0.1.5' folder) 72 svn://danse.us/sans/releases/DataLoader-0.2.7 (run 'python setup.py install' under the 'DataLoader-0.2.7' folder) 73 svn://danse.us/sans/releases/park_integration-0.1.5 (run 'python setup.py install' under the 'park_integration-0.1.5' folder) 74 svn://danse.us/sans/releases/sansmodels-0.4.7 (run 'python setup.py install' under the 'sansmodels-0.4.7\src\' folder) 65 svn://danse.us/sans/releases/calculator-0.9 (run 'python setup.py install' under the 'calculator-0.9' folder) 66 svn://danse.us/sans/releases/calculatorview-0.9 (run 'python setup.py install' under the 'calculatorview-0.9' folder) 67 svn://danse.us/sans/releases/Invariant-0.9 (run 'python setup.py install' under the 'Invariant-0.9' folder) 68 svn://danse.us/sans/releases/invariantview-0.9 (run 'python setup.py install' under the 'invariantview-0.1.1' folder) 69 svn://danse.us/sans/releases/guiframe-0.9 (run 'python setup.py install' under the 'guiframe-0.9' folder) 70 svn://danse.us/sans/releases/DataLoader-0.9 (run 'python setup.py install' under the 'DataLoader-0.9' folder) 71 svn://danse.us/sans/releases/park_integration-0.9 (run 'python setup.py install' under the 'park_integration-0.9' folder) 72 svn://danse.us/sans/releases/sansmodels-0.9 (run 'python setup.py install' under the 'sansmodels-0.9\src\' folder) 75 73 svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder) 76 svn://danse.us/common/releases/plottools-0. 1.9 (run 'python setup.py install'under the 'plottools-0.1.9\trunk\' folder)77 svn://danse.us/common/releases/util-0. 1.5(run 'python setup.py install'under the 'util-0.1.5' folder)74 svn://danse.us/common/releases/plottools-0.9 (run 'python setup.py install'under the 'plottools-0.9\trunk\' folder) 75 svn://danse.us/common/releases/util-0.9 (run 'python setup.py install'under the 'util-0.1.5' folder) 78 76 svn://danse.us/common/elements/releases/elements-1.2 (run 'python setup.py install'under the 'elements-1.2' folder) 79 svn://danse.us/sans/releases/pr_inversion-0. 2.5 (run 'python setup.py install'under the 'pr_inversion-0.2.5' folder)80 svn://danse.us/sans/releases/prview-0. 3.3 (run 'python setup.py install'under the 'prview-0.3.2' folder)77 svn://danse.us/sans/releases/pr_inversion-0.9 (run 'python setup.py install'under the 'pr_inversion-0.9' folder) 78 svn://danse.us/sans/releases/prview-0.9 (run 'python setup.py install'under the 'prview-0.9' folder) 81 79 - The following modules are required: 82 80 * matplotlib = 0.99.0 83 * numpy = 1. 2.184 * scipy >= 0.7. 085 * wxpython 2.8 unicode81 * numpy = 1.4.1 82 * scipy >= 0.7.2 83 * wxpython 2.8.11 unicode 86 84 * lxml 87 85 * PIL (Python Image Library) -
sansview/setup.py
ra0da535 re142208 2 2 Installation script for DANSE P(r) inversion perspective for SansView 3 3 """ 4 import sys 5 if len(sys.argv) == 1: 6 sys.argv.append('install') 4 7 5 from distutils.core import setup 8 6 9 7 setup( 8 version = "1.9", 10 9 name="SansView", 11 10 description = "SansView description",
Note: See TracChangeset
for help on using the changeset viewer.