![]() |
Prev | Next | whats_new_09 |
setup.py
file
(used during the build
step of the install)
had /home/bradbell/install
as the value of cppad_parent_dir
.
This has been changed so that the default is
$HOME/install
.
libboost_python-py26.so
had a problem with
ad(x)
where
x
was of type
int
. This has been fixed.
tanh
is now included in std_math
(it was documented but missing from the actual
pycppad implementation before this date).
independent
appears in example code,
it is linked in the following way: independent
.
tanh
from standard math functions because
previous release of CppAD did not include it
(a new release of CppAD is being built so that
tanh
can be included in pycppad
).
example/ad_unary.py
had the same name
and hence only one was being run.
This has been fixed.
**
exponentiation operator in get_started.py
.
The pycppad
tests no longer require any package to run; i.e.,
it is no longer necessary to install
-- py.testpycppad
.
pyad-yyyymmdd.tar.gz
to
pycppad-yyyymmdd.tar.gz
.
This is a change in API requiring user code to change
import pyad.cppad
to import pycppad
.
pyad-20090126
.
Add build inplace, and omitting the setup.py
install step,
to install
documentation.