From 1461a7a8098f532ad29083923ae8ad89d9c09760 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Mon, 8 Jan 2024 05:09:37 -0700 Subject: [PATCH] stable/20240000: remove 2024 changes from whats new. --- appendix/whats_new/24.xrst | 62 ------------------------------- appendix/whats_new/whats_new.xrst | 4 +- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 appendix/whats_new/24.xrst diff --git a/appendix/whats_new/24.xrst b/appendix/whats_new/24.xrst deleted file mode 100644 index 61160abad..000000000 --- a/appendix/whats_new/24.xrst +++ /dev/null @@ -1,62 +0,0 @@ -# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later -# SPDX-FileCopyrightText: Bradley M. Bell -# SPDX-FileContributor: 2003-23 Bradley M. Bell -# ---------------------------------------------------------------------------- - -{xrst_begin whats_new_24 app} -{xrst_spell -} - -Changes and Additions to CppAD During 2024 -########################################## - -mm-dd -***** - -01-08 -===== -On some systems ``unsigned int`` and ``size_t`` are the same type -and this would cause a compile error in ``vector.hpp`` and -``vector_bool.hpp`` . This has been fixed. - -01-07 -===== -The forward_two :ref:`forward_two@Syntax` was corrected. -To be specific, -``Forward`` (1, *x2* ) was changed to ``Forward`` (2, *x2* ) . -In addition, some other minor improvements were made to the -forward_two documentation page. - -01-03 -===== - -#. The change on :ref:`whats_new_23@mm-dd@12-24` 2023, - when :ref:`cmake@cppad_debug_and_release` was implemented, - was not done properly and might cause a mistaken assertion. - This has been fixed. - -#. Each *file_name* in the latest documentation was moved - (this is important if you have links to previous web pages): - - .. list-table:: - - * - Old Location - - ``https://cppad.readthedocs.io/``\ *file_name* - * - New Location - - ``https://cppad.readthedocs.io/latest/``\ *file_name* - -01-02 -===== - -#. The :ref:`compare_change.cpp-name` example/test would sometimes fail - when :ref:`cmake@cppad_debug_which` was ``debug_even`` or - ``debug_odd`` (because it was compiled for debugging and including - a release version of a utility). This has been fixed by making this - example/test a separate program. - -#. The :ref:`CppAD_vector@vectorBool` constructor would generate a - warning when called with an ``int`` for the size of the vector - (on some compilers). This has been fixed. - - -{xrst_end whats_new_24} diff --git a/appendix/whats_new/whats_new.xrst b/appendix/whats_new/whats_new.xrst index 7094aec74..a8871d9e3 100644 --- a/appendix/whats_new/whats_new.xrst +++ b/appendix/whats_new/whats_new.xrst @@ -15,7 +15,6 @@ in reverse order by date. The purpose of these sections is to assist you in learning about changes between various versions of CppAD. {xrst_toc_hidden - appendix/whats_new/24.xrst appendix/whats_new/23.xrst appendix/whats_new/22.xrst appendix/whats_new/21.xrst @@ -41,11 +40,10 @@ assist you in learning about changes between various versions of CppAD. This Year ********* -:ref:`2024` +:ref:`2023` Previous Years ************** -:ref:`2023` :ref:`2022` :ref:`2021` , :ref:`2020` ,