Skip to content

Releases: ProtoLife/daptics-api

Better options and version checking

Choose a tag to compare

@pzingg pzingg released this 10 Jul 17:37

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

Choose a tag to compare

@pzingg pzingg released this 15 Jul 18:25
48c5424

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

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

Choose a tag to compare

@pzingg pzingg released this 25 Jan 17:19

Breaking changes to daptics client

Changes in daptics_client.py:

  • Better return value from get_all_analytics_files

Better docs and new automation tutorial

Pre-release

Choose a tag to compare

@pzingg pzingg released this 17 Jan 23:01

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

Choose a tag to compare

@pzingg pzingg released this 26 Sep 00:26

No API changes, but better online documentation.

New client options and method names

Pre-release

Choose a tag to compare

@pzingg pzingg released this 19 Sep 18:46
9c76915

Please see CHANGELOG.md for details on breaking changes.

Minor bug fixes

Minor bug fixes Pre-release
Pre-release

Choose a tag to compare

@pzingg pzingg released this 30 Jul 18:17

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

Added halt_session method

Pre-release

Choose a tag to compare

@pzingg pzingg released this 22 May 23:45
f0846bf

See CHANGELOG.md for more information.

Breaking changes but more functionality

Pre-release

Choose a tag to compare

@pzingg pzingg released this 16 May 01:23
3deb52d

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

Choose a tag to compare

@pzingg pzingg released this 17 Apr 18:14

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.