Releases: WISPO-POP/PowerPlots.jl
Releases · WISPO-POP/PowerPlots.jl
v0.3.0
PowerPlots v0.3.0
Merged pull requests:
- Update dependencies (#66) (@noahrhodes)
- Update PowerModelsGraph (#68) (@noahrhodes)
- prep for v0.3 release (#70) (@noahrhodes)
v0.2.0
PowerPlots v0.2.0
Closed issues:
- Develop Themes for setting plots? (#3)
- Add match Plots examples with Vega examples (#39)
- Geographic plots (#40)
- Rename vega_plot to powerplot (#42)
- Remove plots dependencies (#46)
- fix kamada layout for distribution grid (#47)
- Add contributors to readme (#48)
Merged pull requests:
- Dev compatability - DO NOT MERGE (#28) (@noahrhodes)
- Add code examples to docs examples (#32) (@noahrhodes)
- covert graph to undirected for kamada layout (#50) (@noahrhodes)
- Remove plots and clean package (#54) (@noahrhodes)
- Add color color schemes (#56) (@noahrhodes)
- Update documentation (#58) (@noahrhodes)
- Add experimental feature add_zoom!() (#59) (@noahrhodes)
- add
cartesian2geo
function (#60) (@noahrhodes) - Document PowerModels DataFrame and data transformation (#61) (@noahrhodes)
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)
Plots Backend
Release of PowerPlots with Plots backend.