fix a segfault in the gui
[hkl.git] / NEWS
blob429fde4e39161a738f19704c558e65a69d89fd13
1 # -*- org -*-
3 * 5.0.0 UNRELEASED
4 ** General
5    - 5.x runtime can be co-installed with the 4.x series.
6    - hkl.h contain all the Public API.
7    - A clear separation between the public and private API was
8      achieved, in order to propose a Long Time Support support of the
9      5.x series.
10    - c-tap-hardness library was embeded to provide the unit test
11      framework.
12    - gobject-instrospection provide the binding support. Look at this
13      [[https://wiki.gnome.org/action/show/Projects/GObjectIntrospection][page]] for more informations.
14    - Documentation was generated with sphinx and asymptote for the figures.
15    - New diffractometers added
16      - E4CH (eulerian 4 circles horizontal) geometry.
17      - MARS beamline (SOLEIL) eulerian 4 circles vertical geometry.
18      - SOLEIL SIRIUS KAPPA
19      - SOLEIL SIRIUS TURRET
20    - A not yet public hkl3d library used only by the gui allow to
21      compute (Bullet) and display (OpenGL) collision for model
22      described using the COLLADA file format.
23 ** Buildsystem
24    - add a --disable-hkl3d flag to avoid hkl3d library compilation.
25    - replace the --enable-ghkl with a --disable-gui.
26    - use ./configure --help for all the options
27 ** Gui
28    - Rewriten using Gtk instead of Gtkmm, in order to minimise the
29      required dependencies.
30    - Added a 3D view to display diffractometers and collisions.
31    - Added the K6C 3D model.
32 ** Bindings
33    - Provide the garantie via unit tests that the python API will be
34      stable during all the 5.x lifetime.
35    - For other languages look at [[https://wiki.gnome.org/Projects/GObjectIntrospection/][here]].
37 * 4.0.4 UNRELEASED
38         * add the SOLEIL SIXS MED2+2 diffractometer
39           - engine: hkl
40             - mode: reflectivity.
41           - engine: qper_qpar
42         * add the SOLEIL MARS diffractometer
43           - engine: qper_qpar
44         * add the PETRA3 P09 EH2 diffractometer
45           - engine: qper_qpar
46         * modified E6C
47           - engine: qper_qpar
48           - add modes : hkl psi_constant_horizontal, constant_mu_horizontal
49         * K6C
50           - engine hkl:
51             - add the constant_incidence mode
52           - engine: qper_qpar
53         * add the sphinx documentation
55 * 4.0.3 06-06-2010
56         * remove the usage.c file to avoid a GPL2-GPL3+ incompatibility
57         * update the documentation
58         * fix warning catched by clang
60 * 4.0.2 01-06-2010
61         * add the ghkl manpage and .desktop file
62         * fix the ghkl quit menuitem bugs
64 * 4.0.1 10-05-2010
65         * fix a few ghkl bugs (.ui files installation)
66         * add a --enable-ghkl=[yes,no] flag to allow compiling the gui interface
67         * do not forgot to link ghkl against gsl.
68         * display by default the preference panel of ghkl.
70 * 4.0.0 14-04-2010
72         * add the autotools buildsystem and remove all other systems.
73         * add a GUI ghkl for testing purpose based on gtkmm.
74         * add the GNU info doc
75         * add the gtk-doc to document the api (work in progress)
76         * new structure for the HklDetector (prepare for 2D detectors)
77         * HklGeometryConfig shared between all equivalent HklGeometries.
78         * fix for 64 bits computers runtime error.
79         * add the GError class to report calculation errors (not yet used)
80         * new way to set the UB matrix of a sample (hkl_sample_set_UB).
81         * new ZAxis geometry
82                 - mode zaxis
83                 - mode reflectivity (mu = gamma)
85 * 3.0.1 23-10-2009
87         * add the psi_constant mode to the e4cv, e6c, k4cv and k6c geometries. (thanks teresa)
88         * upgrade the user guide to explain how to add a mode.
89         * the horizontal modes are also valid if omega = +-PI. (e6c, k6c)
90         * remove geometries with an invalid range from the list of solutions.
92 * 3.0.0 15-07-2009
94         * Rewrote from scratch in C with the GSL library.
95                 - now most of pseudo axes modes are numeric.
96                   So a 6 circles mode is now a real 6 circles mode.
97         * Eulerian 4 circles
98                 - PseudoAxisEngine  "hkl": "h", "k", "l"
99                         * Mode "bissector"
100                         * Mode "constant_omega"
101                         * Mode "constant_chi"
102                         * Mode "constant_phi"
103                         * Mode "double_diffraction"
104                 - PseudoAxisEngine "psi": "psi"
105                         * Mode "psi"
106         * Kappa 4 circles
107                 - PseudoAxisEngine  "hkl": "h", "k", "l"
108                         * Mode "bissector"
109                         * Mode "constant_omega"
110                         * Mode "constant_chi"
111                         * Mode "constant_phi"
112                         * Mode "double_diffraction"
113                 - PseudoAxisEngine "psi": "psi"
114                         * Mode "psi"
115                 - PseudoAxisEngien "eulerians": "omega", "chi", "phi"
116                         * mode "eulerians"
117         * Eulerian 6 circles
118                 - PseudoAxisEngine  "hkl": "h", "k", "l"
119                         * Mode "bissector_vertical"
120                         * Mode "constant_omega_vertical"
121                         * Mode "constant_chi_vertical"
122                         * Mode "constant_phi_vertical"
123                         * Mode "double_diffraction_vertical"
124                         * Mode "lifting_detector"
125                         * Mode "bissector_horizontal"
126                         * Mode "double_diffraction_horizontal"
127                 - PseudoAxisEngine "psi": "psi"
128                         * Mode "psi"
129         * Kappa 6 circles
130                 - PseudoAxisEngine  "hkl": "h", "k", "l"
131                         * Mode "bissector_vertical"
132                         * Mode "constant_omega_vertical"
133                         * Mode "constant_chi_vertical"
134                         * Mode "constant_phi_vertical"
135                         * Mode "double_diffraction_vertical"
136                         * Mode "lifting_detector"
137                         * Mode "bissector_horizontal"
138                         * Mode "constant_phi_horizontal"
139                         * Mode "constant_kphi_horizontal"
140                         * Mode "double_diffraction_horizontal"
141                 - PseudoAxisEngine "psi": "psi"
142                         * Mode "psi"
143                 - PseudoAxisEngien "eulerians": "omega", "chi", "phi"
144                         * mode "eulerians"
146 * 2.3.0 24-01-2007
148     * Refactoring of the sample part.
149       - It is now possible to create different kind of samples easily.
150         - MonoCrystal type.
152     * Diffractometers:
153       - Eulerian 6 Circles.
154       - kappa 4 Circles Vertical.
155     
156     * Refactoring of the PseudoAxe part.
157       - Derived PseudoAxe can be created from an already existing PseudoAxe if the Geometry conversion exist.
158       - Better related PseudoAxes (ex Eulerians on a Kappa)
159       - The PseudoAxe is just a interface, computation is done by the PseudoAxeEngine.
160       - Eulerian 4 Circles Vertical
161         - "th2th" : derived from the twoC
162         - "q2th" : derived from the twoC
163         - "q" : derived from the twoC
164       - kappa 4 Circles Vertical
165         - "omega", "chi", "phi" : eulerian 4 circles Vertical pseudoAxes.
166         - "th2th" : derived from the twoC
167         - "q2th" : derived from the twoC
168         - "q" : derived from the twoC
169         - "psi" : derived from the Eulerian 4 Circlers Vertical.
170       - Eulerian 6 Circles:
171         - "tth" : 2 * theta
172         - "q" : 2 * tau * sin(theta) / lambda
173         - "psi" : derived from the Eulerian 4 Circlers Vertical.
174       - Kappa6C
175         - "omega", "chi", "phi" : derived from the Kappa 4 Circles Vertical.
176         - "tth" derived from the Eulerian6C.
177         - "q" derived from the Eulerian6C.
178         - "psi" : derived from the Eulerian 4 Circlers Vertical.
179     
180     * Refactoring of the Modes.
181       - Derived Mode can be created from an already existing Mode if the Geometry conversion exist.
182       - all Eulerian 4 Circles on the kappa4C, Eulerian6c and Kappa6C diffractometers.
184 * 2.2.0 19-06-2006
185     
186     * Diffractometers:
187       - twoC Vertical.
188       - Eulerian 4 Circles Vertical.
189       - Kappa 6 Circles.
190     
191     * PseudoAxes
192       - twoC
193         - "th2th": omega - 2theta (domega = d2theta / 2)
194         - "q2th" : omega - 2theta (domega = d2theta / 2) but q2th = 2 tau sin(theta) / lambda
195         - "q" : 2 * tau * sin(theta) / lambda
196       - Eulerian 4 Circles Vertical
197         - "th2th": omega - 2theta (domega = d2theta / 2)
198         - "q2th" : omega - 2theta (domega = d2theta / 2) but q2th = 2 tau sin(theta) / lambda
199         - "q" : 2 * tau * sin(theta) / lambda
200         - "psi" : Rotation of the sample oaround the Q vector.
201     
202     * Modes
203       - twoC
204         - "symetric" (omega = theta, 2theta = 2 * theta)
205         - "fix incidence" (omega = free, 2theta = 2 * theta)
206       - Eulerian 4 circles:
207         - "Bissector"
208         - "Delta Theta"
209         - "Constant Omega"
210         - "Constant Chi"
211         - 'Constant Phi"
212       - Kappa6C
213         - all Eulerian 4 Circles modes.