Adding Action for publishing to PYPI.
[PYPOWER.git] / CHANGELOG.rst
bloba759733a506b75caefb6bc05274c534da7b0568b
1 Changelog
2 =========
4 Version 5.1.5 (2020-10-21)
5 --------------------------
7 - [NEW] Added new function: AC continuation power flow
9 Version 5.1.2 (2017-06-09)
10 --------------------------
12 - [NEW] Configured continuous integration using Travis.
14 Version 5.1.0 (2017-06-09)
15 --------------------------
17 - [NEW] Added Python 3 support.
19 Version 5.0.1 (2016-07-04)
20 --------------------------
22 - [FIX] Fixed `issue #21`_ and  `issue #25`_ in savecase() (`pull request #26`_).
23 - [CHANGE] Based on 'recursion limit' issues affecting savemat() in savecase(), converted non-scalars to arrays.
24 - [NEW] Created t_savecase.py and added t_savecase() to test_pypower.py.
26 .. _`issue #21`: https://github.com/rwl/PYPOWER/issues/21
27 .. _`issue #25`: https://github.com/rwl/PYPOWER/issues/25
28 .. _`pull request #26`: https://github.com/rwl/PYPOWER/pull/26/
30 Version 5.0.0 (2015-05-29)
31 --------------------------
33 - [CHANGE] 3-clause BSD License
36 Version 4.1.2 (2014-10-27)
37 --------------------------
39 - [FIX] Fixed error in runopf() (`issue #11`_).
40 - [FIX] Fixed runpf.py with ENFORCE_Q_LIMS option (`pull request #13`_).
42 .. _`issue #11`: https://github.com/rwl/PYPOWER/issues/11
43 .. _`pull request #13`: https://github.com/rwl/PYPOWER/pull/13/
46 Version 4.1.1 (2014-09-17)
47 --------------------------
49 - [FIX] loadcase.py: Fixed NumPy 1.9 warning about "== None" comparisions.
52 Version 4.1.0 (2014-05-29)
53 --------------------------
55 - [NEW] Support for Python 3 (3.3 and above).
56 - [CHANGE] Updated to MATPOWER 4.1.
57 - [REMOVED] Support for Python 2.5 and below.
60 Version 4.0.1 (2011-07-14)
61 --------------------------
63 - [CHANGE] printpf.py: changed boolean operators from bitwise to logical to fix
64   the output options
66 - [FIX] savecase.py: adding indentation to produce valid Python modules
69 Version 4.0.0 (2011-07-07)
70 --------------------------
72 Initial release, port of MATPOWER version 4.0