Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Releases: amazon-braket/amazon-braket-ocean-plugin-python

v1.0.1

09 Sep 16:58
8643ad5
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Remove hard-coded ARNs and replace with AwsDevice.get_devices

Documentation

  • Add factoring example

v1.0.0.post1

13 Aug 22:41
f813504
Compare
Choose a tag to compare
fix: Post-release 1.0.0.post1 (#30)

The only way to update a description in PyPi is to upload new files;
however, uploading an existing version is prohibited. The recommended
way to deal with this is with
[post-releases](https://www.python.org/dev/peps/pep-0440/#post-releases).

v1.0.0

13 Aug 16:03
ecf9762
Compare
Choose a tag to compare

This is the public release of the Amazon Braket Ocean Plugin!

The Amazon Braket Ocean Plugin is an open source library in Python that provides a framework that you can use to interact with Ocean tools on top of Amazon Braket.

v0.2.1

11 Aug 21:30
939c107
Compare
Choose a tag to compare

Changes

  • Internal code changes corresponding to v0.6.0 of amazon-braket-sdk-python

v0.2.0

01 Aug 00:59
6fd79e6
Compare
Choose a tag to compare

Breaking Changes

  • Deprecated BraketSamplerArns
  • Modifications per repository renamings
  • main will be the default branch with stable changes

v0.1.3

30 Jun 22:35
2e79aec
Compare
Choose a tag to compare

Features

  • Added optional logger to samplers, so that users can log generated Braket quantum task ARNs and task updates
  • New function get_task_sample_set to get SampleSet object from a Braket quantum task object
  • New functions sample_qubo_quantum_task and sample_ising_quantum_task to create and return a Braket QuantumTask object from an annealing problem in BraketSampler and BraketDWaveSampler

Documentation

  • Updated README and added new examples featuring the optional logger in the \examples folder
  • Updated API documentation with new features

v0.1.2

08 Apr 00:45
59700d2
Compare
Choose a tag to compare

Documentation

Added documentation for downloading the API reference from S3.

v0.1.1

13 Mar 17:32
c06f1b3
Compare
Choose a tag to compare

First release of the Amazon Braket Ocean Python Plugin, allowing Ocean to be used with Amazon Braket.