Skip to content

Commit

Permalink
Update version 0.9.11 -> 0.9.12
Browse files Browse the repository at this point in the history
New Features
------------
* Documentation improvements
* Improved error messages and variable names in `DQM.from_numpy_vectors`
* `.clang-format` file for C++ formatting

Fixes
-----
* `DQM.from_numpy_vectors` no longer segfaults when given inconsistent inputs
  • Loading branch information
arcondello authored Nov 24, 2020
1 parent c15a697 commit aee9273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimod/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# ================================================================================================

__version__ = '0.9.11'
__version__ = '0.9.12'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = 'acondello@dwavesys.com'
__description__ = 'A shared API for binary quadratic model samplers.'

0 comments on commit aee9273

Please sign in to comment.