- Deprecate this package in favor of `alteia` Python package (DAI-8201)
1.7.8
Changed
- Specify `utf-8` encoding when opening `README.md` in the `setup.py` (DAI-6185)
Added
- Support creation/deletion/search of credentials in `sdk.credentials` (DAI-6300)
1.7.7
Changed
- Always delete analytics permanently in `sdk.analytics.delete`, `permanent` parameter is now removed (DAI-5752)
Added
- Add `sdk.products.cancel` to cancel a running analytic product (DAI-5411)
1.7.6
Changed
- Use tox to execute unit tests against several Python versions (3.4 to 3.8) (DAI-5488)
Added
- Add functions to retrieve the logs of your custom analytic executions `sdk.products.retrieve_logs` and `sdk.products.follow_logs` (DAI-5403) - Add functions to interact with Analytics and Products: `sdk.analytics` and `sdk.products` (DAI-5460) - Add `has_headerfile` parameter in `sdk.datasets.create_raster_dataset` to support ENVI header file (DAI-5282)
1.7.5
Added
- Support the connection through a proxy server (DAI-5047)
1.7.4
Changed
- Move `CHANGELOG.md` in `docs` and use recommonmark to render it in the documentation (DAI-4868)
Added
- Add a **Getting started Jupyter Notebook** (DAI-4868)