@@ -32,6 +32,8 @@ Supported formats:
32
32
*(only 1-D data is supported) *
33
33
- χPLOT CHI _
34
34
- Ron Unwin's Spectra XPS format (VGX-900 compatible)
35
+ - Freiberg Instruments XSYG (from lexsyg)
36
+ - Bruker SPC/PAR
35
37
36
38
.. _CHI : http://www.esrf.eu/computing/scientific/FIT2D/FIT2D_REF/node115.html#SECTION0001851500000000000000
37
39
@@ -113,7 +115,7 @@ __ https://github.com/wojdyr/xylib/releases
113
115
* `tarball `_
114
116
* GitHub repository _ |travis-status |_ |appveyor-status |_
115
117
116
- .. _`tarball` : https://github.com/wojdyr/xylib/releases/download/v1.5 /xylib-1.5 .tar.bz2
118
+ .. _`tarball` : https://github.com/wojdyr/xylib/releases/download/v1.6 /xylib-1.6 .tar.bz2
117
119
.. _repository : https://github.com/wojdyr/xylib
118
120
.. _travis-status : https://travis-ci.org/wojdyr/xylib/
119
121
.. |travis-status | image :: https://api.travis-ci.org/wojdyr/xylib.png
@@ -123,7 +125,7 @@ __ https://github.com/wojdyr/xylib/releases
123
125
**To compile ** the source code you need:
124
126
125
127
* C++ compiler (all popular ones are tested: GCC, Clang, MSVC, icc)
126
- * Boost _ libraries (only headers).
128
+ * Boost _ libraries >= 1.46.1 (only headers).
127
129
* optionally, zlib and bzlib libraries (for reading compressed files)
128
130
* optionally, wxWidgets 3.0 (for xyconvert - GUI converter)
129
131
@@ -181,7 +183,9 @@ CREDITS
181
183
HISTORY
182
184
=======
183
185
184
- * 1.6 (unreleased)
186
+ * 1.6 (2020-09-08)
187
+ - added XSYG format from Freiberg Instruments' lexsyg (Johannes Friedrich)
188
+ - added Bruker SPC binary format (Sebastian Kreutzer)
185
189
- added PANalytical XRDML
186
190
187
191
* 1.5 (2016-12-17)
0 commit comments