Skip to content

Commit 53470e9

Browse files
committed
NEWS for next release
1 parent 7a91fa4 commit 53470e9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# umx 3.0.5
2+
* December 2019 R 4.0.0 compatibility
3+
* BUGFIXED: `umx_is_ordered` was broken by previous fix to support the un-tidyverse mucking with dataframes... Now fixed
4+
* BETA: `umxRAM` supports multi-group via `group = "column"
5+
* IMPROVED: `umx_score_scale` now works with binary (0-1) items
6+
* IMPROVED: `umx_time` gains "lap" (report elapsed time without restarting timer)
7+
* IMPROVED: `umx_time` behavior with no input - now prints the current time and date
8+
* IMPROVED: `umxFactorScores` can now `return` SEs
9+
* IMPROVED: `umxFactorScores` allows abbreviated type names
10+
* IMPROVED: `umx_reorder` can operate without verifying data (ignore precision digits in triangles of cov matrices)
11+
* IMPROVED: `residuals` can re-order variables for ease of checking patterns of residuals
12+
* IMPROVED: `umxPath(defn=` Definition vars now auto-named if labels not given closes #107
13+
* IMPROVED: `umxACEv` uses default name "ADEv" (instead of "ACEv") if user sets `dzCr = .25`
14+
* IMPROVED: `umxAPA` only uses italic Beta when std = TRUE
15+
* IMPROVED: `umxRAM` now respects `umx_set_silent`
16+
* CLEANUP: More removal of unused and obscure functions:
17+
* CLEANUP: `umxRAM2Ordinal` to `xmuRAM2Ordinal`
18+
* CLEANUP: `umx_fix_latents` and `umx_fix_first_loadings` to encourage user to be more explicit in their modeling.
19+
* CLEANUP: Reorganized function groupings to be easier to navigate.
20+
21+
122
# umx 3.0.0
223
* August 2019 R 3.6.1 "Action of the Toes"
324
* This release has major new features in beta including support for lavaan syntax, AND a over 80 additional improvements clean-out/cleanup of old functions and parameters that impede getting learning and using `umx`: Think of it like `ggplot2` version 2.

0 commit comments

Comments
 (0)