2025

View page source

Release Notes for 2025

mm-dd

09-19

  1. Remove the 2DO remark under :ref`sample_fixed@rcond` for sample_fixed. This example / test was fixed on 06-03.

  2. Add the optional cov_factor argument to the sample_fixed function. The sample_fixed.cpp example was modified to use this factor.

  3. Add the optional cov_factor argument to the sample_random function. The sample_random.cpp example was modified to use this factor.

  4. 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

  1. On dnf systems, the patch utility was added to the requirements that are automatically installed by example_install.sh .

  2. The optional rcond return value was added to the sample_fixed routine.

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

  1. 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.

  2. Add the optional cmake_search_prefix to the cmake command (to help with conda install on windows).