diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 18:44:22 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 18:44:22 +0200 |
commit | 9411139beee167c5339e96db448e5dbed19e06bc (patch) | |
tree | 1bba625b3a2288c1ede4eefe1c23d3bcfa0f9fcc /NEWS.md | |
parent | 801e95f1cc7bfcc8480f6f49b9da2331be71d1a9 (diff) |
Maintenance in preparation of improvements
- Switch vignette to html
- Switch tests to testthat
- NEWS.md instead of ChangeLog
- Remove names of y in lists returned by lod and loq
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +# chemCal 0.2.1 (2018-07-06) + +- 'lod' and 'loq': In the lists that are returned, return the list component 'y' without names, because we always have a single element in 'y' and the name '1' is meaningless + +- Use testthat for tests to simplify further development + +- Convert vignette to html + +# chemCal 0.1-33 (2014-04-24) + +- Bugfix in lod() and loq(): In the case of small absolute x values (e.g. on + the order of 1e-4 and smaller), the lod or loq calculated using the default + method could produce inaccurate results as the default tolerance that was + used in the internal call to optimize is inappropriate in such cases. Now a + reasonable default is used which can be overriden by the user. Thanks to + Jérôme Ambroise for reporting the bug. + +For a detailed list of changes to the chemCal source please consult the commit history on https://cgit.jrwb.de/chemCal |