|
1 |
| -# ospsuite.reportingengine 2.1.0 |
| 1 | +# ospsuite.reportingengine 2.1.244 |
2 | 2 |
|
3 | 3 | ## New features
|
4 | 4 |
|
5 |
| -- Population workflows can use Monte Carlo sampling to handle ratio comparison (#536) as documented in article [PK Parameters in Population Workflows](../articles/pop-pk-parameters.html#ratio-comparison). |
| 5 | +- Population workflows can use Monte Carlo sampling to handle ratio comparison (#536) as documented in the article [PK Parameters in Population Workflows](../articles/pop-pk-parameters.html#ratio-comparison). |
6 | 6 | - [`Output`](../reference/Output.html) objects can now include `color` and `fill` properties that will be displayed in the corresponding plots (#418, #883)
|
7 | 7 | - `dataSelection` is now available at both `SimulationSet` and `Output` levels (#881)
|
8 | 8 | - Excel template is up-to-date with the new features (#882) and documented in the article [Excel Template](../articles/excel-template.html)
|
|
26 | 26 | - figure/table numbering (#967) are now fixed
|
27 | 27 | - default reference word document has been updated (#748, #749, #750 and #754)
|
28 | 28 | - tags for subscript (wrapped by `<sub>...</sub>`) and superscript (wrapped by `<sup>...</sup>`) are converted to word (#968)
|
29 |
| - - equations wrapped by `$$...$$` and written in LateX format are converted to word |
| 29 | + - equations wrapped by `$$...$$` and written in LaTeX format are converted to word |
30 | 30 | - bookmarks are now created from markdown anchors (#923)
|
31 | 31 | - Qualification time profiles use base unit if unit is not defined by user (#867, #991)
|
32 | 32 |
|
33 |
| -# ospsuite.reportingengine 2.0.0 |
| 33 | +# ospsuite.reportingengine 2.0.191 |
34 | 34 |
|
35 | 35 | ## New features
|
36 | 36 |
|
37 | 37 | - Qualification workflows are now available ! (#2)
|
38 | 38 | - Qualification Workflows have their own [vignette](../articles/qualification-workflow.html) to help you start (#566)
|
39 |
| - - A template qualification workflow R script is available on Github at `system.file("extdata", "qualification-workflow-template.R", package = "ospsuite.reportingengine")` and can also be downloaded from [Github](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/qualification-workflow-template.R) (#572) |
| 39 | + - A template qualification workflow R script is available on GitHub at `system.file("extdata", "qualification-workflow-template.R", package = "ospsuite.reportingengine")` and can also be downloaded from [GitHub](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/qualification-workflow-template.R) (#572) |
40 | 40 | - Function `adjustTitlePage` can be used to personalize the report title page (#755)
|
41 | 41 | - Configuration plans can be re-loaded on `QualificationWorkflow` objects to update the report display (#567)
|
42 | 42 | - DDI subunits option is available (#642)
|
43 | 43 | - With `ospsuite` version 10, simulations can be run in parallel (#526)
|
44 | 44 | - Workflows account for time offset in simulation sets using option `timeOffset` for time profile plots (#313) or through user defined PK parameters for PK parameter plots (#578).
|
45 |
| -- User can define their own word report template to tune the styles of their report by providing a reference word document to the `wordConversionTemplate` of their Workflow object. A word reference template is available on [Github](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/reference.docx) (#756) |
| 45 | +- User can define their own word report template to tune the styles of their report by providing a reference word document to the `wordConversionTemplate` of their Workflow object. A word reference template is available on [GitHub](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/reference.docx) (#756) |
46 | 46 | - The function `copyReport` can be used to copy markdown/word reports (#814)
|
47 | 47 |
|
48 | 48 | ## Minor improvements and bug fixes
|
|
0 commit comments