- Change device internal forecasts field name
- Add support for Load Zones and Areas
- Add return status for power flows
- Change behaviour of Matpower and PTI files parsing
- Update PTI parsing code from PM and IM
- Modify user's interface for enums
- Update Struct autogeneration code
- Update Hydropower structs naming
- Add missing getter functions for DynamicInverter and DynamicGenerator
- Add missing getter functions for System fields.
- Add frequency field to System and DEFAULT_SYSTEM_FREQUENCY
- Add functions to handle DynamicInjection components
- Fix 7z error in Julia 1.3 and Windows
- Bug fix in pu conversion in HVDC Table Data
- Improve testing
- Update DynamicGenerator and DynamicInverter to comply with PSY
- Change get_components to support parametrized structs
- Improve testing of dynamic structs
- Update package dependencies compatibility
- Add range to struct docstrings
- Hydropower data parsing improvements
- Bugfix TableData HydroStorage
- Updated HydroDispatch and removed HydroStorage
- Bugfix services removal
- Make codebase consistent with style guide.
- Add Dynamic Data capabilities.
- Change use of services and store them inside of devices.
- Add ext field to devices
- Add ext field to system
- Downgrade compatible version of CSV to 0.5.13 to avoid tab complete hang.
- Bug Fix in docstrings autogeneration code
- Contigous forecasts function added
- Remove bin from auto generation code
- Updated docstrings
- Use accessor functions instead of labels to get forecasts
- Bug Fix in code autogeneration
- Enforce unique bus numbers
- Set min version of IS to 0.2.4
- Bug fix in generate_initial_times
- Bug fixes on SystemTable Data
- Store and access forecast data from Disk
- Fix Parsing bug in Table data #362
- Enable custom validation descriptors when parsing PSS/E and MATPOWER files
- Enable multiple loads per bus when parsing PSS/E and MATPOWER files
- Support multiple generators per bus and non-sequential bus indexing in powerflow
- Fix printing of forecasts #350 fixing #343
- Update to Julia-v0.7
- Initial implementation