|
1 | | -## dev umx 4.8.0 |
| 1 | +## dev umx 4.9.0 |
| 2 | +* NEW: |
| 3 | + |
| 4 | +# Releases |
| 5 | +## umx 4.8.0 |
| 6 | +* June 2021 R 4.1.0 (2021-06-01) |
2 | 7 | * NEW: `umxPlot` now detects and plots Pearson-Aitken selection paths (solid red headless). |
3 | | -* NEW: `umxPlotFun` plot functions, e.g "sin(x)", "cos(x)" without hassles. |
| 8 | +* NEW: `umxPlotFun` plot functions without hassles. e.g `umxPlotFun("sin(x)")` |
4 | 9 | * NEW: `umxModelNames` to get model and submodel names from a model. |
5 | 10 | * NEW: `libs` as a short cut for `multiple library()` calls |
6 | 11 | * e.g. `libs("x", "y", c("a", "b"))` |
7 | 12 | * NEW: `fin_valuation` uses revenue, margin, expenses and PE to compute a market cap. |
8 | | - * IMPROVED: `fin_interest` shorter parameter name `dinflate` and other improvements. |
| 13 | +* IMPROVED: `fin_interest` shorter parameter name `dinflate` and other improvements. |
9 | 14 | * IMPROVED: `umxACEv` Tables now include markdown-compatible table captions. |
10 | 15 | * IMPROVED: `umxAPA` reports R^2 for `lm` (in addition to beta & CI[] for each parameter) |
11 | 16 | * IMPROVED: `umxSummary` sorts RAM parameters by type (factor loading etc.) and can filter means and residuals for ease of use. |
|
14 | 19 | * IMPROVED: `umxCompare` Maintain compatibility with new OpenMx changes to `mxCompare` (esp. for WLS). |
15 | 20 | * IMPROVED: `umx_read_lower` accept names for lower diag. |
16 | 21 | * IMPROVED: `umxCP` `correlatedACE` leaves the covariances fixed@0. |
17 | | -* IMPROVED: `umxAPA` pretty printing. |
18 | 22 | * IMPROVED: `umxACE` added `A_std` closes #151 |
| 23 | +* IMPROVED: `umxAPA` pretty printing. |
19 | 24 | * IMPROVED: `umxPlotFun` check for character input. |
20 | 25 | * NEW: `xmu_summary_RAM_group_parameters` sort and filter RAM model parameters for ease of understanding. |
21 | 26 | * MINOR: `umxFactor` now used in all examples involving factor making. |
22 | 27 |
|
23 | | -# Releases |
24 | 28 | ## umx 4.3.0 |
25 | 29 | * January 2021 R 4.0.3 (2020-10-10) |
26 | 30 | * NEW `plot` can output to pdf, png, svg! |
27 | | -* NEW `umx_set_plot_format` can choose between pdf, png, svg plot output (in addition to DiagrammeR and graphviz) |
| 31 | +* NEW `umx_set_plot_format` adds pdf, png, svg plot output (in addition to DiagrammeR and graphviz) |
| 32 | +* NEW: `umx_lower.tri` helper to get lower.tri values in 1 call |
| 33 | +* NEW: `umx_set_plot_use_hrbrthemes` control |
| 34 | +* NEW: `plot.percent` plot support for percent change questions |
28 | 35 | * IMPROVED: `umxSummary` now reports algebra values when present in RAM models closes #70 |
29 | 36 | * IMPROVED: `umxSummary` tables have pandoc captions (see #145) |
30 | 37 | * IMPROVED: `umxCompare` table output and plain-English summary printing (cat) |
31 | 38 | * IMPROVED: `umxCP` practical workflows for correlated ACE |
32 | | -* NEW: `umx_lower.tri` helper to get lower.tri values in 1 call |
33 | | -* HELP: `umxCP` Document that correlatedA works on a, c and e, allowing factors built by these matrices to correlate. |
| 39 | +* IMPROVED: `fin_compound_interest` now outputs a table of annual returns |
| 40 | +* IMPROVED: `umxAPA` uses cat to improve usability of summary data |
| 41 | +* HELP: `umxCP` Document that correlatedA works on a, c and e, allowing factors to correlate. |
34 | 42 | * BETA: `umxGxEbiv` lboundACE @ 0 by default |
35 | 43 | * FIXED: `umxSimplex` example |
36 | 44 | * FIXED: `umxGxEbiv` fix nonfunctional lboundACE and lboundM (thanks @mcneale) |
37 | | -* FIXED: `umxGxEbiv` selVars order was imposed on expectation dimnames but didn't match the cov matrix due to bespoke nature of expCov algebras... |
38 | | -* IMPROVED: `fin_compound_interest` now outputs a table of annual returns |
39 | | -* IMPROVED: `umxAPA` uses cat to improve usability of summary data |
40 | | -* NEW: `umx_set_plot_use_hrbrthemes` control |
41 | | -* NEW: `plot.percent` plot support for percent change questions |
| 45 | +* FIXED: `umxGxEbiv` selVars order was imposed on expectation dimnames but didn't match the cov matrix due to bespoke nature of `expCov` algebras... |
42 | 46 |
|
43 | 47 | ## umx 4.2.5 |
44 | 48 | * December 2020 R 4.0.3 (2020-10-10) |
|
0 commit comments