Skip to content

Releases: e2nIEE/pandapipes

pandapipes 0.10.0

09 Apr 14:03
7cca969
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog

  • [ADDED] function for plotting pressure profile
  • [ADDED] function for calculating distance to junctions
  • [ADDED] topology function for returning unsupplied junctions
  • [ADDED] topology function for returning elements on path
  • [ADDED] function for getting all branch-component table names
  • [ADDED] function for getting all branch-component models
  • [ADDED] component 'heat_consumer' that combines the two components heat_exchanger and flow_control
  • [CHANGED] moving generalizing pit entries up from specific components to the abstract class
  • [CHANGED] 'JAC_DERIV_DT1' to 'JAC_DERIV_DTOUT'
  • [CHANGED] solving for minit instead of vinit
  • [CHANGED] distinct max. iteration settings for hydraulic and thermal calculation
  • [CHANGED] default tolerances from 1e-4 to 1e-5
  • [FIXED] results of old grid are wrong, pipeflow needs to be conducted again
  • [FIXED] taking norm density instead of real density in Darcy-Weisbach equation
  • [FIXED] in circulation pumps only junctions in-service are considered

pandapipes 0.9.0

22 Dec 10:36
0e74750
Compare
Choose a tag to compare
  • [ADDED] multiple creation of heat exchanger
  • [ADDED] support Python 3.11
  • [ADDED] after the connectivity check, intercept the pipeflow
  • [ADDED] biomethane as additonal fluid
  • [ADDED] result tables modularly
  • [CHANGED] dropped support for Python 3.7
  • [CHANGED] connectivity check now separated by hydraulics and heat_transfer calculatio
  • [CHANGED] dynamic creation of lookups
  • [CHANGED] components can have their own internal arrays for specific calculations
  • [CHANGED] changing from setuptools flat-layout into src-layout
  • [CHANGED] calculate thermal derivative globally, adaptions before/after component-wise
  • [CHANGED] moving 'result_extraction' under pf folder
  • [FIXED] in STANET converter: bug fix for heat exchanger creation and external temperatures of pipes added
  • [FIXED] build igraph considers all components
  • [FIXED] creating nxgraph and considering pressure circulation pumps correctly
  • [FIXED] error in tutorial 'circular flow in a district heating grid'
  • [FIXED] caused error during 'pip install pandapipes'
  • [REMOVED] branch TINIT removed as it is not a solution variable, temperature determined on the fly
  • [REMOVED] 'converged' setting from options

pandapipes 0.8.5

31 Jul 12:00
59cf3c3
Compare
Choose a tag to compare
  • [FIXED] consider ambient pressure in calculation of compression power for pumps/compressors
  • [FIXED] np.bool error in pipeflow calculation due to deprecation of np.bool
  • [FIXED] use igraph package instead of python-igraph (has been renamed)
  • [ADDED] gas specific calculation of heat capacity ration kappa = cp/cv (for pumps/compressors)
  • [REMOVED] Python 3.7 removed from test pipeline due to inconsistencies with pandapower

pandapipes 0.8.4

02 Feb 15:58
fa4d506
Compare
Choose a tag to compare
  • [FIXED] added flow control to nxgraph
  • [FIXED] there was a bug when calculating pump pressure
  • [FIXED] if all pumps are out of service, the pipeflow did not converge
  • [FIXED] remove unnecessary checkout in release.yml and tutorial tests

For full changes see CHANGELOG.rst.

pandapipes 0.8.3

09 Jan 09:23
af5bdc7
Compare
Choose a tag to compare
  • [FIXED] inconsistency between testpypi and pypi

pandapipes 0.8.2

08 Jan 11:39
12db9f6
Compare
Choose a tag to compare
  • [FIXED] failing tutorial tests on pypi

pandapipes 0.8.1

08 Jan 09:53
ddb2548
Compare
Choose a tag to compare
  • [ADDED] shapely as additional requirement
  • [ADDED] missing components in collection docu
  • [FIXED] undetected failing tests

For full changes see CHANGELOG.rst.

pandapipes 0.8.0

05 Jan 20:32
5e58da7
Compare
Choose a tag to compare
  • [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.

pandapipes 0.7.0

02 Aug 08:23
f9b7cb0
Compare
Choose a tag to compare
  • [ADDED] function to test tutorials / jupyter notebooks
  • [ADDED] numba's Just-in-time implementation
  • [ADDED] function for subnet selection
  • [ADDED] functions for standard type changes
  • [CHANGED] timeseries progress bar now shown with tqdm as in pandapower
  • [CHANGED] some restructuring
  • [CHANGED] derivatives and some result extraction functions were made global. Pre-/ post derivative calculation functions
  • [CHANGED] standard types now under net.std_types
  • [CHANGED] renaming extract_results to init_results
  • [FIXED] bugfix to resolve problems with numpy indexing
  • [FIXED] HHV/LHV for H2 corrected
  • [FIXED] only considering external grids, which are in service
  • [FIXED] preventing unexpected behavior of pressure control component
  • [FIXED] individual run function in run_timeseries

For full changes see CHANGELOG.rst.

pandapipes 0.6.0

07 Feb 15:04
bee09b3
Compare
Choose a tag to compare
  • [ADDED] Adding pressure controller
  • [ADDED] Adding compressor
  • [ADDED] Compressing power of a pump are returned as result
  • [ADDED] Adding polynominal fluids
  • [CHANGED] Removing irrelevant results in branch models
  • [FIXED] Only ext grids in service are considered
  • [FIXED] Converting format of a multinet
  • [FIXED] Bug with multinet controller in run_control

For full changes see CHANGELOG.rst.