What’s New¶
These are new features and improvements of note in each release
v0.0.3 (???)¶
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¶
- something
Testing¶
- something
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
Contributors¶
- Johannes Röder
- Joris Zimmermann
- Robert Valeske
v0.0.2 (09.07.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 (28.10.2020)¶
First release by the oemof developing group.
Contributors¶
- Jann Launer
- Johannes Röder
- Joris Zimmermann
- Marie-Claire Gering
- oakca