Model files can now be read/written via either `Path`, `PathBuf`, or `str`, and this extends to the python API.
0.1.4
What's Changed * fix path issues and improve demo testing/debugging experience by calbaker in https://github.com/NREL/altrios/pull/12 * various cleanup things by calbaker in https://github.com/NREL/altrios/pull/13 * 488 rail vehiclescsv anomaly by calbaker in https://github.com/NREL/altrios/pull/14 * Mdbook via gh action by calbaker in https://github.com/NREL/altrios/pull/16 * fix interp3d bug by kylecarow in https://github.com/NREL/altrios/pull/18 * Fix `from_csv_file` function by kylecarow in https://github.com/NREL/altrios/pull/19 * Api cleanup by calbaker in https://github.com/NREL/altrios/pull/15 * Fix/speed limit train sim demo by calbaker in https://github.com/NREL/altrios/pull/17 * Mdbook link doc by calbaker in https://github.com/NREL/altrios/pull/20 * V0.1.4 by calbaker in https://github.com/NREL/altrios/pull/22 * Doc updates by calbaker in https://github.com/NREL/altrios/pull/24 * Fix mdbook links by sakhtar312 in https://github.com/NREL/altrios/pull/23 * (hopefully) fixes failing test in wheels by calbaker in https://github.com/NREL/altrios/pull/25 * Fix/repo dependent actions by calbaker in https://github.com/NREL/altrios/pull/26
New Contributors * kylecarow made their first contribution in https://github.com/NREL/altrios/pull/18 * sakhtar312 made their first contribution in https://github.com/NREL/altrios/pull/23
What's Changed * fix various things in demo by calbaker in https://github.com/NREL/altrios/pull/9 * demo download and test fixes by calbaker in https://github.com/NREL/altrios/pull/10