Skip to content

Commit

Permalink
Updated changelog and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
susantoj committed May 31, 2015
1 parent 086a1b3 commit 46fa1fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
CHANGE LOG
==========

Version 1.1 (2015-05-31)
------------------------
- Changed license from GPL3 to BSD
- Added single cage and double cage induction machine models (and example case)
- Added a voltage source converter (average) model
- Added option in machines file to use user-defined MVA base for machine parameters (impedances and inertia). Parameters are converted to 100MVA base during setup.
- Added version information
- Added STATE event for changine state variables during a simulation
- Speed-voltage term in current injections for synchronous machines is now an option (rather than always enforced)

Version 1.0.1 (2015-03-14)
--------------------------

Initial release.
- Initial release
4 changes: 2 additions & 2 deletions pydyn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def pydyn_ver(*args):
"""

ver = {'Name': 'PYPOWER-Dynamics',
'Version': '1.0.1',
'Version': '1.1',
'Release': '',
'Date': '14-Mar-2015'}
'Date': '31-May-2015'}

return ver

0 comments on commit 46fa1fc

Please sign in to comment.