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
Releases · amazon-braket/amazon-braket-ocean-plugin-python
v1.0.1
Bug Fixes and Other Changes
- Remove hard-coded ARNs and replace with
AwsDevice.get_devices
Documentation
- Add factoring example
v1.0.0.post1
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
v0.2.1
v0.2.0
v0.1.3
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
andsample_ising_quantum_task
to create and return a BraketQuantumTask
object from an annealing problem inBraketSampler
andBraketDWaveSampler
Documentation
- Updated README and added new examples featuring the optional logger in the
\examples
folder - Updated API documentation with new features