What’s New in pyaeso
This file summarizes pyaeso changes from version to version.
pyaeso 0.7 (2011-12-26)
- Support for Python 2.7, 3.0, 3.1, and 3.2 added and tested.
- Added timeout parameters to most urlopen and dump functions.
- Simplified test infrastructure.
- Fixed date handling in ATC to match AESO’s new format.
- Removed all ATC functions from pyaeso.ets module. These functions
have been marked as deprecated since 0.5 and have been replaced by the
aeso.atc module.
- Updated aeso.csd parser to convert total net generation values of ‘-‘
to ‘None’ rather than throwing a ValueError.
- Updated examples to use aeso package.
pyaeso 0.5 (2010-03-16)
- Beginning long-term migration of code from pyaeso package to
aeso package.
- Added Current Supply/Demand (CSD) report to aeso.csd module.
- Added Alberta Interconnected Electrical System (AIES) log report to
aeso.aieslog module.
- Several modules now have doctests.
- Added print_aieslog.py and print_gen_output.py examples.