Skip to content

Releases: rl-institut/django-oemof

Release v2.1.0

Choose a tag to compare

@henhuy henhuy released this 29 Aug 10:05

[2.1.0] - 2025-08-29

Added

  • handle simulation errors in checkSimulation function

Full Changelog: v1.1.1...v2.1.0

Release v1.1.1

Choose a tag to compare

@henhuy henhuy released this 17 Jun 11:43

[1.1.1] - 2025-06-17

Added

  • logging message for insufficient attributes in parameters

Release v0.18.1

Choose a tag to compare

@henhuy henhuy released this 22 May 12:20

[0.18.1] - 2024-05-22

Fixed

  • error responses for invalid simulation runs

Release v0.18.0 - Remove oemof.tabular dependency

Choose a tag to compare

@henhuy henhuy released this 30 Apr 14:22

This version aims to make django-oemof independent of underlying oemof.tabular version - so that developers can decide which version to use.

[0.18.0] - 2024-04-30

Added

  • check for stored simulation to prevent doubling simulation results

Changed

  • removed oemof.tabular from dependencies (BREAKING)

Release v0.17.0

Choose a tag to compare

@henhuy henhuy released this 27 Feb 14:50

[0.17.0] - 2024-02-27

Added

  • config option DJANGO_OEMOF_IGNORE_SIMULATION_PARAMETERS to ignore parameters when running simulation