Gridstatus

Latest version: v0.28.0

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

0.16.0

- Ercot Fuel Mix Endpoint URL updated to include more fuel sources
- Ercot get_load supports more historical data

0.15.0

- Add ability to get renewable curtailment data for CAISO
- Add Ancillary Service Methods for CAISO
- Add Ancillary Service Prices for ERCOT
- Add Ability to save intermediate results to disk when fetching data across multiple requests using `save_to` parameter

0.14.0

- Add `get_capacity_prices` to NYISO
- Fix ISONE Daylight Savings Time handling

0.13.0

- Add interconnection queue to data for SPP, NYISO, ERCOT, ISONE, PJM, MISO, and CAISO
- Add `get_generators` and `get_loads` to NYISO

0.12.0

- Can now use `"today"` are value for `end` when querying date range

python
nyiso.get_fuel_mix(start="Jan 1, 2022", end="today")


Breaking Changes

- Simplify method naming. This applies to all method. See below for example

New API

python
nyiso.get_fuel_mix("latest")
nyiso.get_fuel_mix("today")
nyiso.get_fuel_mix("jan 1, 2022")


Old API

python
nyiso = gridstatus.NYISO()
nyiso.get_latest_fuel_mix()
nyiso.get_fuel_mix_today()
nyiso.get_historical_fuel_mix("jan 1, 2022")

0.11.0

- Renamed library to `gridstatus`
- New [Documentation](https://docs.gridstatus.io)!
- Add Examples Notebooks
- Renamed all demand methods to load

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.