Releases: marota/ExpertOp4Grid
Slight improvement non connected line path
To consider possible new red path with non connected lines, if path exist between "amont" nodes and "aval" nodes
Renaming version tag
Same as 0.2.3_post1 but removing "_" in version name, because it is probably not well interpreted
Highlight Limiting Lines
See PR #53
On the overload distribution graph visualisation, we can now see highlighted the lines that could get close or above their limit and need to be considered carefully
Display reconnectable lines
See PR #52
Now re-connectable lines of interest can be highlighted on the main structured graph
g_over = OverFlowGraph(sim_topo_reduced, ltc, df_of_g)
g_distribution_graph = Structured_Overload_Distribution_Graph(g_over.g)
g_over.add_relevant_null_flow_lines_all_paths(g_distribution_graph,non_connected_lines)
Consolidating overflow graph & improving graph layout
See PR #51
Consolidating the overflow graph (constrained path, loop paths) for real grids. Adding tests for that
Adding options for improved graph layout with graphviz (node color for voltage levels, node tchickness, fontsize, number of nodes per substation).
Successful deploy on Pypi
Update setup.py New version of package
Refacto, overload distribution graph and getting started
Refactoring SImulation class and moving plotting and graph making functions in new classes.
Creating a getting started for easier usage of expert system
Adding cli test and making cli work when package installed from pypi
0.1.5.post3 Update setup.py
Retry auto publish on pypi and one more time
0.1.5.post2 Update setup.py
Retry auto publish on pypi one more time
0.1.5.post1 Update setup.py