Skip to content

Commit

Permalink
stable/2025: fix a run_xrst.sh --external_links error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 18, 2025
1 parent 2a0e938 commit 39c642b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appendix/whats_new/2012.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
uninitialised
valgrind
yyyymmdd
libeigen
gitlab
}

Release Notes for 2012
Expand Down Expand Up @@ -437,9 +439,13 @@ This has since been removed; see
07-01
=====

.. _Using custom scalar types: https://
libeigen.gitlab.io/docs/TopicCustomizing_CustomScalar.html

#. Change :ref:`cppad_eigen.hpp-name`
to match new specifications and example in eigen help files on
`Using custom scalar types. <https://eigen.tuxfamily.org/dox/TopicCustomizing_CustomScalar.html>`_
`Using custom scalar types`_ .

#. Fix bug whereby a newly constructed :ref:`VecAD-name` object was a
:ref:`con_dyn_var@Variable` (instead of a parameter) directly after construction
(when no previous :ref:`ADFun<fun_construct-name>` object had been created).
Expand Down

0 comments on commit 39c642b

Please sign in to comment.