Skip to content

Commit

Permalink
Update version 0.10.0.dev3 -> 0.10.0.dev4
Browse files Browse the repository at this point in the history
New Features
------------
* Support PEP518 for building the package #814
* Add `cyVariables.size()` and `.at(..)` to improve cython access to the `Variables` object
* Add new `QuadraticModelBase` and `BinaryQuadraticModel` implementation in c++ #818, #819

Fixes
-----
* Fix broken documentation links #815
  • Loading branch information
arcondello committed May 7, 2021
1 parent 0d73fc6 commit 1bfa24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# version is used by serialization below so we need it before everything
__version__ = '0.10.0.dev3'
__version__ = '0.10.0.dev4'

from dimod.bqm import *

Expand Down

0 comments on commit 1bfa24a

Please sign in to comment.