Recent Releases of minorminer
minorminer - 0.2.14
New Features
rectangle-packeris now included in the source rather than being a dependency.
- Python
Published by arcondello about 2 years ago
minorminer - 0.2.13
New Features
- Build wheels for Python 3.12.
- Build C++ extensions with Cython 3.
- Python
Published by arcondello over 2 years ago
minorminer - 0.2.12
Fixes
- Deploy x86 macOS wheels targeting 10.9 rather than 12.0. ### Upgrades
- Drop support for Python 3.7.
- Python
Published by arcondello almost 3 years ago
minorminer - 0.2.11
Adds a wrapper to the Glasgow Subgraph Solver. This is a really cool external library that very quickly solves subgraph isomorphism problems. In our language, that problem corresponds to finding a chainlength-1 embedding from a problem graph into a hardware graph, which optimizes performance on the hardware. Many thanks to Ciaran McCreesh (and team) for providing this library and supporting our efforts to wrap it.
- Python
Published by boothby over 3 years ago
minorminer - 0.2.10
New Features
- Release wheels for Python 3.11.
- Add
busgraph_cache.topology_identifiermethod.
- Python
Published by arcondello over 3 years ago
minorminer - 0.2.9
- Add an algorithm demonstration example contributed by Aidan Roy
- Add clique cache manipulation functions
- mining of clique embeddings combining both heuristic and polynomial-time embedding methods
- version-agnostic cache import and export functions to support deployment of precomputed caches.
- Python
Published by boothby about 4 years ago
minorminer - 0.2.8.post1
- Remove noisy print statements
- Discontinue win32 support
- Python
Published by boothby about 4 years ago
minorminer - 0.2.8
- Fix and immediately deprecate Matlab support
- Add
utils.zephyrmodule - Refactor
utils.chimeraandutils.pegasusto use acceleratedbuscliqueimplementation - Deprecate legacy python clique embedding code
- Python
Published by boothby about 4 years ago
minorminer - 0.2.7
- Add Zephyr support to busclique embedding
- Add seed parameter to busclique embedding
- Fix cache corruption issue #163
- Add Zephyr support to layout module
- Add
busgraph_cache.draw_fragment_embedding - Add
draw_fragment_embeddingmethod tobusgraph_cache
- Python
Published by arcondello over 4 years ago
minorminer - 0.2.6
Fixes
- Documentation refresh (#180, #182)
Changes
- Dropped support for Python 3.5 (#183)
- Python
Published by randomir about 5 years ago
minorminer - 0.2.5
New Features
- Support for python 3.9
- Python
Published by randomir over 5 years ago
minorminer - 0.2.4
New Features
- Incorporate functionality from
dwave.embeddingnamespace https://github.com/dwavesystems/minorminer/pull/170 - Updated python install instructions
- Python
Published by arcondello over 5 years ago
minorminer - 0.2.4.dev0
New Features
- Incorporate functionality from
dwave.embeddingnamespace https://github.com/dwavesystems/minorminer/pull/170 - Updated python install instructions
- Python
Published by arcondello over 5 years ago
minorminer - 0.2.2
Includes the fix for the false K_4 embeddings that was incorrectly left out of 0.2.1.
- Python
Published by arcondello almost 6 years ago
minorminer - 0.2.1
Fixed issue with false K_4 embeddings.
- Python
Published by arcondello almost 6 years ago
minorminer - 0.2.0
Added polytime clique embedder for chimera and pegasus graphs under minorminer.busclique (an implementation to compute biclique embeddings is also available but needs improvement)
Added layout and placement strategies under minorminer.layout
Improved restart behavior (controlled through tries parameter)
- Python
Published by boothby almost 6 years ago
minorminer - 0.2.0.dev1
Added polytime clique embedder for chimera and pegasus graphs under minorminer.busclique
Added layout and placement strategies under minorminer.layout
Improved restart behavior (controlled through tries parameter)
- Python
Published by boothby almost 6 years ago
minorminer - 0.2.0.dev0
Added polytime clique embedder for chimera and pegasus graphs under minorminer.busclique
Added layout and placement strategies under minorminer.layout
Improved restart behavior (controlled through tries parameter)
- Python
Published by boothby about 6 years ago
minorminer - 0.1.9
Bugfixes, documentation updates, new user-contributed examples, reworked CI scripts
- Python
Published by boothby over 6 years ago
minorminer - 0.1.8
Faster all around, in both serial and parallel versions. General housecleaning and bugsmashing.
- Python
Published by boothby over 7 years ago
minorminer - 0.1.7
Changes since 0.1.6:
- bugfixes
- better error reporting
- Python
Published by randomir over 7 years ago
minorminer - 0.1.6
What's new:
* chainlength performance is significantly improved
* new parameter max_beta which can be used to trade success probability for shorter chains
* experimental miner class, exposing lower-level functionality to python (here be segfaults, I'm sure)
- Python
Published by boothby over 7 years ago