Changelog¶
v1.3.0 (Nov. 01, 2024)¶
Improve support for type annotations.
Improve accuracy of upper and lower bounds estimates in constraint construction.
Change advanced parameters of
solve()
,parallel_solve()
,equal_to()
,less_equal()
,greater_equal()
andclamp()
functions to keyword-only arguments for usability.Support Hitachi CMOS annealing on
HitachiClient
.Support DNP Annealing Software v1.0.3 on
DASClient
.Support D-Wave Advantage2 Prototype 2.5.
Support input/output of models with LP and QPLIB format files.
Variable
can be used as a mapping key forsubstitute()
,substitute()
andis_satisfied()
.Support conversion from real variables to binary variables.
Add
compress_qpu_problem_data
attribute toDWaveSamplerClient
,LeapHybridSamplerClient
andLeapHybridCQMSamplerClient
.Add support for Python 3.13, and Python 3.8 is no longer supported.
v1.3.1 (Nov. 18, 2024)
Fix: Prevent segmentation fault when accessing variables through
get_variables()
orvariables
property on empty models.Fix: Correct
total_elapsed_time
inSolverTiming
to reference the proper timing value.Fix: Update type hints for
domain_wall()
andarray
.
v1.2.0 (July 23, 2024)¶
Support TOSHIBA SQBM+ v2.0.3 on
ToshibaSQBM2Client
.Support DNP Annealing Software v1.0.2 on
DASClient
.
v1.2.1 (Aug. 06, 2024)
Change supported macOS to Monterey or later.
v1.1.0 (May 13, 2024)¶
Support NEC Vector Annealing Service 2.0 on
NECVA2Client
.Improve the efficiency of the
Substitute
quadratization method and significantly reduce the number of auxiliary variables.Add support for Linux ARM64.
v1.1.1 (May 28, 2024)
Fix type hints for
Result
class.
v1.0.0 (Jan. 27, 2024)¶
Release version 1.0.
v1.0.2 (Feb. 20, 2024)
Add documents in English.
Fix redundant deprecation warnings.
Add
client.ocean
namespace for legacy compatibility.
v1.0.3 (Mar. 01, 2024)
Support D-Wave Advantage System 6.4.
Support D-Wave Advantage 2 Prototype 2.2.
v1.0.4 (Mar. 15, 2024)
Fix a problem where SQBM request data is not sent correctly on Windows.
v1.0.5 (Mar. 19, 2024)
Support D-Wave Advantage 2 Prototype 2.3.