- none
- Updated to JuMP 1.23.2 to use new NL syntax
- Update compat for PowerModelsDistribution v0.15
- Add JuMP v1 support
- Raise Julia minimum version to v1.6 (LTS)
- Add JuMP v0.23, Ipopt v1.0 support
- Drop support for JuMP < 0.22
- Added support for InfrastructureModels v0.7
- Added support for JuMP v0.22
- Added support for Memento's logging
- Added
PMS
(PowerModelsStability
) andLA
(LinearAlgebra
) shortcuts for clarity - Renamed a few functions for clarity
- Added CompatHelper.yml
- Added support for PowerModelsDistribution v0.13
- Added support for PowerModelsDistribution v0.12
- Updated README and docs for initial release to Julia Registry
- Fix bug in
add_inverters!
where grounded bus / wye gens were being added even if the data was already kron reduced
- Updated to PowerModelsDistribution v0.11.2 (breaking)
- Added
parse_file
function to take both network file and inverter data file paths and parse them appropriately - Included all keys from inverter data file into the main data structure
- Changed over to new PMD extensions paradigm, and included custom
transform_data_model
,instantiate_mc_model
, andsolve_mc_opf
functions
- Initial release
- Initial Commit
- Create basic code structures for future development
- Add the process to generate state space matrix and obtain eigenvalues