Changeset eef4d61 in sasview for sansview/releases_notes.txt
- Timestamp:
- May 25, 2011 10:29:59 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:
- 4433d7a
- Parents:
- cd960cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/releases_notes.txt
re142208 reef4d61 7 7 1- version 1.9 8 8 - Release date: 05/25/2011 9 - New graphical user interface 9 - The SansView WORKS!!! 10 - Much easier graphical user interface 11 - Optimized for the speed and accuracy of the computation 12 - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels 13 - Added Data Explorer to manage, plot, delete, or setup for computation 14 - Added Instrumental resolution estimator (as a Tool) 15 - Customizable Startup appearance 16 - More functionalities on plot panels 17 - Combined Modeling and Fitting 18 - Save/open a SansView project or SansView analysis (subproject) 19 - Start the SansView application from a data file by double-clicking or command line 20 - Easy manipulation of data and plot 21 - Provides Normalized residual plot 22 - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc. 23 - Report 24 - 2D masked circular averaging 25 - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular 26 - More Help 27 - etc 28 10 29 11 - Version 1.3.1 30 - Version 1.3 31 12 32 - Improved the speed of loading 2D data. 13 33 - Improved the speed of P*S calculations. 14 34 - Added 2D smearing calculation for dQx and dQy given along the x-y axes. 15 - Fixed minor bugs.16 17 -Version 1.3.018 19 35 - MAC release 20 36 - Implemented the invariant, volume fraction, and specific surface area computation. … … 58 74 2.1- System Requirements: 59 75 - Python version >= 2.5 and < 3.0 should be running on the system 76 - We uses Python2.5.4 for WIN, and Python2.6 for MAC 60 77 61 78 2.2- Installing: … … 74 91 svn://danse.us/common/releases/plottools-0.9 (run 'python setup.py install'under the 'plottools-0.9\trunk\' folder) 75 92 svn://danse.us/common/releases/util-0.9 (run 'python setup.py install'under the 'util-0.1.5' folder) 76 svn://danse.us/common/elements/releases/elements-1.2 (run 'python setup.py install'under the 'elements-1.2' folder)77 93 svn://danse.us/sans/releases/pr_inversion-0.9 (run 'python setup.py install'under the 'pr_inversion-0.9' folder) 78 94 svn://danse.us/sans/releases/prview-0.9 (run 'python setup.py install'under the 'prview-0.9' folder) 79 95 - The following modules are required: 80 * matplotlib = 0.99.0 96 * matplotlib = 0.99.0(WIN), 0.99.1(MAC) 81 97 * numpy = 1.4.1 82 98 * scipy >= 0.7.2 83 99 * wxpython 2.8.11 unicode 84 * lxml 100 * lxml >= 2.2.2 85 101 * PIL (Python Image Library) 86 102 * Pyparsing (apply for bundling) 87 * MinGW (for windows) or other GNU compiler (gcc) 103 * periodictable = 1.3.0 (using 'easy_install periodictable') 104 * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 105 *Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 88 106 89 107
Note: See TracChangeset
for help on using the changeset viewer.