Releases: dwavesystems/dimod
Releases · dwavesystems/dimod
1.0.0.dev3
Update verion 1.0.0.dev2 -> 1.0.0.dev3
1.0.0.dev2
- BinaryQuadraticModel
0.5.0
Merge pull request #41 from dwavesystems/0.5.0 0.5.0
0.5.0.dev1
Update version 0.4.0 -> 0.5.0.dev1
0.4.0
Samplers now encode their accepted keyword parameters.
0.3.1
Bug fixes for qubo_index_labels decorator.
0.3.0
- Added numpy response object
- Some bug fixes
- Updated documentation structure
0.2.1
Updated deployment script
0.2.0
* 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