NEWS (original) (raw)
nlist 0.3.3
- Speed up
bind_iterations.mcmc.list()
by replacingchk::chkor()
with custom test and message. - Fix
pars.mcmc.list()
so that no longer gives deprecation warning forterms = FALSE
argument if not provided by user. - Switch to testthat edition 3.
nlist 0.3.2
- Fixed
complete_terms.mcmc()
so now returns warning whensilent = FALSE
and invalid or inconsistent terms are dropped.
nlist 0.3.1
- Added
as_nlists.mcmc.list()
. - Added
simplify = FALSE
argument totidy()
and soft deprecated forsimplify = TRUE
so that replacesd
,zscore
andpvalue
columns withsvalue
.
nlist 0.3.0
Added - collapse_chains()
for mcmc and mcmc.list objects. - pars<-
Soft deprecated -as.mcmc.list()
for as_mcmc_list()
. -as.mcmc()
for as_mcmc()
.
nlist 0.2.0
Breaking changes
- Set Depends to R >= 3.4
- Replaced
pars_scalar()
andnpars_scalar()
withpars(scalar = TRUE)
andnpars(scalar = TRUE)
.
Soft deprecated
pars(terms =)
forpars_terms(as_term())
.is.natomic()
foris_numeric()
.is.nlist()
andis.nlists()
foris_nlist()
andis_nlists()
.as.nlist()
andas.nlists()
foras_nlist()
andas.nlists()
.as.term()
foras_term()
.
Features
Added
thin.default()
to thin objects.unlist_nlist()
(alsounlist.nlist()
) andrelist_nlist()
to flatten and popnlist
objects.as_data_term()
andas_data_term()
fornlist
andnlists
objects.fill_all()
andfill_na()
fornlist
andnlists
objects.set_pars()
fornlist
andnlists
objects.tidy.nlists()
fornlists
objects.
nlist 0.1.1
- Fix tests ready for term 0.2.0.
nlist 0.1.0
- Added
fill_na()
for natomic, nlist and nlists objects. - Added
as.nlist.numeric()
to convert flattened nlist objects back into original objects. - Added
unlist_nlist()
(alsounlist.nlist()
) andrelist_nlist()
to flatten and pop nlist objects.
nlist 0.0.1
- Initial release.