v1.5.9
This is a minor release mostly bug fixes.
- Renamed
REGCVSG
toREGCV1
andREGCVSG2
toREGCV2
. - 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 packagepsutil
needs to be installed. - Use of
Selector
is deprecated.
If you installed ANDES in the development mode, you might need to install psutil
manually.