Skip to content

Commit

Permalink
Release 0.6.5
Browse files Browse the repository at this point in the history
New Features
---

- Add `hybrid.Log`, a block to log user-define state metrics to a JSON
  file, python logger, or in-memory queue or list. See #257.

- Add convenience JSON encoders for commonly used NumPy
  (`hybrid.utils.NumpyEncoder`) and Ocean types
(`hybrid.utils.OceanEncoder`). See #257.

Fixes
---

- Clarify docs, #142.

Upgrade
---

- Drop dimod 0.8.x support. Oldest supported dimod version is now 0.9.6.
  See #259.
  • Loading branch information
randomir committed Dec 21, 2021
1 parent 008284c commit 9381e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__package_name__ = 'dwave-hybrid'
__title__ = 'D-Wave Hybrid'
__version__ = '0.6.4'
__version__ = '0.6.5'
__author__ = 'D-Wave Systems Inc.'
__author_email__ = 'radomir@dwavesys.com'
__description__ = 'Hybrid Asynchronous Decomposition Solver Framework'
Expand Down

0 comments on commit 9381e12

Please sign in to comment.