Changes in version 0.1.5 (2024-09-25) - Update TMB code to avoid noRemap compiler warnings on CRAN. Changes in version 0.1.4 (2022-03-29) - Update TMB code to avoid gcc compiler warnings on CRAN. Changes in version 0.1.3 (2019-09-20) - Fix plotting issue in compare_models. - compare_models can now directly take MLZ_model objects instead of a list, i.e., compare_models(x, y) instead of compare_models(list(x,y)). - Argument type in plot method for MLZ_data is added to produce one plot at a time. Changes in version 0.1.2 - Add an upper limit to Z as a function argument Z.max. Warning flag if model hits the upper limit. - Brief description of MLmulti in documentation. Changes in version 0.1.1 (2018-06-12) - Wrap examples that take longer than 5 secs to run with \dontrun{}. This is intended to address memory issues during CRAN check. Changes in version 0.1.0 (2018-05-27) - Initial release on CRAN.