pandapipes 0.8.0
SimonRubenDrauz
released this
05 Jan 20:32
·
583 commits
to master
since this release
- [ADDED] new component
flow controller
: a branch component that controls the flow through itself - [ADDED] new component
mass_storage
- [ADDED] a stanet converter has been added incl. a stanet converter documentation
- [ADDED] automated release process
- [ADDED] adding property based on the sutherland model
- [ADDED] besides regression models it is also possible to use interpolation models in case of StdTypes
- [ADDED] enable bulk creation of flow controls and ext grids
- [ADDED] documentation check which is able to throw errors in case of warnings
- [CHANGED] circ pump is now a branch component
- [CHANGED] default roughness parameter
k_mm
for pipes is now 0.2 mm instead of 1 mm (all create_pipe... functions) - [CHANGED] instead of from and to junction, in case of circulation pumps it is called return and flow junction from now on
- [CHANGED] suffix 'flow' added to input variable p, t an mass in case of circulation pumps
- [CHANGED] ctrl/ts_variables dict in multinet gets an intermediate level 'nets'
- [CHANGED] order of the pump entries was adapted (v, p, degree)
- [CHANGED] by default p and t are set to None in case of ext grids
- [FIXED] removed unused import of 'progress_bar' from pandapower which caused import problems
For full changes see CHANGELOG.rst.