Skip to content

Releases: gro-intelligence/api-client

v1.143.1

16 Sep 13:13
Compare
Choose a tag to compare

Improvements

#339 get_data_points() and batch_async_get_data_points(): Throw error when required parameters are missing

Internal Change

#337 Fix dynamic version for release tag

v1.139.1

05 Aug 13:00
Compare
Choose a tag to compare

republish v1.139 version

New Features

#335 consolidated get_descendant_regions() into get_descendant(), supporting region level in get_descendant() and get_ancestor() parameter now

Internal Changes

#334 Added GDI as input variable to "Sao Paulo Sucrose notebook"
#327 #324 CircleCI change

v1.139

04 Aug 14:25
Compare
Choose a tag to compare

New Features

#335 consolidated get_descendant_regions() into get_descendant(), supporting region level in get_descendant() and get_ancestor() parameter now

Internal Changes

#334 Added GDI as input variable to "Sao Paulo Sucrose notebook"

v1.138.1

28 Jul 15:45
Compare
Choose a tag to compare

Republish v1.138, no feature change

v1.138

28 Jul 15:24
Compare
Choose a tag to compare

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 and reporting_date will always be included when exists, deprecating show_available_date parameter (previously available_date will only be included when show_available_date is set True
  • Rename show_revisions to reporting_history, behavior remains the same, which will return all reporting history from the source.

v1.135.1

12 Jul 21:36
Compare
Choose a tag to compare

Re-publish v1.135. No feature change

v1.135

12 Jul 19:20
Compare
Choose a tag to compare

New Features

#326 Add get_descendant() function
#328 Add get_ancestor() function

Internal Changes

#325 Fix missing cell in "Sao Paulo Sucrose notebook"
#332 Support "available_since" feature in get_data_point() function (internal testing)

v1.128.1

18 May 15:35
Compare
Choose a tag to compare

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

06 Apr 17:22
@jli jli
Compare
Choose a tag to compare
  • #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 with GroClient(access_token="your-token-here").
  • #311 / #312 Added a crop weighted data series notebook.
  • #314 fix duplicated results in find_data_series()

v1.107.3

28 Jan 23:09
@jli jli
Compare
Choose a tag to compare
  • #305 Cleaner output format: only include available_date field if requested by user.