-
Notifications
You must be signed in to change notification settings - Fork 394
Changes v2.0.0 to v2.1.0
ghorn edited this page Oct 7, 2014
·
5 revisions
This is primarily a bugfix and cleanup release. The build system got a nice cleanup and the API didn't change much, if at all. An incomplete set of changes:
-
Internally used
casadi.py
was renamedcasadi_loader.py
. This should not affect any end-user python code, but if you build from source uncleanly or install to a location that you specified with earlier versions, there may be a lingeringcasadi.py
orcasadi.pyc
that spoils the installation. Remove it. -
add the ability to use system packages OR packages in external_packages (#1108)