You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.