What’s New¶
These are new features and improvements of note in each release
v0.0.4 (December, 1st 2025)¶
Known issues¶
Simulation tests do not test, as check_if_csv_files_equal from helpers module is incomplete.
Other changes¶
Made compatible with oemof.solph v0.6
Contributors¶
Patrik Schönfeldt (DLR)
v0.0.3 (April, 19th 2023)¶
API changes¶
something
New features¶
Pre-calculation function for optimisation parameters
Geometry processing:
New method for connecting buildings to polygons boundary
Allow to keep index of buildings/consumer
New components/constraints¶
something
Documentation¶
Fix/add complete API documentation of gistools and optimization modules
Bug fixes¶
something
Known issues¶
Simulation tests do not test, as check_if_csv_files_equal from helpers module is incomplete.
Testing¶
Add tests for hydraulic pre-calculations
Other changes¶
Refactor internal structure of optimization modules
Improve processing of optimisation results by returning raw (un-rounded) solver results for each pipeline
Use tox for CI automation
Rename examples folder of optimisation examples
oemof-solph >= v0.5.x required
Contributors¶
Johannes Röder
Joris Zimmermann
Robert Valeske
v0.0.2 (July, 9th, 2021)¶
API changes¶
nothing new
New features¶
Geometry processing modules (
`dhnx.gistools`) for creating the ThermalNetwork structure (pipes, forks, consumers, producers) from user-defined geo-referenced input data. This could also be an import from osmnx.
New components/constraints¶
nothing new
Documentation¶
nothing new
Bug fixes¶
Avoid bidirectional flow at consumers connections in any case.
Fixed error of simulation being dependent on the definition of the direction of an edge. When swapping the direction of an edge in a simple example, wrong results were the consequence. This has been fixed such that the simulation does not depend on the edge direction, but the actual mass flow.
Known issues¶
Simulation: Calculations rely on defined pipe direction
OSMNetworkImporter not properly working
Testing¶
nothing new
Other changes¶
nothing new
Contributors¶
Johannes Röder
Joris Zimmermann
Uwe Krien
v0.0.1 (October, 28th 2020)¶
First release by the oemof developing group.
Contributors¶
Jann Launer
Johannes Röder
Joris Zimmermann
Marie-Claire Gering
oakca