* use src/ layout for modernization * entry_points for robustness * document units * add diagnostic info printout if runtime fails * automatically run test for build on run, to catch compiler / runtime library issues at first install
1.7.2
1.7.1
1.7.0
* default to Meson build system for "build on run" for both Python and Matlab * handle self-test tolerance more reasonably. Be more specific about Fortran format output across compilers, to avoid bugs * check the returned data from Fortran for gross errors * move to GitHub Actions CI
1.6.1
use package_data via MANIFEST.in to handle the Fortran source code for any installation method, in particular from PyPi tar.gz.
1.6.0
* breakup tests for clarity * autobuild msis for Python and Matlab * switch to Azure CI entirely. May go to GitHub Actions in future.