Skip to content

v0.11.2

Latest

Choose a tag to compare

@nc9 nc9 released this 26 May 00:17
· 7 commits to main since this release

Fixes

  • AsyncOEClient.get_market now accepts network_region to match OEClient.get_market. Async users can now apply the same market region filter sync users can. (#35)
  • TimeSeriesColumns now exposes fueltech and renewable, so secondary_grouping='fueltech' and secondary_grouping='renewable' no longer silently drop the grouping value. (#34)

Other

  • Added a signature-parity test across the shared sync/async public surface (get_facilities, get_network_data, get_facility_data, get_market, get_current_user, __init__). Would have caught both this release's network_region drift and the original v0.11.0 unit_code drift.