Skip to content

Releases: gro-intelligence/api-client

v1.60.1

11 Mar 18:30
Compare
Choose a tag to compare

New Features

  • add option to get_data_points function to include historical region #159
  • BatchClient's map_result callback now supports a custom accumulator so results can be iteratively turned into flattened lists or pandas dataframes or anything else

Improvements

  • Raise custom APIError exceptions so more details about the error are easily accessible #166
  • Retry on server errors in GroClient #175 and in BatchClient #177

v1.60.0

22 Jan 22:41
Compare
Choose a tag to compare
  • get_descendant_regions() performance optimization #157
  • add get_allowed_units() function and make crop model weighting always use the default unit #156

v1.56.2

07 Jan 18:37
Compare
Choose a tag to compare
Merge pull request #152 from gro-intelligence/soybean-cm-unit

Specify unit id in brazil soybean crop model

v1.40.1

04 Oct 18:52
Compare
Choose a tag to compare

This patch allows unit conversions to pass on None values:

#112