Jij-Inc
ommx
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Python SDK 2.0.0 (#533)
main
12 hours ago
Update LLMs.md (#532) Automatically generated update for LLMs.md based on notebook changes. Co-authored-by: termoshtt <1238153+termoshtt@users.noreply.github.com>
main
12 hours ago
Update books with Python SDK 2.0.0rc4 (#516) Rendered Books -------------- - ę„ę¬čŖ: https://ommx-ja-book--516.org.readthedocs.build/ja/516/introduction.html - English: https://ommx-en-book--516.org.readthedocs.build/en/516/introduction.html
main
12 hours ago
Add the `.sense` property to `ommx.v1.Solution` and `ommx.v1.SampleSet`. (#530) Co-authored-by: Toshiki Teramura <toshiki.teramura@gmail.com>
main
13 hours ago
Start developing OMMX Python SDK 2.0.0rc5 (#531) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: termoshtt <1238153+termoshtt@users.noreply.github.com>
main
17 hours ago
Remove default `solve` implementation in `SamplerAdapter` (#524) Remove the following methods from `SamplerAdapter` and implement them in `OMMXOpenJijSAAdapter` - `solve` - `solver_input` - `decode` --------- Co-authored-by: takuro saito <t.saito@j-ij.com> Co-authored-by: Toshiki Teramura <toshiki.teramura@gmail.com>
main
19 hours ago
Start developing OMMX Python SDK 2.0.0rc4 (#528) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: termoshtt <1238153+termoshtt@users.noreply.github.com>
main
22 hours ago
Bump indexmap from 2.9.0 to 2.10.0 in the dependencies group (#527) Bumps the dependencies group with 1 update: [indexmap](https://github.com/indexmap-rs/indexmap). Updates `indexmap` from 2.9.0 to 2.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.10.0 (2025-06-26)</h2> <ul> <li>Added <code>extract_if</code> methods to <code>IndexMap</code> and <code>IndexSet</code>, similar to the methods for <code>HashMap</code> and <code>HashSet</code> with ranges like <code>Vec::extract_if</code>.</li> <li>Added more <code>#[track_caller]</code> annotations to functions that may panic.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/91dbcc55d2b6be52b7f99929aebb7204a6576189"><code>91dbcc5</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/399">#399</a> from cuviper/release-2.10.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/67a5a712fcb667aa7b11e9b19a33fad764ae712c"><code>67a5a71</code></a> Release 2.10.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/37e519a3be8666e251d96156baeb230a80f9ad1f"><code>37e519a</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/308">#308</a> from cuviper/extract_if</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4d7618fbc919be41dd0307075ae7fc2df58ea746"><code>4d7618f</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/398">#398</a> from cuviper/bench-deps</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/68201eb0a389f6f96cafd7b3f887e013557be041"><code>68201eb</code></a> Drop lazy_static for LazyLock</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/eaaaa56e717e19d6904645927a771abbeb9ae257"><code>eaaaa56</code></a> Switch to fastrand for bench shuffling</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b19d84edafdb50a7207e2ce237f39f11092409fb"><code>b19d84e</code></a> Fix <code>clippy::needless_lifetimes</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4f62778c866ac27c7e460fec78163188c8fb8e5f"><code>4f62778</code></a> <code>impl FusedIterator for ExtractIf</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/e09eaaf8e547ec56e564980b20f62b7c4d459fdd"><code>e09eaaf</code></a> Document and track <code>extract_if</code> panics</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/a8d7dc50a250971fe2203bdf23c2b5a307db7c86"><code>a8d7dc5</code></a> Add range support to <code>extract_if</code></li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.9.0...2.10.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Toshiki Teramura <toshiki.teramura@gmail.com>
main
22 hours ago
Active Branches
Bump requests from 2.31.0 to 2.32.2 in the pip group across 1 directory
last run
4 months ago
#449
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs