Changes in version 2021-09-02 - first released version Changes in version 2.0.0.9000 Current development version. Changes in version 2.0.0 (2023-08-23) This is a new major release introducing new data management protocols and new functions. Old functions are replaced for sake of clarity. The following exported functions were replaced as follows: - ana_slvr() is replaced by solve_analytically() - num_slvr() is replaced by solve_numerically() - compose_isobxr() is replaced by sim.scenario() - run_isobxr() is replaced by sim.single_run() - sweep_dyn() is replaced by sweep.dyn_2D() - sweep_steady() is replaced by sweep.final_nD() The shinobxr_app() function was removed and replaced by new plotting functions: - plot_dyn_2D() - plot_scenario() Additionally, the following functions are now exported: - plot_relaxation() - plot_single_run() - read.dyn_2D_master() - read.isobxr_master() - read.scenario_master() - read.final_nD_master() - merge_FINnD_chunks() - fit.final_space() Changes in version 1.0.1 (2021-09-07) bug fixes - prevent writing of (pdf) files outside tempdir in all examples/vignettes/tests (debian systems issue) - fixed addressing of tempdir, ensuring proper post-run clearing of tempdir including in windows systems