- Update minimum Julia version to v1.6 (LTS)
- Fix bug in
identify_blocks
for non-default bus status values
- Adds plot_network! functions that will return figure instead of graph; useful for generating plots in Pluto notebooks
- Fixes a bug in build_graph where one part of the graph builder conditional would not check to see if the nodes on either side of the edge were the same
- Updated backend to Vega.jl, removing Plots.jl
- Minimum Julia v1.3 required for Vega.jl
- Removed Travis-CI, switching to Github Actions
- Makes
build_network_graph
more agnostic to type of Infrastructure network being graphed - Rename
build_graph_network
tobuild_network_graph
- Changes kwargs in functions
- Moves kwarg defaults to
src/core/options.jl
, and changes color defaults - Changes type from
PowerModelsGraph
toInfrastructureGraph
- Removes
plot_load_blocks
andbuild_graph_load_blocks
in favor of using kwargblock_graph=true
- Add additional compatible versions to dependencies
- Fix type enforcement for
load_color_range
(#8)
- Fix dependency issue for Julia < v1.3 of SpecialFunctions in Manifest.toml
- Support PowerModels v0.13 and PowerModelsDistribution v0.6.0
- Initial release with basic plotting tools and graph creation