\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\W}[1]{ \; #1 \; }\)
2025¶
View page sourceRelease Notes for 2025¶
mm-dd¶
09-19¶
Remove the 2DO remark under :ref`sample_fixed@rcond` for sample_fixed. This example / test was fixed on 06-03.
Add the optional cov_factor argument to the sample_fixed function. The sample_fixed.cpp example was modified to use this factor.
Add the optional cov_factor argument to the sample_random function. The sample_random.cpp example was modified to use this factor.
The sample_random.cpp example was not checking that the sample covariance is close to the asymptotic covariance. This has been fixed.
06-05¶
The example_install.sh now does a build of the default target before building the check target. This was done to fix the parallel build of the check target on some systems.
06-02¶
On
dnfsystems, thepatchutility was added to the requirements that are automatically installed by example_install.sh .The optional rcond return value was added to the
sample_fixedroutine.
05-31¶
The extra_cxx_flags
were modified to automatically handle the homebrew case; i.e.,
the file run_cmake.sh no longer needs to be edited for this case.
05-08¶
On dnf systems, example_install.sh was using
dnf list installed .
This has been corrected to
dnf list --installed .
02-02¶
As it turns out, the CHOLMOD.pc file is not available on window, so add find_cholmod.cmake to find where it is installed.
02-01¶
The cmake_search_prefix is no longer needed,
since finding the cholmod pkgconfig file, so it was removed.
01-31¶
Fix the setting of the rpath in the cppad_mixed library. This was causing linking problems on Mac-OS.
01-28¶
The cholmod library has a package config file called CHOLMOD.pc, even though it is part of the suitesparse library. Use this file to simplify finding cholmod; see CHOLMOD_libs and CHOLMOD_cflags in check_install.sh.
Add the optional
cmake_search_prefixto the cmake command (to help with conda install on windows).