source: sasview/prview/release_notes.txt @ 325743d

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

release note for prview

  • Property mode set to 100644
File size: 2.8 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/prview-1.0.0
57                        svn://danse.us/sans/releases/DataLoader-1.0.0
58                        svn://danse.us/sans/releases/guiframe-1.0.0
59                        svn://danse.us/sans/releases/pr_inversion-1.0.0
60                - This application is also dependent on the following DANSE code:
61                        svn://danse.us/common/releases/plottools-1.0.0
62                        svn://danse.us/common/releases/util-1.0.0
63                - The following modules are required:
64                        * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC)
65                        * numpy = 1.4.1
66                        * scipy >= 0.7.2
67                        * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC)
68                        * lxml >= 2.2.2
69                        * multiprocessing-2.6.2(X)
70                        * comtypes (for PDF window)(WIN)
71                        * pywin32 (to read ms office)(WIN)
72                        * PIL (Python Image Library)
73                        * PyXML (for cansas reader)
74
753- Known Issues
76
77        3.1- All systems:
78                - None
79
80        3.2- Windows:
81                - None
82
83        3.3- Mac OS:
84                - Context menu dialog interfere with dragging when displayed over plots.
85
864- Troubleshooting
87
88        - None
89
905- Frequently Asked Questions
91
92        - None
93
946- Other Resources
95
96        - See: http://danse.chem.utk.edu/prview.html
97
98       
99
100       
101
102
Note: See TracBrowser for help on using the repository browser.