Skip to content

Releases: dwavesystems/minorminer

0.2.16

15 Oct 21:50
6d7df57
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.13.

Upgrades

  • Drop support for Python 3.8.

0.2.15

25 Jul 20:31
2ff3425
Compare
Choose a tag to compare

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

13 Jun 21:37
23aedc4
Compare
Choose a tag to compare

New Features

  • rectangle-packer is now included in the source rather than being a dependency.

0.2.13

28 Nov 22:02
4cfa28f
Compare
Choose a tag to compare

New Features

  • Build wheels for Python 3.12.
  • Build C++ extensions with Cython 3.

0.2.12

30 Aug 20:23
0bf03e9
Compare
Choose a tag to compare

Fixes

  • Deploy x86 macOS wheels targeting 10.9 rather than 12.0.

Upgrades

  • Drop support for Python 3.7.

0.2.11

23 Jan 22:28
20c99e3
Compare
Choose a tag to compare

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

20 Dec 00:07
76d7b45
Compare
Choose a tag to compare

New Features

  • Release wheels for Python 3.11.
  • Add busgraph_cache.topology_identifier method.

0.2.9

15 Jun 17:28
e3ca3f1
Compare
Choose a tag to compare
  • 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

20 May 22:29
26dd379
Compare
Choose a tag to compare
  • Remove noisy print statements
  • Discontinue win32 support

0.2.8

19 May 23:46
77af943
Compare
Choose a tag to compare
  • Fix and immediately deprecate Matlab support
  • Add utils.zephyr module
  • Refactor utils.chimera and utils.pegasus to use accelerated busclique implementation
  • Deprecate legacy python clique embedding code