Skip to content

Releases: dwavesystems/dimod

0.5.0.dev1

22 Dec 19:22
b0ac9b7
Compare
Choose a tag to compare
0.5.0.dev1 Pre-release
Pre-release
Update version 0.4.0 -> 0.5.0.dev1

0.4.0

30 Nov 18:04
cfdb14e
Compare
Choose a tag to compare

Samplers now encode their accepted keyword parameters.

0.3.1

13 Oct 23:35
Compare
Choose a tag to compare

Bug fixes for qubo_index_labels decorator.

0.3.0

11 Oct 18:05
Compare
Choose a tag to compare
  • Added numpy response object
  • Some bug fixes
  • Updated documentation structure

0.2.1

11 Oct 03:24
Compare
Choose a tag to compare

Updated deployment script

0.2.0

10 Oct 23:37
Compare
Choose a tag to compare
* implemented composition for spin variables, no docs yet

* broke everything but now better documented

* sped up ising_to_qubo

* sped up qubo_to_ising

* fixed important bug where data field was replicated

* composition version implemented, might try decorator now...

* layer -> composite

* dynamic inheritance to instantiated object wrapping

* added to unittests

* install instructions include pip

* docstrings and html stuff, not complete

* first pass finished documentation for spin_transform

* clean up, unittest update

* finished first draft documentation

* updated ignore

* changed generic sampler test name so it hopefully does not get caught by pytest

* removed unnecessary import

* samples -> num_samples

* removed structured_ising and structured_qubo methods, added composite functionality

* Added Travis CI status badge to README

* sublime in .gitignore

* removing structure

* building on travis and appveyor for pypi

* changed install

* reverted. added using pip to install

* changed order

* Update .travis.yml

changed test runner

* added deployment details for deployment to pypi

* added deployment details for deployment to pypi

* Merge branch 'master' of https://github.com/oneklc/dimod

* added linux and mac os testing

* fixed order

* added appveyor.yml from demo

* modified to work with our build process

* testing a hunch

* hunch number 2

* osx fixes for travis-ci

* fixes for mac builds

* fixed pip install

* made executable

* more updates for osx testing

* fix for python 2.7

* changed pypi user

* more fixes for python2 on mac

* clean up

* clean up

* added appveyor helper scripts

* added appveyor helper scripts

* typo fix

* installing/upgrading setuptools and wheel in python env

* removed previous fail. installing/upgrading setuptools and wheel in python env

* removing ci support for python 2.6

* added wheel to travis pypi build

* does not support python 2.7.0

* removed structured methods with references

* updated documenation to reflect removal of structured methods

* removed structured, changed the way the structure property was added and added inits to the example samplers