- [FIX] Fixed issue #21 and issue #25 in savecase() (pull request #26).
- [CHANGE] Based on 'recursion limit' issues affecting savemat() in savecase(), converted non-scalars to arrays.
- [NEW] Created t_savecase.py and added t_savecase() to test_pypower.py.
- [CHANGE] 3-clause BSD License
- [FIX] Fixed error in runopf() (issue #11).
- [FIX] Fixed runpf.py with ENFORCE_Q_LIMS option (pull request #13).
- [FIX] loadcase.py: Fixed NumPy 1.9 warning about "== None" comparisions.
- [NEW] Support for Python 3 (3.3 and above).
- [CHANGE] Updated to MATPOWER 4.1.
- [REMOVED] Support for Python 2.5 and below.
- [CHANGE] printpf.py: changed boolean operators from bitwise to logical to fix the output options
- [FIX] savecase.py: adding indentation to produce valid Python modules
Initial release, port of MATPOWER version 4.0