Skip to content

QBMS Version 1.0.0

Compare
Choose a tag to compare
@khaled-alshamaa khaled-alshamaa released this 07 Mar 06:15
· 59 commits to master since this release
  • Add EBS support using BrAPI v2 calls.
  • Implement a new generic internal mechanism that supports both BrAPI versions 1 and 2 calls for all core functions.
  • Support the OAuth 2.0 authentication (Authorization Code Grant flow) using the new login_oauth2() function.
  • Support external authorization option and set access token value manually using the new set_token() function.
  • Support downloading TerraClimate netCDF data files to extract their data offline using the new ini_terraclimate() function.
  • Add the new scan_brapi_endpoints() utility function to scan available BrAPI endpoints in the configured data source server.
  • Enhance the gigwa_get_variants() function by adding 3 extra filtering parameters: start position, end position, and reference sequence name.
  • Fix the BreedBase login problem due to the form encoding issue by adding the new function login_breedbase() to pass the correct/expected encoding.
  • Add HWSD v2.0 support to query and retrieve the FAO harmonized soil data.
  • Resolved several minor bugs reported by EBS, BreedBase, and DeltaBreed users for improved stability.