Releases: dwavesystems/minorminer
Releases · dwavesystems/minorminer
0.2.16
0.2.15
Fixes
- Refresh build files and reduce the size of built wheels
- Replace broken docs badge with PyPI versions
- Add reference to clique paper in README
0.2.14
New Features
rectangle-packer
is now included in the source rather than being a dependency.
0.2.13
New Features
- Build wheels for Python 3.12.
- Build C++ extensions with Cython 3.
0.2.12
Fixes
- Deploy x86 macOS wheels targeting 10.9 rather than 12.0.
Upgrades
- Drop support for Python 3.7.
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.
0.2.10
New Features
- Release wheels for Python 3.11.
- Add
busgraph_cache.topology_identifier
method.
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.
0.2.8.post1
- Remove noisy print statements
- Discontinue win32 support