- Adds automatic retries using an exponential backoff when fetching data if an API rate limit is hit. Also adds parameters for configuring `max_retries` on `GridStatusClient` and an optional `sleep_time` parameter on `GridStatusClient.get_dataset`.
0.7.0
- Updates for resampling changes on server. Upsampling is now supported.
0.6.5
- Remove `gridstatus` and add `tabulate` as dependencies.
0.6.4
- Updates pandas version to allow for pandas 2.0 compatibility
0.6.3
- Adds a new `client.get_daily_peak_report()` method for accessing daily peak LMP/load data for a specific ISO and date.
0.6.2
- Sets capped version of Python to <4 - Upgrades numpy to a version that supports Python 3.12