Skip to content

Releases: recruit-communications/pyqubo

Support Python 3.12 and 3.13

09 Nov 14:09
717c680
Compare
Choose a tag to compare

Support Python 3.12 and 3.13.

Support Python 3.11

13 Dec 21:40
176df2c
Compare
Choose a tag to compare

PyQUBO supports Python 3.11

Support dimod=0.12.x

01 Nov 16:17
be2bda1
Compare
Choose a tag to compare

update supported dimod version to 0.12.x

Optimize compilation

03 Oct 10:15
aafc0df
Compare
Choose a tag to compare
  • optimize polynomial data structure in the compilation
  • optimize the construction of sum expressions
  • optimize the to_qubo method to run faster
  • fix hash collision to avoid a crash in robin_hood
  • update the dimod version to 0.11.x

Add wheels for Python 3.10

08 Jan 04:55
4e5c543
Compare
Choose a tag to compare

fix setup.py

07 Jan 01:38
Compare
Choose a tag to compare
  • remove setup_requires to prevent errors in 3.6.8

Build wheel for M1 Mac

01 Dec 18:17
70f90a2
Compare
Choose a tag to compare

Use Github Actions to create wheel for M1 Mac

Enable build from source

29 May 17:06
024112f
Compare
Choose a tag to compare

Fix code to enable installation from source

Compatible with Python 3.9

21 Jan 07:40
495b69a
Compare
Choose a tag to compare
  • Added the wheels for Python 3.9 in Linux, OSX, Windows.

Stable C++ PyQUBO

19 Oct 19:05
9607026
Compare
Choose a tag to compare
  • Fix minor memory issues.
  • This version is a stable version since C++ PyQUBO has been released.