Skip to main content
https://img.shields.io/pypi/v/dimod.svg https://img.shields.io/pypi/pyversions/dimod.svg https://circleci.com/gh/dwavesystems/dimod.svg?style=svg https://codecov.io/gh/dwavesystems/dimod/branch/main/graph/badge.svg

dimod

dimod is a shared API for samplers. It provides:

  • Classes for quadratic models—such as the binary quadratic model (BQM) class that contains Ising and QUBO models used by samplers such as the D-Wave quantum computer—and higher-order (non-quadratic) models.

  • Reference examples of samplers and composed samplers.

  • Abstract base classes for constructing new samplers and composed samplers.

>>> import dimod
...
>>> # Construct a problem
>>> bqm = dimod.BinaryQuadraticModel({0: -1, 1: 1}, {(0, 1): 2}, 0.0, dimod.BINARY)
...
>>> # Use dimod's brute force solver to solve the problem
>>> sampleset = dimod.ExactSolver().sample(bqm)
>>> print(sampleset)
   0  1 energy num_oc.
1  1  0   -1.0       1
0  0  0    0.0       1
3  0  1    1.0       1
2  1  1    2.0       1
['BINARY', 4 rows, 4 samples, 2 variables]

For explanations of the terminology, see the Ocean glossary.

See the documentation for more examples.

Installation

Installation from PyPI:

pip install dimod

Release files for dimod 0.12.22

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dimod 0.12.22
File Size Uploaded
dimod-0.12.22.tar.gz 3.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for dimod 0.12.22
File
dimod-0.12.22-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
dimod-0.12.22-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
dimod-0.12.22-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
dimod-0.12.22-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
dimod-0.12.22-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
dimod-0.12.22-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
dimod-0.12.22-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
dimod-0.12.22-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
dimod-0.12.22-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
dimod-0.12.22-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
dimod-0.12.22-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
dimod-0.12.22-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
dimod-0.12.22-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
dimod-0.12.22-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
dimod-0.12.22-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
dimod-0.12.22-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
dimod-0.12.22-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
dimod-0.12.22-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
dimod-0.12.22-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
dimod-0.12.22-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size:201.5 MB

Release files / dimod-0.12.22.tar.gz

Download URL dimod-0.12.22.tar.gz
Size 3.2 MB
Tags Source
SHA-256 checksum
How to use checksums
303549a92c10318a59ff5e9089e4216661738538cd82e594b3ed692438c8be29
BLAKE2b-256 checksum
How to use checksums
45f76122d947e4d07daf16ba846338b4d16e8168169868442faf7fc5423d9e8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314t-win_amd64.whl

Download URL dimod-0.12.22-cp314-cp314t-win_amd64.whl
Size 5.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
78b97bc584de5be64af2a69b4865624ee03bddedb3f8f30a328c04ea460471fb
BLAKE2b-256 checksum
How to use checksums
b3d6ce21d192e2a733b645cb917fd7fb9920e96e72f62884b574ac39e7b2fa7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8d779b2f43c5b837aa53126a02f515b6013e642fcb9afd309e663e22ba10240c
BLAKE2b-256 checksum
How to use checksums
170c01c9fb30eacc32657ebb5c36662055f3ef91514d8c42fa5777434896d755
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
afd7989f383f22c74e32746adcdc0b6510206b54bfcab4e0e0adb88027abe492
BLAKE2b-256 checksum
How to use checksums
0c4a9ac359752ce8908b2ace9391e27944e2361a5136cb74da5778d6f40be045
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314t-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp314-cp314t-macosx_11_0_arm64.whl
Size 5.3 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5fbe781aa5a33e2f4e7615db5f8b61ce9ffde92a225196f8e696f694d5d70be3
BLAKE2b-256 checksum
How to use checksums
96329b2ec17fd2e8ff5d9cb42c329089480e63287e086bb2dcc39aa3298f5a9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL dimod-0.12.22-cp314-cp314t-macosx_10_15_x86_64.whl
Size 5.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
e59d9bbb00c42a7a75ec4cb208c92aa86a765d878722c87968a74c4e85fe49d1
BLAKE2b-256 checksum
How to use checksums
754df5f8f3c3d8b3e4240a4cd8cd17c482526c395024abb6aded1722dcaf1c63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314-win_amd64.whl

Download URL dimod-0.12.22-cp314-cp314-win_amd64.whl
Size 5.2 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
991edf155e54aec01788b2a7b5d0fd3ddc4ff3855607f33a69cea29c4bc54c3a
BLAKE2b-256 checksum
How to use checksums
662315ce01ed9ce2d7353000a53a5cef4b1cfeac1c3f4013c566b2b5e883ddcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.8 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
774a6b9e2384f2c161758bb61fcaad065ab2637cc59ab578ff2f65e9e2adaeba
BLAKE2b-256 checksum
How to use checksums
8c9e924b5b388baaf0e6ab55de3fecfd0e80077515fda45c1451e376b175331d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.7 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cdac827ba3676f60c0b8cf07276cffe3654e9b96258bef3dc276fab0c55c2880
BLAKE2b-256 checksum
How to use checksums
30ce68c03556b93211ee5ecbbcb75ca0745065495c00fd7f95bc1fee31860af0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp314-cp314-macosx_11_0_arm64.whl
Size 5.2 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a5fe4d3b6771b194ee37895c83ea860217d28a2fb2373f389bf01f90f2efe03a
BLAKE2b-256 checksum
How to use checksums
379a905af36a2a9bd772626b88f07f0f7d815919f6ddc77f4c91072f20ab948a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp314-cp314-macosx_10_15_x86_64.whl

Download URL dimod-0.12.22-cp314-cp314-macosx_10_15_x86_64.whl
Size 5.4 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
d731a02c0d18bc97264e203fb2f6ecc6598ab6071e043fe554e9bf33fb233283
BLAKE2b-256 checksum
How to use checksums
ad938f8db32fb3f004700445e29347e00b5a13824be0261ac35558d34bcbd792
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp313-cp313-win_amd64.whl

Download URL dimod-0.12.22-cp313-cp313-win_amd64.whl
Size 5.1 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
ed65cab5902422dcf5908b50f031096b551478e632dce9e7d3fb4e643d2d5b58
BLAKE2b-256 checksum
How to use checksums
9a33df0e2f073167fb41c067245d59244f251c8ee8442ec5de04a722e47e3c94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.7 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
98568ef67e723e0c1868b0c033cd747b8ce9f97056e75bce7e3771e36eae2ed8
BLAKE2b-256 checksum
How to use checksums
c7b03dc7fc28fb9fd9d24819c3f6fe6fcafac4aaf840a2aae9995d907fb347e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.6 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d398094f1be6f98e072d88ee89189e8e2f7d298bffc20de91f81d62f903cf229
BLAKE2b-256 checksum
How to use checksums
658aeb14605212ea0f680d1d2e2d1508043b8a8da1ac85f17e6e87e0bbb5c5db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp313-cp313-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp313-cp313-macosx_11_0_arm64.whl
Size 5.2 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d022c6dc8ca7332b6703a337973272640dc8e51cb9560fe1b18f9c21792c5db4
BLAKE2b-256 checksum
How to use checksums
933684d6cd9e2807cd998f04d429c863709f9057944696ba57df83f1b85cd5b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp313-cp313-macosx_10_13_x86_64.whl

Download URL dimod-0.12.22-cp313-cp313-macosx_10_13_x86_64.whl
Size 5.3 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
3726ce01d654f8f9b63779781ce2b887d2e5b7c91fccc7b46d7f40b57b2e0584
BLAKE2b-256 checksum
How to use checksums
da3ddcc13b3aa79128de5a4cb38874f0f18c1eb7e0854a0b516896606461854f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp312-cp312-win_amd64.whl

Download URL dimod-0.12.22-cp312-cp312-win_amd64.whl
Size 5.1 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
7e1698cc4d51d698b02dd17f20d5356a34a59583f7df523b645a9582d37a10ae
BLAKE2b-256 checksum
How to use checksums
958c8b5047555ba6cf816c208ecfcdca0b4522d92bd0b8e4ea2291483ebe5428
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ca9e9bcd7ac681f699435694cf2a43592a70bf205088e1a9d05fc5d4088c8f29
BLAKE2b-256 checksum
How to use checksums
abb278495eab8295dbe9a19663a6e86f4f3a819fc95ccf35d5e859aaadf8b80d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.5 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f3778348b0f834a69583778218c84740c914b35a2238057afc15dd6974ccf84b
BLAKE2b-256 checksum
How to use checksums
5779aaf04f9d690364819f9732b481c28247310106ac77c510bcfb661c443aa7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp312-cp312-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp312-cp312-macosx_11_0_arm64.whl
Size 5.2 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
503eb703d6333cf31da031c1b926e3e9c5f04e679f3fb4e22e8e72eacf3bb050
BLAKE2b-256 checksum
How to use checksums
a5a8b1f1f4f78cd0c528e598d5eecf921e529b3eae4bd482c12ea038a11f3bec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp312-cp312-macosx_10_13_x86_64.whl

Download URL dimod-0.12.22-cp312-cp312-macosx_10_13_x86_64.whl
Size 5.3 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
2ec5c49bba0dec84e3397bd36493efae36dbf1d2f7c3f4e71f9266011789f063
BLAKE2b-256 checksum
How to use checksums
393817a963722939a5097fcd5e335be89a39ef9e24f70fd779b6e185304152f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp311-cp311-win_amd64.whl

Download URL dimod-0.12.22-cp311-cp311-win_amd64.whl
Size 5.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
69f5c1e9919f05024ae81365f1c13ce0683684c8f12475620841e0d1f97387eb
BLAKE2b-256 checksum
How to use checksums
405309be018863884aaaafb33c5a4b032326acbe15cec881d3443c826fcbf9b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.8 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a831a3dabeff91174b54aff1b6ec4b7d01cf72a7de55520251bd5436c8beefaa
BLAKE2b-256 checksum
How to use checksums
e2056effb7922dc977729d2ed48c7d90a1f80fd0a8656bc2ce5696fab898ea3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.7 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d94db621407582d78125a0a0c60787d9749e67979cf015e3c9c518c92a01b84a
BLAKE2b-256 checksum
How to use checksums
8f2d4966d10ce168faced34a657375fad63ebe729f834c871a944166ff7d9b52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp311-cp311-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp311-cp311-macosx_11_0_arm64.whl
Size 5.2 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e4ea8c46ac266af77f8de991446beeffc02a4dea3418b6cc32992de19b115998
BLAKE2b-256 checksum
How to use checksums
afff4112c143d141bf094aa714ff814461ffdbe45d99bf422071934a9fa3cd27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp311-cp311-macosx_10_9_x86_64.whl

Download URL dimod-0.12.22-cp311-cp311-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
0218b2f01017092b6f1591a92df46fff9b8052b157cd302d5b077c63ac28cf53
BLAKE2b-256 checksum
How to use checksums
39f733b32e5341d438394973c6da4b5552eab6ff48ddecf93c3f5bd653a4493d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp310-cp310-win_amd64.whl

Download URL dimod-0.12.22-cp310-cp310-win_amd64.whl
Size 5.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
04cfc3f5bd818829ae8434322b39231cc607e7314534da3e54eb6acb7fd83eb0
BLAKE2b-256 checksum
How to use checksums
3f5e94f76faae9fc83ba2bd1175ed0ffcda99d8e154ac62c654a347a96f6281b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL dimod-0.12.22-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 8.7 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
202847ac48280931b6ce90c59b91238b8e5ff734d96ba2dafc9131a6518a75a7
BLAKE2b-256 checksum
How to use checksums
f87e481d21a8431b56079b1dd0e14e1104ededb4aa3228a42e36e235448d80c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL dimod-0.12.22-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 8.6 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d01e91ca2c44cc2d1b6f3a379bf63435749d0e4ab5d59570a82316ac8a87bfef
BLAKE2b-256 checksum
How to use checksums
2b62a77198386df06990c143ae22bfda9c73bfc750b6c494108c1bdabb4c420c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp310-cp310-macosx_11_0_arm64.whl

Download URL dimod-0.12.22-cp310-cp310-macosx_11_0_arm64.whl
Size 5.2 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
589d923d5f8e8c9a3f99c2c2f25ebc3372236a42cce837599bc18f25b87c422e
BLAKE2b-256 checksum
How to use checksums
dcb660c01eb807bf07911056c8df9ef7480934040e6de85dc87a8ffeb1c2ddd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release files / dimod-0.12.22-cp310-cp310-macosx_10_9_x86_64.whl

Download URL dimod-0.12.22-cp310-cp310-macosx_10_9_x86_64.whl
Size 5.3 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
60b8b516813bf89c1a166db0c01bbb14589afacc7fa02cd295fcdc50c041a1a5
BLAKE2b-256 checksum
How to use checksums
d2787615d03ebfde9636e8a9410b6fff3e2fe5bd2edd48f76878e9f1622a8cbf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.13

Release history Release notifications | RSS feed

This release

0.12.22 This release

31 release files

0.9.8

21 release files

0.9.7

21 release files

0.9.6

21 release files

0.9.5

21 release files

0.9.2

21 release files

0.9.1

21 release files

0.9.0

21 release files

0.8.9

28 release files

0.8.8

28 release files

0.8.7

28 release files

0.8.6

28 release files

0.8.5

28 release files

0.8.4

28 release files

0.8.3

28 release files

0.8.1

28 release files

0.8.0

28 release files

0.7.9

28 release files

0.7.8

28 release files

0.7.7

20 release files

0.7.6

20 release files

0.7.5

28 release files

0.7.4

2 release files

0.7.3

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.13

2 release files

0.6.11

2 release files

0.6.10

2 release files

0.6.9

2 release files

0.6.8

2 release files

0.6.7

2 release files

0.6.6

2 release files

0.6.5

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.1.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page