Changeset e5c83e01 in sasview
- Timestamp:
- Feb 6, 2012 12:58:13 PM (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:
- e7e1fdd
- Parents:
- 78f74bd7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/releases_notes.txt
r2d74016 re5c83e01 2 2 ============= 3 3 4 SansView 2. 0.14 SansView 2.1.0 5 5 6 - version 2.0.1: 6 - Multiprocessor support 7 - Simple custom model editor 8 - Advanced model editor 9 - Sum model editing panel 10 - 3D graphic (for 2d data/results) and legend moves with mouse 11 - New Tool: density to vol fraction calculator and Python file editor 7 12 8 - fixed a bug in saving model values as a file 9 - fixed a problem in a report file (html) 10 - Simultaneous fit: fixed a problem, displaying incorrect results in PD/Angles 11 - 12 1 - version 2.0.0: 13 1 - version 2.0: 13 14 14 15 - Release date: 10/21/2011 … … 21 22 - Fixed the problem of displaying the fit results in the wrong parameter (with ParkMC FitEngine). 22 23 23 -version 1.9 24 25 - Release date: 06/22/2011 26 - MAC: Fixed some causes of crashing during fitting 24 - Previous Versions 25 27 26 - Pr Inversion: Fixed a missing Rg output 28 27 - Startup Setting: fixed a problem with DataExplorer ON/OFF … … 45 44 - 2D masked circular averaging 46 45 - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular 47 - More Help48 - etc49 50 - Previous Versions51 52 46 - Improved the speed of loading 2D data. 53 47 - Improved the speed of P*S calculations. … … 93 87 2.1- System Requirements: 94 88 - Python version >= 2.5 and < 3.0 should be running on the system 95 - We uses Python2.5 .4 for WIN, and Python2.6.3for MAC89 - We uses Python2.5 - 2.7 for WIN, and Python2.6 - 2.7 for MAC 96 90 97 2.2- Installing: 98 - Get the code from svn://danse.us/sans/releases/sansview-2.0.0 99 (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-2.0.0' folder) 100 - This application is also dependent on the following DANSE code: 101 svn://danse.us/sans/releases/fittingview-1.0.1 (run 'python setup.py install' under the 'fittingview-1.0.0' folder) 102 svn://danse.us/sans/releases/sanscalculator-1.0.0 (run 'python setup.py install' under the 'sanscalculator-1.0.0' folder) 103 svn://danse.us/sans/releases/sanscalculator-1.0.0 (run 'python setup.py install' under the 'sanscalculator-1.0.0' folder) 104 svn://danse.us/sans/releases/sansinvariant-1.0.0 (run 'python setup.py install' under the 'sansinvariant-1.0.0' folder) 105 svn://danse.us/sans/releases/invariantview-1.0.0 (run 'python setup.py install' under the 'invariantview-1.0.0' folder) 106 svn://danse.us/sans/releases/sansguiframe-1.0.1 (run 'python setup.py install' under the 'sansguiframe-1.0.0' folder) 107 svn://danse.us/sans/releases/sansdataloader-1.0.0 (run 'python setup.py install' under the 'sansdataloader-1.0.0' folder) 108 svn://danse.us/sans/releases/park_integration-1.0.1 (run 'python setup.py install' under the 'park_integration-1.0.0' folder) 109 svn://danse.us/sans/releases/sansmodels-1.0.0 (run 'python setup.py install' under the 'sansmodels-1.0.0' folder) 110 svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder) 111 svn://danse.us/common/releases/plottools-1.0.0 (run 'python setup.py install'under the 'plottools-1.0.0' folder) 112 svn://danse.us/common/releases/util-1.0.0 (run 'python setup.py install'under the 'util-1.0.0' folder) 113 svn://danse.us/sans/releases/pr_inversion-1.0.0(run 'python setup.py install'under the 'pr_inversion-1.0.0' folder) 114 svn://danse.us/sans/releases/inversionview-1.0.0 (run 'python setup.py install'under the 'inversionview-1.0.0' folder) 115 svn://danse.us/sans/releases/sansview-2.0.1 (run 'python sansview.py' under the 'sansview-2.0.1' folder after finished all other installations) 91 2.2- Installing from source: 92 - Get the code from https://sansviewproject.svn.sourceforge.net/svnroot/sansviewproject/releases/sansview-x.x.x 93 - run 'python setup.py install' under the 'sansview-x.x.x' folder 94 - run 'python sansview.py' under the 'sansview' folder. 116 95 - The following modules are required: 117 * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC)118 * numpy = 1.4.196 * matplotlib >= 0.99.0(WIN), 0.99.1.1(MAC) 97 * numpy >= 1.4.1 119 98 * scipy >= 0.7.2 120 * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) 99 * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) < 2.9.xx 121 100 * lxml >= 2.2.2 122 101 * multiprocessing-2.6.2(X)
Note: See TracChangeset
for help on using the changeset viewer.