source: sasview/sansview/releases_notes.txt @ 77e23a2

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 77e23a2 was 4a135d7, checked in by Gervaise Alina <gervyh@…>, 15 years ago

release notes

  • Property mode set to 100644
File size: 2.0 KB
Line 
1Release Notes
2=============
3
4SansView 0.1
5
6Package name: None
7
81- Version 0.1.0
9        - Removed zooming and dragging for 2D plot, which caused interference with
10          interactors.
11
12   Version 0.1.0
13
14        - Release date: 03/02/2009
15        - Simultaneous fit of a number of different sets of data with/without the constraints.
16        - 1D and 2D data loading and display.
17        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fitting engine.
18        - 2D data manipulation and models.
19        - A number of standard fit functions as well as Sans Model functions.
20        - Form factors, structure factors and shape-independent models.
21        - Plug-in mechanism for data readers.
22        - Zooming for plots.
23        - Users arrange the various windows.
24        - Circular, sectorslicer, annulus, boxsum, boxQx and boxQy averaging of 2D data.
25        - The user can select Qmin and Qmax for both 1D and 2D data fitting or modeling.
26        - The user can toggle between a number of different scales on all plots.
27        And much more.
28
29
302- Downloading and Installing
31
32        2.1- System Requirements:
33                - Python version >= 2.5 should be running on the system
34
35        2.2- Installing:
36                - Get the code from svn://danse.us/sans/other/sansview 0.1.0
37                - This application is also dependent on the following DANSE code:
38                        svn://danse.us/sans/releases/guiframe-0.1.4
39                        svn://danse.us/sans/releases/guicomm-0.1.1
40                        svn://danse.us/sans/releases/DataLoader-0.2.1
41                        svn://danse.us/sans/releases/park_integration -0.1.0
42                        svn://danse.us/sans/releases/park-1.2.0
43                        svn://danse.us/sans/releases/sansmodels-0.4.2 (run 'python setup.py install' in src)
44                svn://danse.us/sans/releases/danse/common/plottools-0.1.3 (run 'python setup.py install')
45                - The following modules are required:
46                        * matplotlib >=0.98.3
47                        * numpy
48                        * scipy
49                        * wxpython 2.8 unicode
50
513- Known Issues
52
53        3.1- All systems:
54                - None
55
56        3.2- Windows:
57                - None
58
59        3.3- Linux:
60                - None
61
624- Troubleshooting
63
64        - None
65
665- Frequently Asked Questions
67
68        - None
69
706- Other Resources
71
72        - See: http://danse.chem.utk.edu/sansview.html
Note: See TracBrowser for help on using the repository browser.