Releases: gridstatus/gridstatusio
Releases · gridstatus/gridstatusio
Release 0.8.0
0.8.0 - September 25, 2024
- Adds automatic retries using an exponential backoff when fetching data if an API rate limit is hit. Also adds parameters for configuring
max_retries
onGridStatusClient
and an optionalsleep_time
parameter onGridStatusClient.get_dataset
.
v0.7.0
- Updates for resampling changes on server. Upsampling is now supported.
v0.6.5
0.6.5 - August 6, 2024
- Remove
gridstatus
and addtabulate
as dependencies.
v0.6.4
- Updates pandas version to allow for pandas 2.0 compatibility
0.6.3
0.6.3 - July 15, 2024
- 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
0.6.1
- Adds support for Python 3.12
0.6.0
- Add ability to use cursor-based pagination instead of offset-based pagination.
- Cursor-based pagination can be 30-50% faster than offset-based pagination for large datasets.
- Cursor-based pagination is the default for
client.get_dataset()
.
- Drops support for Python 3.8
Release 0.5.9
Fix 0.5.8 version update warning (#34) * Fix version update warning * rephrase changelog * rephrase changelog
Release 0.5.8
- [Does not affect usage]. Switch to
poetry
for package management