v1.5.9
This is a minor release mostly bug fixes.
- Renamed
REGCVSGtoREGCV1andREGCVSG2toREGCV2. - 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 packagepsutilneeds to be installed. - Use of
Selectoris deprecated.
If you installed ANDES in the development mode, you might need to install psutil manually.