Skip to content

Releases: qcware/platform_client_library_python

v7.4.3

11 May 12:41
Compare
Choose a tag to compare

Fixed defect with multiple submissions on api call

v7.4.2

05 May 12:23
Compare
Choose a tag to compare
automated push from ec201ce02feda6a224d2bf516e8410abc873d204

v7.4.1

16 Mar 14:25
Compare
Choose a tag to compare

Relaxes the python requirement to 3.7-3.10 (from only 3.9)

v7.4.0

07 Mar 11:49
Compare
Choose a tag to compare

Minor: adds dwave_embedding argument to optimize_binary

v7.3.0

16 Feb 14:43
Compare
Choose a tag to compare

Updated documentation
New MonteCarlo nisqAE functions make_schedule, run_schedule, run_unary, compute_mle
New create_qdot_circuit function for exporting a qdot circuit

v7.2.0

17 Nov 19:43
Compare
Choose a tag to compare

Adds run_measurements to the Forge quasar backend for batching many circuits together.

v7.1.0

03 Nov 22:26
Compare
Choose a tag to compare

Separated fit and predict and added classifiers (QNearestCentroid, QNeighborsRegressor, QNeighborsClassifier, QMeans)

v7.0.0

27 Oct 21:47
Compare
Choose a tag to compare
  • Bumps python version to 3.9
  • Better type hints for configuration module

v6.0.0

27 Aug 19:48
Compare
Choose a tag to compare
  • Added retrieve_parameters method to qcware.forge.api_calls, along with an async_ version, that allows users to fetch the parameters of a previous API call.
  • We also removed the legacy submit_ and async_ calls (for the new call.submit and call.async versions).
  • distance_estimation has changed to qdist.
  • Updated parameters for qdot and qdist.
  • Constraints added some new internal fields which will appear when serialized.
  • qdist, qdot, and loaders added several new loader modes.

v5.0.0

27 Jul 14:37
Compare
Choose a tag to compare
  • Big news: Reorganization! Instead of import qcware do from qcware import forge and all API calls are under forge (forge.optimize...)
  • Solve_binary now removed in favor of optimize_binary
  • Functions qaoa_expectation_value and qaoa_sample added
  • Many changes to BinaryProblem, BinaryResults, PolynomialObjective and other optimization types
  • Enabled brute_force_minimize