Skip to content

v0.8.0

Compare
Choose a tag to compare
@calina-c calina-c released this 27 Sep 06:24
· 641 commits to main since this release
1372bf0

Breaking Changes

  • The following methods no longer return the compute job results URL.
    • OceanCompute.result()
    • DataServiceProvider.get_compute_status()
    • DataServiceProvider.get_compute_result()

Non-breaking changes

  • Added support for the computeResult endpoint for getting the compute job results URL:
    • OceanCompute.result_file()
    • DataServiceProvider.compute_job_result_file()
  • Replace Travis with GitHub Actions