You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# RstoxFramework v4.2.0-9003 (2025-09-08)
2
+
* Added the exported function writeStoxOutput() which can be used to write output from a StoX function run in R and get the same files as a StoX project would.
3
+
* Added the option unlistSingleBootstrapData to runProjects(), runProject() and rumModel().
4
+
* Refactored to use inherits() actively when checking class.
5
+
* Added support for logical columns in process data tables (represented as boolean in the JSON schema).
6
+
* Fixed bug where the type of output of plotting functions was not correctly recognised (change in getDefaultOutputFileType()).
7
+
* Some refactoring of getFunctionArguments() and getProcessOutputTextFilePath().
8
+
* Added support for specifying which columns to write in writeGPX (using the "layers" argument).
9
+
10
+
1
11
# RstoxFramework v4.2.0-9002 (2025-09-01)
2
12
* Changed how help pages are generated, from generating the html on the fly using getObjectHelpAsHtml() to instead fetching html from the new RstoxDefinition object named "objectHelp", which is compiled from htmls generated by RstoxBuild for the individual Rstox packages. This saves significant time when moving between processes in the StoX GUI (roughly half the time compared to StoX 4.1.4).
3
13
* Renamed UseDefaultTextSettings to UseDefaultLabelSettings in PlotReportBootstrap().
# Unlist the top level of an RData file, as an RData file is a joint file of several outputs, and we do not want the extra BootstrapData level on top of this list:
# Add class BootstrapData to the output, as the datatype is currently not written to a textfile "outputClass.txt" like the Baseline and Report processes:
0 commit comments