# umx 1.8.0 (Bleeding edge - expected to drop May 2017, R 3.4.0 (You Stupid Darkness)
* *TIP*: umxAPA can format lots of things for you: from effects in lm -try it out!
* Numerous fixes to umxACEcov, to the point where this is now usable multivariate!
	* older versions worked with 1 DV only, and had poor start values

# umx 1.7.5 (April 04 2017, R 3.3.3 Another Canoe)
* *TIP*: In twin models, mzData and dzData can contain unused variables: These will be removed for you!
* NEW: umxVersion (returns mxVersion() + umx version).
* IMPROVED: umxACE start values much better for univariate models.
* NEWFEATURES: umx_make_TwinData
	* Use variance input
	* Option to set seed
	* Add varName to datasets
	* nThresh to threhold the created variables, and return as mxFactors
	* Surface the empirical parameter of mvrnorm
	* More flexible: Leave out any one of A, C, or E.
	* omit nDZPairs to get equal numbers
	* Option to allow A+C+E ≠ 1
	* Full set of examples
	* NOTE: umx_make_TwinData uses **variance** input. This was ambiguous previously.
	* Docs much improved.
* NEWFEATURES: install.OpenMx can install UVA parallel, travis latest (on mac) or opening the travis list.
	* BUGFIX: install.OpenMx had a broken URL, now corrected.
* NEWFEATURES: umxRAM can now be used in "sketch" mode, to plot demos without data: just add the list of manifests as a character string to `data`.
	```splus
	m1 <- umxRAM("test", data = paste0("itemC", 1:4),
		umxPath(unique.bivariate = paste0("itemC", 1:4)),
		umxPath(var="X")
	)
	plot(m1)
	```
* NEWFEATURES: umx_cont_2_quantiles now allows returning cut points, better examples, level_names
	* BUGFIX: umx_cont_2_quantiles lowest threshold was empty
* NEWFEATURES: `umxAPA` now reports mode for factor data
* NEWFEATURES: Allow `umxLabel` to rename the returned model
* IMPROVED: Allow sep as a synonym for suffix in uxmACE, umxCP, umxIP
* DOCUMENT: Examples use zygosity string from twinData instead of numeric code
* DOCUMENT: Fix typo in umxPath docs
* INCOMPATIBLE: renamed umx_cov_diag to umx_var

# umx 1.5.5 (March 20 2017, R 3.3.3 "Another Canoe")
* NEW: umx_write_to_clipboard
* NEW: umx_r_test
* IMPROVED: Add autoRun option to umxModify.
* FIXED: Switch away from CSOLNP in umxCP example.
* ROLLBACK: No longer generically alter CSOLNP tolerance.

# umx 1.5.1 (March 05 2017 R 3.3.2)
* IMPROVED: umxCP example for improved compatibility with OpenMx 2.7
* IMPROVED: umx twin models now set a better (less likely to fail) precision for CSOLNP
* IMPROVED: improved help files; document forms parameter for umxPath
* IMPROVED: handling list inputs
* IMPROVED: behavior of confint()
* IMPROVED: formatting of umxAPA table output
* ADD: "check" option to umx_make()
* FIXED: umxpath(a, forms= ) arrows = 2 bug

# umx 1.5.0 (December 2016)
* Features + OpenMx 1.7.3 compatibility release
* IMPROVED: umxRAM returns invisibly
* IMPROVED: umx_aggregate can return a formatted table (kable = TRUE)
* IMPROVED: umxAPA returns lower-triangle of data.frame correlations (by default)
* REMOVED: umxSE now included in OpenMx 2.7.0!
* FIXED: umx_set_plot_format uses silent = TRUE internally where needed

# umx 1.4.9 (December 2016)
* Bug fix
* FIXED: umx_make_TwinData fix bug in DZ moderator code and A+C computation
* IMPROVED: more functionality hints in man page titles

# umx 1.4.5
* November 2016 "Usability is queen/Sincere Pumpkin Patch"
* IMPROVED: Reorganize function families to increase clarity
* IMPROVED: umx_set functions now show legal options by default
* NEW: umx_set functions have silent option
* FIX secure http URLs

# umx 1.4.0
* Mid October 2016 "New features and improvements"
* BUG FIX: umxFitIndices RMR and SRMR (h/t Brenton Wiernik!)
* NEW: umxMatrix with default labels and name as 1st parameter 
* NEW: Definition variable umxPath type, e.g.
	* umxPath(defn = "def", labels = "data.age")
* IMPROVED: More concise feedback
* IMPROVED: umxEquate supports autoRun and compare
* IMPROVED: umx_names can, as a convenience, take string vectors
* RENAME: umxGetOpenMx aliased to install.OpenMx or umx_install_OpenMx
* IMPROVED: umxFitIndices additional fit-indices and now automatically computes refModels if needed.
* IMPROVED: umxRAM remove_unused_manifests no longer updates manifestVars + leaves variable in data by default.
* RENAME: plot() "showFixed" deprecated in favour of easier to type "fixed"

# umx 1.3.0
* R 3.3.1 companion: "Bug in your Hair" August 2016
* NEW: umxPath allows unique.pairs connection
 * Useful for growth curve models
* IMPROVED: umxRAM handles suffix labels
	* Useful for models embedded in multi-group 
* IMPROVED: umxSummary to show parameters from first model in multi-group
	* Begin to support multi-group in umxSummary
* IMPROVED: twin model figures tweaked
* CHANGE showStd= to std= in most remaining cases
	* Might need to update your code!
* CHANGE: umx_show_options to umx_get_options
	* Might need to update your code!
* FIX: umx_check_parallel typo
* FIX: plot calls from summary
* REMOVE: dependency on non-condensed slots

# umx 1.2.8
* R 3.3.0 companion: "Very compatible" May 2016
* NEW: umxRAM can now build and run Joint Continuous Ordinal models. Tada!!
* NEW: umx_show_options function to help users learn the options available
* BETA: umxACE can now implement a form of left-censoring.
* BETA: umxThresholdMatrix can now implement a form of left-censoring.
* IMPROVE: umxRAM & umxRAM2Ordinal can turn off refModel computation with refModels = F;
* IMPROVE: umx_show can show thresholds
* IMPROVED: listOK option for umx_is_MxModel
* IMPROVED: rowwiseParallel and numberSubjects options for umx_check_parallel
* CHANGE: I changed "suffix" to "sep" in several places for consistency: this will break
  some low level code: nearly all of it mine, and fixed. But might affect some users!!
* UPDATE: umx_time and umx_check_parallel to work with new S4 list deprecation
* UPDATE: shorter run-time on 2sls code

# umx 1.2.7
* May 2016 stable release
* ADDED: umxTwoStage FIML-based Instrumental variable and Mendelian Randomization (beta)
* ADDED: umx_make_MR_data to simulate SNP-based Mendelian randomization data (beta)
* ADDED: umx_set_condensed_slots(TRUE|FALSE): Get and set matrix compression
* ADDED: umx_get_OpenMx() (download OpenMP/parallel version of OpenMx with NPSOL)
* ADDED: umx_cont_2_quantiles(x, nlevels = )
* ADDED: umx_factor alias to umxFactor
* FIXED: plot(resid = "none") was not suppressing plotting residuals
* IMPROVED: umxFactor now handles dataframes and allows non-ordered output
* IMPROVED: umx_CI() more flexible, now allows removing CIs
	* Old code will break: replace "add" with "which"
* IMPROVED: umx_time handling of no input arguments
* IMPROVED: umx_pb_note() better feedback and setup
* IMPROVED: loadings() generic
* CHANGE: umxModify - if free is a string, it will be used as input and the found paths will be freed.
* CHANGE: umxModify - show summary as well when comparison = TRUE
* CHANGE: Plot defaults for std and showFixed changed h/t @MikeNeale
* CHANGE: umx_scale_wide_twin_data argument names for consistency: "suffix" "data"
* CHANGE: umx_residualize() ditto
* UPDATE: Readme.md

# umx 1.2.5 (April 2016 R 3.2.5 Very, Very Secure Dishes)
* Bug fix release
* FIX: $models bug in umxStandardizeACE
* EXPAND: test suite

# umx 1.2.0 (April 2016 R 3.2.4 Very Secure Dishes)
* NEW: Plot using DiagrammeR!
* NEW: Choose plot format!
	* umx_set_plot_format("DiagrammeR")
	* umx_set_plot_format("graphviz")
* NEW: Choose table format!
	* umx_set_table_format("markdown")
	* umx_set_table_format("latex")
* NEW: set plotting by default: umx_set_auto_plot(TRUE) 
* NEW: Exploratory factor analysis! with umxEFA() (beta!)
* NEW loadings() support for umxEFA
* CHANGE:  .dot --> .gv suffix for plotting (more compatible)
* CHANGE: To $ from @ accessors for OpenMx compression compatibility
* BETTER: Help! ACECov figure, ... many other improvements
* ENHANCED: umx_print, umx_show, umxCompare
* REQUIRE knitr, DiagrammeR
* INCREASE minimum R / OpenMx to  >= 3.2.0 / >= 2.5.0

# umx 1.1.5
* March 2016 Boulder Workshop feedback updates
* NEW: plot() now works on Windows and Unix as well as OS X! (h/t @mhunter)
* CHANGE: umxReRun to umxModify (h/t @hmaes)
* BETTER: compatibility with OpenMx 2.5.2

# umx 1.1.1
* Feb 2016 R 3.2.3 Wooden Christmas Tree edition
* NEW: auto-run now the default for all models!
	* Added option to switch this: options("umx_auto_run" = TRUE)
* NEW: plot should generate pdfs for Windows and Unix users now
* NEW: umxACEcov support for ACE with covariates
* NEW: umx_make_TwinData added to support simulation studies
* BETTER: umx_check_parallel now returns timing information
* BETTER: umx_time now supports "start" and "stop")
* BETTER: umxAPA can format more objects in APA style, inc just a p-value)
* BETTER: summaryAPA can now summarise a data.frame with mean, sd, and correlations
* BETTER: umxLabel now preserves existing labels in umxRAM models: labels = is now saved
* BETTER: Help improvements (wording, seealso etc)
* DEEP: Removed dependency on formula.tools

# umx 1.1.0 (December 2015, R 3.2.3/Wooden Christmas-Tree update
* NEW: vcov() added
* NEW: Begin support for sex-lim twin models
* NEW: New data file for sex-limitation
* IMPROVED: umxRAM can take existing model as input (very useful)
* IMPROVED: umxRAM reports model fit and comparison (if old model exists)
* IMPROVED: umxPath now lbounds var@0 for v.m.
* IMPROVED: umx_residualize  can now take multiple DVs
* IMPROVED: umxMI enhanced to cope with more situations
* IMPROVED: summary more resilient with missing CIs (#ht Nathan Gillespie!)
* IMPROVED: summaryAPA now handles data as well as lm
* IMPROVED: Help for twin functions
* IMPROVED: Various new function features
* IMPROVED: umx_print resilient to 0-row input
* IMPROVED: summary helpers (e.g. umx_fun_mean_sd)
* IMPROVED: consistency in parameter names (minor backward incompatibility)
* DEEP: Replacing @ with $ accessor begun

# umx 1.0.0
* NEW `umxCP` twin models!  + plot(), umxSummary()
* NEW `umxIP` twin models!  + plot(), umxSummary() 
* NEW `umxGxE` twin models! + plot(), umxSummary() 
* FIXED limitation in umxPath where "to" was not being set.
* SUPPORT Circles as well as lines for residual variance.
* IMPROVE Help text. Thanks Mike Neale esp.!
* IMPROVE Organization of functions into @families in the help.
* IMPROVE Example for `umx_lower2full()`
* DROPPED umxRAM functionality to set endogenous, exogenous, and latent traits
* DROPPED Deprecated a dozen functions.

# umx 0.50.0 Likely R 3.1.3 (Smooth Sidewalk) ~ 2015-03-09
* First CRAN release! WOot!

# umx 0.49.0
* IMPROVE Edge cases work
* IMPROVE Improving help files and feedback
* IMPROVE Rationalising fn names into @families

# umx 0.45-beta
* Feature complete
* Bug squashing
* Optimising fn names for memorability and typing

# umx 0.40-beta
* Beta level!
* Standard confint(); plot() etc functions implemented
* Adding umxRAM() and umxPath shortcuts

# umx 0.30-alpha
* Alpha release
* 90% feature complete
* lots of name rationalisation

# umx 0.25-alpha
* Alpha release
* 80% feature complete
* Function prefix reflects usage:: umxMajor, umx_utility_function, xmuNotForUser