- Added parser for Matpower files.
- Added system composer, which assembles power flow models from components based on input from Matpower file.
- Updated bus and created generator factory.
- GridKit now depends on Sundials >= 6.0.
- GridKit now requires C++17 compliant compiler.
- Bug fixes.
- Refactored CMake to use and export targets
- Bug fixes
- Parameter estimation example
- Power flow model composer with test example
- Improved CMake build
- Updated documentation
- Add branch component model.
- Add generator with governor component model.
- Add generator connected to infinite bus example.
- Add basic system composer.
- Make GridKit forward compatible with Sundials >= 4.0
- Add dynamic constraint Ipopt interface and usage example.
- Add Generator 4 component model to the library.
- Require CMake >= 3.0 to build GridKit
- Initial release. Skeleton of the library to be developed.