v0.8.0
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