-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy path0.11-deprecations-dd6b6f12c0d82870.yaml
35 lines (35 loc) · 1.25 KB
/
0.11-deprecations-dd6b6f12c0d82870.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
features:
- |
Improved deprecation warnings and documentation.
See `#192 <https://github.com/dwavesystems/dwave-ocean-sdk/issues/192>`_.
upgrade:
- |
Remove ``.vartypes``, ``.lower_bounds``, and ``.upper_bounds`` attributes
from ``ConstrainedQuadraticModel.variables``. These were previously
deprecated in dimod 0.10.6.
- |
Remove ``.vartype()`` method
from ``ConstrainedQuadraticModel.variables``. It was previously
deprecated in dimod 0.10.6.
- |
Remove ``bqm_index_labelled_input`` decorator. It was previously deprecated
in dimod 0.10.8.
- |
Remove ``SampleSet.is_writeable`` attribute.
- |
Remove ``dimod.generators.knapsack()``. It was previously deprecated in
dimod 0.10.6.
- |
Remove ``dimod.generators.multi_knapsack()``. It was previously deprecated in
dimod 0.10.6.
- |
Remove ``dimod.generators.bin_packing()``. It was previously deprecated in
dimod 0.10.6.
- |
Remove ``HigherOrderComposite.sample_ising()`` method. It was previously
scheduled to be removed in dimod 0.10.0.
- |
Remove ``PolySampler.sample()``, ``PolySampler.sample_ising()``, and
``PolySampler.sample_qubo()`` methods. These were previously scheduled
to be removed in dimod 0.10.0.