-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
37 lines (29 loc) · 1.22 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
rxylib 0.2.2 (Release date: 2019-01-17)
==============
* Update to newest 'xylib' version
* Modify example in convert_xy2TKA() to avoid CRAN problems
* Add README.md
rxylib 0.2.1 (Release date: 2017-12-20)
==============
* Add function convert_xy2TKA()
* Reduction of the library size by stripping debug entries
rxylib 0.2.0 (Release date: 2017-07-28)
==============
* Add full support for file format metadata
* Add full support for column names (R like set to V1 and V2 if not provided otherwise)
* Add full support for block names
* Add S3-methods for `plot` and `print`
* Add new example dataset for a TL spectrum (XSYG-file format) and a ChiPlot (chi-file format)
* Add internal function `get_version` to return the 'xylib' version number
* Unfortunately the table with the supported file format got missing during the last update
round ... again added
rxylib 0.1.1 (Release date: 2017-07-05)
==============
* Correct for CRAN error on Solaris platform
* Remove import of package 'stringr'
* Correct faulty set value for multibock (fixed by Johannes Friedrich)
* Fix minor issue for case the data format is not obvious
* Update to newest 'xylib' library version
rxylib 0.1.0 (Release date: 2017-06-30)
==============
* Initial version