Releases: qcware/platform_client_library_python
Releases · qcware/platform_client_library_python
v7.4.3
v7.4.2
v7.4.1
v7.4.0
v7.3.0
v7.2.0
v7.1.0
v7.0.0
- Bumps python version to
3.9
- Better type hints for configuration module
v6.0.0
- Added
retrieve_parameters
method toqcware.forge.api_calls
, along with anasync_
version, that allows users to fetch the parameters of a previous API call. - We also removed the legacy
submit_
andasync_
calls (for the newcall.submit
andcall.async
versions). distance_estimation
has changed toqdist.
- Updated parameters for
qdot
andqdist
. Constraints
added some new internal fields which will appear when serialized.qdist
,qdot
, andloaders
added several new loader modes.
v5.0.0
- Big news: Reorganization! Instead of
import qcware
dofrom qcware import forge
and all API calls are underforge
(forge.optimize...
) - Solve_binary now removed in favor of optimize_binary
- Functions
qaoa_expectation_value
andqaoa_sample
added - Many changes to
BinaryProblem
,BinaryResults
,PolynomialObjective
and other optimization types - Enabled
brute_force_minimize