2024

View page source

Release Notes for 2024

mm-dd

09-30

  1. A list of System Requirements were added to the get started instructions.

  2. The title of get_package was fixed and its first paragraph was improved.

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

  1. The Syntax for bin/get_package.sh mistakenly had cpp/bin/get_package.sh as the program name. This has been corrected to bin/get_package.sh.

  2. If the PKG_CONFIG_PATH environment 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.

09-19

  1. Start the release notes; i.e., changes from 2024-09-19 will be tracked by the release notes.

  2. A Summary describing cmpad was added.

  3. The C++ version of run_cmpad was not recognizing the -o option (see Arguments ). This has been fixed.