Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 748 Bytes

PowerModelsRestoration.jl Change Log

Staged

  • nothing

v0.3.0

  • Update to PowerModels v0.15

v0.2.1

  • Minor fix to result building in run_iterative_restoration
  • Add upper bound on test solver versions

v0.2.0

  • Added a subproblem for restoration simulation iterative_rop (#20)
  • Changed _clean_status! to set status to the inactive value if it is approximately that value, instead of rounding (#20)
  • Changed name of solution_rop to solution_rop! (#18) [breaking]
  • Changed name of solution_mrsp to solution_mrsp! (#18) [breaking]
  • Changed name of run_restoration_simulation to run_restoration_redispatch (#20) [breaking]

v0.1.1

  • Added support for InfrastructureModels v0.4

v0.1.0

  • initial implementation