aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-02 10:58:34 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-03 10:53:07 +0200
commit47ba9ea512b82fb8b31da8ec5558f3c0952d86d4 (patch)
tree775b56488b5f040132d00a962c6f7f876ed15b7c /NEWS.md
parent1d01aa6e40bdb3e338638b9239153cf82713d634 (diff)
Compiled models article, reduce distractions
- Added a section with platform specific notes on getting compiled models to work to the compiled models article - Don't return empty SFORB parameter list from endpoints() if there is no SFORB model - Avoid warnings when using standardized = TRUE in plot.mmkin()
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 8fe50754..a2258e77 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,12 @@
-# mkin 0.9.49.9 (unreleased)
+# mkin 0.9.49.10 (unreleased)
+
+- 'endpoints': Don't return the SFORB list component if it's empty. This reduces distraction and complies with the documentation
+
+- Article in compiled models: Add some platform specific code and suppress warnings about zero values being removed from the FOCUS D dataset
+
+- 'plot.mmkin': Add the argument 'standardized' to avoid warnings that occurred when it was passed as part of the additional arguments captured by the dots (...)
+
+# mkin 0.9.49.9 (2020-03-31)
- 'mkinmod': Use pkgbuild::has_compiler instead of Sys.which('gcc'), as the latter will often fail even if Rtools are installed

Contact - Imprint