Release v1.2.5 of DynAdjust
Overview
This pull request addresses a bug, and incorporates several code enhancements. These include:
- Add changes to fix #179, by also assessing the n-statistic for each measurement
- Upgrade to boost 1.78
- Upgrade the visual studio solution and project files to VS2022
- Finalise transition to Intel® oneAPI MKL. This includes:
- Fixes to
install_dynadjust_prerequisites.sh
andmake_dynadjust_gcc,sh
for linux installation and build - Updates to all project files for Windows builds (as per oneAPI integration with VS2022)
- Update GitHub workflows and travis yml scripts
- Fixes to
- Transition from Microsoft.Cpp.x64.user property pages to a new
dynadjust.props
file to manage paths for boost and xsd/xerces-c headers and libraries - Address several compiler warnings across all files from VS2022 and gcc 11.2
- Fix an issue relating to the gcc compiler flag for openmp
- Add resource files (
resource.h
anddynadjust.rc
) to assist with managing versioning and copyright information in Windows binary builds - Move instructions for Windows builds from PDF to the Windows only build instructions