source: sasview/prview/release_notes.txt @ ea6e8b6

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 ea6e8b6 was e594bb0, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit prview releases notes

  • Property mode set to 100644
File size: 3.1 KB
Line 
1Release Notes
2=============
3
4PrView 0.3
5
6Package name: prview
7
81- Version 1.0.0
9        - Release date: 10/24/2011
10        - Use a different version of Frame
11        - Allow more user customization of the Frame
12        - Fix intensity error display
13       
14        Version 0.3.0
15        - Release date: 7/4/2009
16        - Added installer for compatibility with guiframe/sansview
17        - Added functionality to save inversion results
18        - Added functionality to explore d_max range and see results plotted as a function of d_max
19   
20   Version 0.2.3
21        - Release date: 10/24/2008
22        - Protected against loading files with multiple data entries (like cansas XML).
23        - Added functionality to load various data formats.
24        - Fixed problem with loading additional data after the P(r) graph's scale has been changed.
25        - Fixed problem of silent failure upon loading a file with a point at Q=0.
26        - Added use of SANS DataLoader   
27    - Mac compatibility
28   
29   Version 0.2.2
30        - Release date: 7/8/2008
31        - Added option to normalize P(r) to 1, scale P_max to 1, or leave as is.
32        - Fixed problem with changing the number of P(r) points.
33
34   Version 0.2.1
35        - Release date: 7/04/2008
36        - Improved user interface.
37        - Automated estimate of the number of terms.
38        - I(q=0) and Rg are now outputs of the inversion.
39        - Slit smearing has been added.
40        - Constant background estimation.
41        - Functionality to compare p(r) output with data from a file.
42        - Functionality to change the number of p(r) points of the output distribution.
43
44   Version 0.1.0
45
46        - Release date: 5/28/2008
47        - First version put together built on guiframe.
48
492- Downloading and Installing
50
51        2.1- System Requirements:
52                - Python version >= 2.4 should be running on the system
53
54        2.2- Installing:
55                - Get the code from sans repository:
56                        svn://danse.us/sans/releases/sansguiframe-1.0.0 (run 'python setup.py install' under the 'sansguiframe-1.0.0' folder)
57                svn://danse.us/sans/releases/pr_inversion-1.0.0(run 'python setup.py install'under the 'pr_inversion-1.0.0' folder)
58                svn://danse.us/sans/releases/inversionview-1.0.0 (run 'python setup.py install'under the 'inversionview-1.0.0' folder)
59               
60                - This application is also dependent on the following DANSE code:
61                        svn://danse.us/common/releases/plottools-1.0.0 (run 'python setup.py install'under the 'plottools-1.0.0' folder)
62                        svn://danse.us/common/releases/util-1.0.0 (run 'python setup.py install'under the 'util-1.0.0' folder)
63               
64                - The following modules are required:
65                        * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC)
66                        * numpy = 1.4.1
67                        * scipy >= 0.7.2
68                        * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC)
69                        * lxml >= 2.2.2
70                        * multiprocessing-2.6.2(X)
71                        * comtypes (for PDF window)(WIN)
72                        * pywin32 (to read ms office)(WIN)
73                        * PIL (Python Image Library)
74                        * PyXML (for cansas reader)
75
763- Known Issues
77
78        3.1- All systems:
79                - None
80
81        3.2- Windows:
82                - None
83
84        3.3- Mac OS:
85                - Context menu dialog interfere with dragging when displayed over plots.
86
874- Troubleshooting
88
89        - None
90
915- Frequently Asked Questions
92
93        - None
94
956- Other Resources
96
97        - See: http://danse.chem.utk.edu/prview.html
98
99       
100
101       
102
103
Note: See TracBrowser for help on using the repository browser.