diff --git a/doc.omh b/doc.omh index 4b94579..4daa5da 100644 --- a/doc.omh +++ b/doc.omh @@ -86,7 +86,7 @@ to obtain new function values or derivatives of arbitrary order. In addition, multiple levels of AD are supported. This means that AD derivatives can be used in the definition of a function which in turn can be differentiated using AD. -See $cref/whats_new_12/$$ for a list of recent extensions and bug fixes. +See $cref whats_new$$ for a list of recent extensions and bug fixes. $childtable% omh/install.omh% @@ -95,7 +95,7 @@ $childtable% omh/ad_method.omh% example/two_levels.py% pycppad/runge_kutta_4.py% - omh/whats_new_12.omh% + omh/whats_new.omh% omh/license.omh %$$ diff --git a/omh/whats_new.omh b/omh/whats_new.omh new file mode 100644 index 0000000..e05fd8e --- /dev/null +++ b/omh/whats_new.omh @@ -0,0 +1,25 @@ +$begin whats_new$$ +$dollar @$$ +$spell +$$ + +$section Extensions, Bug Fixes, and Changes$$ + +$head 2014-05-29$$ +Add support for the +$cref/future divide operator/future_div_op.py/$$. + + +$head Long Ago$$ +$children% + omh/whats_new_12.omh% + omh/whats_new_11.omh% + omh/whats_new_10.omh% + omh/whats_new_09.omh +%$$ +$cref/2010/whats_new_12/$$, +$cref/2010/whats_new_11/$$, +$cref/2010/whats_new_10/$$, +$cref/2008/whats_new_09/$$ + +$end diff --git a/omh/whats_new_12.omh b/omh/whats_new_12.omh index c27ab16..db0cc42 100644 --- a/omh/whats_new_12.omh +++ b/omh/whats_new_12.omh @@ -15,16 +15,6 @@ $$ $section Extensions, Bug Fixes, and Changes During 2012$$ -$head Previous Years$$ -$children% - omh/whats_new_11.omh% - omh/whats_new_10.omh% - omh/whats_new_09.omh -%$$ -$cref/2010/whats_new_11/$$, -$cref/2010/whats_new_10/$$, -$cref/2008/whats_new_09/$$ - $head 10-19$$ The package $code pycppad.cppad_$$ was missing form the installation (after testing).