Skip to content

v1.0.2 - Production Composite and New Tutorial

Latest
Compare
Choose a tag to compare
@berkorbay berkorbay released this 29 Jan 16:15

Breaking changes in some functions in util.costs. Added _deprecated suffix to deprecated functions, they will be removed from v1.1.0.

New composite functions to gather production data

  • get_hourly_production_data
  • get_hourly_production_plan_data
  • wrapper_hourly_production_plan_and_realized

New streamlit tutorial to calculate imbalance and KÜPST costs
Screenshot 2025-01-29 at 16 46 07

from eptr2.tutorials import run_calc_app

run_calc_app(username="YOUR_USERNAME",password="YOUR_PASSWORD")