\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\W}[1]{ \; #1 \; }\)
2022¶
View page sourceRelease Notes for 2022¶
mm-dd¶
12-18¶
If all of the fixed effects has equal lower and upper bounds, ipopt would crash during optimize_fixed . This has been fixed by not optimizing and using the initial point (which is equal to the bounds) as the solution. In addition, a special case was added to sample_fixed because the hessian matrix is empty in this case.
12-13¶
Finish conversion of cppad_mixed documentation from omhelp to the sphinx xrst wrapper. The following is a link to the old documentation .
10-28¶
Change license message to use SPDX format.
Change tabs to three spaces.
05-18¶
Advance to cppad-20220518.
04-21¶
Advance to cppad-20220421.
04-19¶
Advance to cppad-20220419 and improve example_install.sh error messaging.
03-23¶
Advance to cppad-20220323.
03-08¶
Fix a warning in capture_xam.cpp when compiling with debugging.
03-07¶
More work on install for newer macOS systems that use homebrew.
03-04¶
Fix install on newer macOS systems that use homebrew.
02-05¶
It is no longer necessary to set LD_LIBRARY_PATH for the install to work.