source: sasview/prview/release_notes.txt @ aa92772

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 aa92772 was ea5551f, checked in by Mathieu Doucet <doucetm@…>, 16 years ago

Fixed problem with silent failure when loading file with Q=0 points.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1Release Notes
2=============
3
4PrView 0.2
5
6Package name: None
7
81- Version 0.2.x
9        - Release date: ?
10        - Added functionality for .ABS IGOR reduced 1D files.
11        - Fixed problem with loading additional data after the P(r) graph's scale has been changed.
12        - Fixed problem of silent failure upon loading a file with a point at Q=0.
13
14   Version 0.2.2
15
16        - Release date: 7/8/2008
17        - Added option to normalize P(r) to 1, scale P_max to 1, or leave as is.
18        - Fixed problem with changing the number of P(r) points.
19
20   Version 0.2.1
21        - Release date: 7/04/2008
22        - Improved user interface.
23        - Automated estimate of the number of terms.
24        - I(q=0) and Rg are now outputs of the inversion.
25        - Slit smearing has been added.
26        - Constant background estimation.
27        - Functionality to compare p(r) output with data from a file.
28        - Functionality to change the number of p(r) points of the output dsitribution.
29
30   Version 0.1.0
31
32        - Release date: 5/28/2008
33        - First version put together built on guiframe.
34
352- Downloading and Installing
36
37        2.1- System Requirements:
38                - Python version >= 2.4 should be running on the system
39
40        2.2- Installing:
41                - Get the code from svn://danse.us/sans/releases/prview-0.2.2
42                - This application is also dependent on the following DANSE code:
43                        svn://danse.us/sans/releases/guitools-0.2.3
44                        svn://danse.us/sans/treleases/guicomm-0.1.0
45                        svn://danse.us/sans/releases/guiframe-0.1.2
46                        svn://danse.us/sans/releases/pr_inversion-0.2.1
47                - The following modules are required:
48                        * matplotlib 0.91.4 (avoid 0.98.1)
49                        * numpy
50                        * scipy
51                        * wxpython
52
533- Known Issues
54
55        3.1- All systems:
56                Version 0.2.2:
57                - The application only loads .txt files. The expected format is 2- or 3-column ascii.
58        - More than a single additional data set should be plottable on the P(r) graph.
59        - Additional data plotted on the P(r) graph should also be normalizable.
60        - If additional P(r) data is loaded after a scale change has been done, the loaded data appears in another window rather than on the same graph. If additional P(r) data is loaded while the scale of the P(r) graph is linear, the behavior is correct.
61        - The application will not load data files with a point at Q=0. The user will not be notified.
62
63
64        3.2- Windows:
65                - None
66
67        3.3- Linux:
68                - None
69
704- Troubleshooting
71
72        - None
73
745- Frequently Asked Questions
75
76        - None
77
786- Other Resources
79
80        - See: http://danse.chem.utk.edu/prview.html
81
82       
83
84       
85
86
Note: See TracBrowser for help on using the repository browser.