v0.1.0
PowerPlots v0.1.0
Closed issues:
- Migrate from Plots.jl to Makie.jl (#5)
- Copy global data values (baseMVA, time_elapsed) into graph data (#8)
- Bug where label_edges are centered in the middle of the plot (#9)
- using a struct to organize the data? (#14)
- how to pass in user parameters (size, color, etc.) (#15)
- testing methods (#16)
- Switching from networkX to a julia implementation (#17)
- TravisCI has expired: switch to github actions for testing (#20)
- data verification for vegalite (#25)
- Create basic documentation page for VegaLite backend (#26)
Merged pull requests:
- add a vegalite backend plotting function (#18) (@noahrhodes)
- Plot struct (#19) (@noahrhodes)
- Switch CI to github actions (#21) (@noahrhodes)
- Parameters (#22) (@noahrhodes)
- Add seperate legends for each component type. (#23) (@noahrhodes)
- More plot attributes (#24) (@noahrhodes)
- Initial Documentation (#27) (@noahrhodes)
- Julia-only Kamada Kawai Capability (#29) (@j-gorka)
- Add new versions of dependencies (#30) (@noahrhodes)
- Added Memento logger to PowerPlots and implemented basic checks for V… (#31) (@noahrhodes)
- Multi network power models data frame (#34) (@noahrhodes)
- Add PowerModelsDataFrames tests (#36) (@noahrhodes)
- Update README.md (#37) (@noahrhodes)
- Testing (#38) (@bryanluu)