\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
2024¶
View page sourceRelease Notes for 2024¶
mm-dd¶
09-30¶
A list of System Requirements were added to the get started instructions.
The title of get_package was fixed and its first paragraph was improved.
Documentation was added for the environment utility. It was also changed to check when it is necessary to create and activate the environment. In addition, it installs the xrst package so that users can run bin/check_all.sh.
09-29¶
First version of cmpad that works on MacOS with Homebrew. To be specific, the following tests passed:
bin/get_package.sh release all
bin/check_all.sh release
09-24¶
Change the file environment so that it works with bash version 3 or higher (not version 4 or higher).
09-23¶
There was an indexing error in the definition of the linear least squares objective Function . To be more specific, some of the j indices should have been i . This has been fixed.
09-21¶
The Syntax for
bin/get_package.shmistakenly hadcpp/bin/get_package.shas the program name. This has been corrected tobin/get_package.sh.If the
PKG_CONFIG_PATHenvironment variable was not defined, the get_package routine would terminate with the error:cpp/bin/get_package.sh: line 104: PKG_CONFIG_PATH: unbound variable
This has been fixed.