- Checks for an updated version of gridstatusio library at import and alerts user if a newer version is available.
0.5.0
Examples
- Add stacked net load visualization example notebook
Enhancements
- When using `client.get_dataset()`, the number of rows per request now defaults to maximum allowed by your API key. You can specify a lower limit using the `limit` parameter. We recommend using the default for maximum performance.
Bug Fixes
- Fix date parsing in older versions of pandas
0.4.0
Enhancements
- Improve dataset download times by switching to json return format from API
Bug Fixes
- Fix mixed dtype warning
0.3.1
Enhancements
- Revised the functionality of the verbose flag. Now, when it's set to False, no output is generated. If set to True or "info", it provides a moderate level of information. For the most detailed output, set it to "debug".
0.3.0
Enhancements
- Specifiy a filter operator when using filtering. Supports "=", "!=", ">", "<", ">=", "<=", "in". - Specify subset of columns to query
0.2.3
Bug Fixes
- Fix parsing of Forecast Time column in forecast datasets - Fix duplicated dataframe index when querying across multiple pages