Changelog¶
Notable changes to Delair-Stack Python SDK are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.7.8] - 2020-07-20¶
Changed¶
Specify
utf-8encoding when openingREADME.mdin thesetup.py(DAI-6185)
Added¶
Support creation/deletion/search of credentials in
sdk.credentials(DAI-6300)
[1.7.7] - 2020-05-14¶
Changed¶
Always delete analytics permanently in
sdk.analytics.delete,permanentparameter is now removed (DAI-5752)
Added¶
Add
sdk.products.cancelto cancel a running analytic product (DAI-5411)
[1.7.6] - 2020-04-24¶
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_logsandsdk.products.follow_logs(DAI-5403)Add functions to interact with Analytics and Products:
sdk.analyticsandsdk.products(DAI-5460)Add
has_headerfileparameter insdk.datasets.create_raster_datasetto support ENVI header file (DAI-5282)
[1.7.4] - 2020-02-04¶
Changed¶
Move
CHANGELOG.mdindocsand use recommonmark to render it in the documentation (DAI-4868)
Added¶
Add a Getting started Jupyter Notebook (DAI-4868)
[1.7.3] - 2020-02-03¶
Changed¶
Prepare for public release on Github (DAI-4868)
Added¶
Parameter to specify the
domainat SDK instantiation (DAI-4877)
[1.7.2] - 2020-01-20¶
Changed¶
Show
deletedand hidedxobjectsinProjectresources (DAI-4592)Improve the logic to download datasets with various filenames and encodings (update
extract_filename_from_headersto support attachment headers respecting RFC6266) (DAI-4592)
[1.7.0] - 2019-12-03¶
Changed¶
missions.search: Deprecate the use of thenameparameter and use UI-Services instead of Project Manager for the other cases (DAI-4204)projects.search,projects.delete: Use UI-Services API instead of Project Manager (DAI-4204)missions.delete: Use the UI-services API to delete a survey instead of Project Manager (DAI-3855)Replace the default configuration file
config-connection.jsonby a hardcoded default (DAI-3912)Instantiate providers and resources without
config-resources.json(to allow code completion in the editor) (DAI-3912)Make it possible to use various clients (DAI-4009)
Added¶
projects.search: Adddeletedparameter to search for deleted projects (DAI-4204)Add the
deletedoption inprojects.describeto allow the description of a deleted project (Falseby default) (DAI-4024)