v1.5.2
As always, if ANDES was updated using git pull
, please run python -m pip install -e .
in the ANDES source code repository to ensure dependencies are up to date.
-
Removed
CVXOPT
dependency. -
Removed
__zeros
and__ones
as they are no longer needed. -
Added
andes prep -c
to precompile the generated code. -
Added utility functions for saving and loading system snapshots.
Seeandes/utils/snapshot.py
. -
Compiled numba code is always cached.
-
Bug fixes.