Skip to content

Commit

Permalink
master: Corrections and additions to the previous commit on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Mar 20, 2024
1 parent 5cb9fd0 commit 955a9a8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IF( POLICY CMP0054 )
ENDIF( POLICY CMP0054 )
#
# cppad_version is used by version.sh to get the version number.
SET(cppad_version "20240316")
SET(cppad_version "20240319")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
12 changes: 6 additions & 6 deletions appendix/addon.xrst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2003-22 Bradley M. Bell
# SPDX-FileContributor: 2003-24 Bradley M. Bell
# ----------------------------------------------------------------------------
{xrst_begin addon app}
{xrst_spell
Expand Down Expand Up @@ -42,17 +42,17 @@ a longer name *longer* and a *description* :
* - `mixed <https://bradbell.github.io/cppad_mixed>`_
- ``cppad_mixed``
- A C++ Interface to Random Effects Laplace Approximation
* - `swig <https://bradbell.github.io/cppad_swig>`_
- ``cppad_swig``
- A C++ AD Library with a Swig Interface to Perl, Octave, and Python
* - `cppad_py <https://cppad-py.readthedocs.io>`_
- ``cppad_py``
- A Python Interface to CppAD
- A Python Interface to CppAD
* - `swig <https://bradbell.github.io/cppad_swig>`_
- ``cppad_swig``
- A C++ AD Library with a Swig Interface to Perl, Octave, and Python
(no longer being developed)
* - `pycppad <https://github.com/b45ch1/pycppad>`_
- ``pycppad``
- A Python Interface to CppAD (no longer being developed)


Include Files
*************
Expand Down
7 changes: 6 additions & 1 deletion appendix/whats_new/2024.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ Release Notes for 2024
mm-dd
*****

03-19
=====
Fix broken links found using ``--external_links`` option to
the ``xrst`` documentation generator.

03-16
=====
The :ref:`ADFun constructor<fun_construct-name>` was changed to use
*ax* instead of *x* , and *ay* instead of *y* , for AD values.
In addition, the :ref:`fun_construct@Sequence Constructor` discussion
was improved.
was improved.

03-15
=====
Expand Down
4 changes: 2 additions & 2 deletions cppad_ipopt/src/cppad_ipopt_nlp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# define CPPAD_CPPAD_IPOPT_SRC_CPPAD_IPOPT_NLP_HPP
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
// SPDX-FileContributor: 2003-22 Bradley M. Bell
// SPDX-FileContributor: 2003-24 Bradley M. Bell
// ----------------------------------------------------------------------------
/*
{xrst_begin cppad_ipopt_nlp app}
Expand Down Expand Up @@ -49,7 +49,7 @@ problems of the form
\end{array}
This is done using
`Ipopt <https://coin-or.github.io/Ipopt>`_
`Ipopt <https://coin-or.github.io/Ipopt>`_
optimizer and
`CppAD <https://www.coin-or.org/CppAD/>`_
Algorithmic Differentiation package.
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{xrst_comment BEGIN: Before changing see new_release.sh and check_version.sh}

cppad-20240316: CppAD User's Manual
cppad-20240319: CppAD User's Manual
###################################

.. image:: {xrst_dir coin.png}
Expand Down
4 changes: 2 additions & 2 deletions xrst/install/cmake.xrst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2003-23 Bradley M. Bell
# SPDX-FileContributor: 2003-24 Bradley M. Bell
# ----------------------------------------------------------------------------

{xrst_begin cmake}
Expand Down Expand Up @@ -53,7 +53,7 @@ The cmake program enables one to create a single set of scripts,
called ``CMakeLists.txt`` ,
that can be used to test and install a program on Unix, Microsoft, or
Apple operating systems; see
`cmake resources <https://cmake.org/resources/>_ .
`cmake resources <https://cmake.org/resources/>`_ .

Build Directory
***************
Expand Down
4 changes: 2 additions & 2 deletions xrst/theory/research.xrst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2003-22 Bradley M. Bell
# SPDX-FileContributor: 2003-24 Bradley M. Bell
# ----------------------------------------------------------------------------

{xrst_begin research}
Expand Down Expand Up @@ -73,7 +73,7 @@ connect CppAD to a scripting languages.
The package
`cppad_swig <https://github.com/bradbell/cppad_swig>`_
demonstrates how one could use swig to do this and
`cppad_py < https://cppad-py.readthedocs.io>`_
`cppad_py <https://cppad-py.readthedocs.io>`_
is an example connection to Python.

Sparsity
Expand Down

0 comments on commit 955a9a8

Please sign in to comment.