Skip to content

v1.5.2

Compare
Choose a tag to compare
@cuihantao cuihantao released this 29 Oct 04:15
· 1163 commits to master since this release
60c64ab

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.
    See andes/utils/snapshot.py.

  • Compiled numba code is always cached.

  • Bug fixes.