Releases: gro-intelligence/api-client
Releases · gro-intelligence/api-client
v1.143.1
v1.139.1
v1.139
v1.138.1
v1.138
New Features
#330 Improved get_data_points()
and get_df()
functions
- Support new parameter
complete_history
, which will return all reporting history from the source and revisions Gro has captured that may not have been released with an official reporting_date. - Consolidated output format for each data point, corresponding
available_date
andreporting_date
will always be included when exists, deprecatingshow_available_date
parameter (previouslyavailable_date
will only be included whenshow_available_date
is setTrue
- Rename
show_revisions
toreporting_history
, behavior remains the same, which will return all reporting history from the source.
v1.135.1
v1.135
v1.128.1
Improvements
#316 added compress_format
option to GroClient.get_df()
#321 consolidated allowed options forGroClient.get_df()
and GroClient.async_get_df()
#323 fixed unit conversion in batch_async_get_data_points()
Internal Changes
#315 #317 #319 Switched from Shippable to CircleCI
#322 fixed text format in geospatial_data_series_weighted_by_crop_for_region.ipynb
sample notebook
v1.122.0
- #300
GroClient
constructor arguments are now optional. By default, the constructor will use the production API endpoint and try to read the API token from$GROAPI_TOKEN
. You can also omit just the endpoint withGroClient(access_token="your-token-here")
. - #311 / #312 Added a crop weighted data series notebook.
- #314 fix duplicated results in find_data_series()