Skip to content

v1.5.9

Compare
Choose a tag to compare
@cuihantao cuihantao released this 31 Jan 18:36
· 915 commits to master since this release
9281c39

This is a minor release mostly bug fixes.

  • Renamed REGCVSG to REGCV1 and REGCVSG2 to REGCV2.
  • Added an alias list for model names. See models/__init__.py.
  • Added PLL1, a simple PLL model.
  • Multiprocessing now executes on all CPUs that are physical, instead
    of logical. A new package psutil needs to be installed.
  • Use of Selector is deprecated.

If you installed ANDES in the development mode, you might need to install psutil manually.