Skip to content

Releases: ProtoLife/daptics-api

Better options and version checking

10 Jul 17:37
Compare
Choose a tag to compare

Added content for images from pdt-servex.
Note: the client version number here is 0.15.1.

New API server at https://api.daptics.ai

15 Jul 18:25
48c5424
Compare
Choose a tag to compare

Many updates and changes, including support for GraphQL subscriptions and async requests.

New server URL: https://api-alpha.daptics.ai

25 Jan 17:19
Compare
Choose a tag to compare

Breaking changes to daptics client

Changes in daptics_client.py:

  • Better return value from get_all_analytics_files

Better docs and new automation tutorial

17 Jan 23:01
Compare
Choose a tag to compare
Pre-release

Better documentation using mkdocs and pdoc3.

Breaking changes to daptics client

Changes in daptics_client.py:

  • export_experimental_space_csv no longer has a timeout argument

Non-breaking changes

Changes in daptics_client.py:

  • Fixed export_csv bugs for auto exports
  • No other code changes

Changes in notebooks:

  • Added 06_AutomationWorkflow.ipynb

API and client documentation now on GitHub pages

26 Sep 00:26
Compare
Choose a tag to compare

No API changes, but better online documentation.

New client options and method names

19 Sep 18:46
9c76915
Compare
Choose a tag to compare
Pre-release

Please see CHANGELOG.md for details on breaking changes.

Minor bug fixes

30 Jul 18:17
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release

Should have no breaking changes. See CHANGELOG.md for details.

Added halt_session method

22 May 23:45
f0846bf
Compare
Choose a tag to compare
Pre-release

See CHANGELOG.md for more information.

Breaking changes but more functionality

16 May 01:23
3deb52d
Compare
Choose a tag to compare
Pre-release

Please review the CHANGELOG.md file for method names, arguments, return values that have changed since the previous release. We are still pre-release, so more changes may be coming!

Improved handling of exceptions and tasks

17 Apr 18:14
Compare
Choose a tag to compare

API changes in daptics_client.py:

  • Wrapped all GraphQL calls in call_api method to trap exceptions
  • Added print method
  • Added wait_for_current_task method
  • Removed demo argument from create_session method

Notebook changes:

  • 03_SimpleTutorial.ipynb substantially reworked to take advantage of
    wait_for_current_task API, and more documentation added.