NEWS.md
alt_avail
in model_opt
. alt_avail
is also used to work out J
, which means that it is a required entry. The change was necessary to allow development of analyze_choices()
. This change breaks earlier code.attach()/detach()
for parameters and data. Breaks all earlier code.summary_opt
. This list of options duplicated information found in other options and complicated maintainance.model_opt
to save_opt
to reduce number of objects passed between functions.estimate
.attributes()
of the ll value. This change should make it easier to extend functionality in the future. Breaks code prior to development version v.0.0.1.9007ids
in split_data()
was not always a vector, which caused sort()
to fail.