-------------------------------------------- lines 6-93 of file: xrst/whats_new/2025.xrst -------------------------------------------- {xrst_begin 2025} {xrst_spell conda dd dnf mm config pkgconfig pc suitesparse rpath homebrew rcond } Release 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 :ref:`sample_fixed@cov_factor` argument to the sample_fixed function. The :ref:`sample_fixed.cpp-name` example was modified to use this factor. #. Add the optional :ref:`sample_random@cov_factor` argument to the sample_random function. The :ref:`sample_random.cpp-name` example was modified to use this factor. #. The :ref:`sample_random.cpp-name` example was not checking that the sample covariance is close to the asymptotic covariance. This has been fixed. 06-05 ===== The :ref:`example_install.sh-name` 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 ``dnf`` systems, the ``patch`` utility was added to the requirements that are automatically installed by :ref:`example_install.sh-name` . #. The optional :ref:`sample_fixed@rcond` return value was added to the ``sample_fixed`` routine. 05-31 ===== The :ref:`run_cmake.sh@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, :ref:`example_install.sh-name` 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 :ref:`check_install.sh@CHOLMOD_libs` and :ref:`check_install.sh@CHOLMOD_cflags` in check_install.sh. #. Add the optional ``cmake_search_prefix`` to the cmake command (to help with conda install on windows). {xrst_end 2025}