Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
3c010ea
feat(barrier): add SOCP cone primitives and NT kernels
yan-zaretskiy Apr 7, 2026
9ee0ed7
feat(barrier): integrate H^-2 cone blocks into the augmented system
yan-zaretskiy Apr 7, 2026
41f763c
fix(barrier): stabilize SOCP barrier convergence
yan-zaretskiy Apr 7, 2026
c99368f
refactor(dual_simplex): keep cone layout packed through presolve
yan-zaretskiy Apr 7, 2026
a5dba68
test(dual_simplex): expand SOCP barrier coverage and tighten layout c…
yan-zaretskiy Apr 7, 2026
f4b9c8e
feat(mps_parser): add QCMATRIX parsing and quadratic-constraint model…
Apr 15, 2026
43f09b4
fix: address review suggestions (chatbot)
yuwenchen95 Apr 15, 2026
ac9dd8a
complete parsder for linear cost, ROW and RHS for QCQP
yuwenchen95 Apr 17, 2026
0bd6499
Add support for reading and writting quadratical constrains into MPS;…
yuwenchen95 Apr 20, 2026
d693509
Merge branch 'NVIDIA:main' into mps-socp
yuwenchen95 Apr 20, 2026
21b0f9a
Restrict quadratic constraints to be convex with type 'L'
yuwenchen95 Apr 20, 2026
e6e1f42
Clean up for the MPS parser
yuwenchen95 Apr 22, 2026
b9d3a48
merge the parser into SOCP implementation
yuwenchen95 Apr 22, 2026
8ff6ce1
minor adjustment for parser
yuwenchen95 Apr 22, 2026
6617f94
Add bridging for mps model to user_problem model
yuwenchen95 Apr 23, 2026
62380e4
Update QCQP dataset for parser check and address minor issues
yuwenchen95 Apr 23, 2026
969ff06
modified test check for the MPS parser
yuwenchen95 Apr 23, 2026
0065a10
Merge branch 'mps-socp' into socp-merge
yuwenchen95 Apr 23, 2026
926633a
Remove unused temp_file_3 in mps_parser_test
yuwenchen95 Apr 23, 2026
6f2b1fb
undo std::span for CI tests
yuwenchen95 Apr 24, 2026
9defd60
Apply pre-commit fixes
yuwenchen95 Apr 24, 2026
3389255
Merge branch 'mps-socp' into socp-merge
yuwenchen95 Apr 24, 2026
0a31a44
minior correction for bound check and update dataset for qcqp
yuwenchen95 Apr 24, 2026
5dd5ef2
Merge branch 'main' into mps-socp
yuwenchen95 Apr 24, 2026
0bfc961
Merge branch 'mps-socp' into socp-merge
yuwenchen95 Apr 24, 2026
d172213
Print # of quadratic constraints and cones
chris-maes Apr 24, 2026
f20d132
Add support for handling free variables in QPs with the augmented system
chris-maes Apr 25, 2026
c71ab13
Merge branch 'main' into mps-socp
yuwenchen95 Apr 27, 2026
462a2cc
fix issues in CI tests
yuwenchen95 Apr 27, 2026
d408b74
fix bugs for indexing linear and quadratic constraints in mps_writer
yuwenchen95 Apr 27, 2026
1c98f5e
fix bugs in validate_constraint_bounds for cuopt_server
yuwenchen95 Apr 27, 2026
4befacf
precommit check correction
yuwenchen95 Apr 28, 2026
bb42c32
≈Merge branch 'mps-socp' into socp-barrier-solver
yuwenchen95 Apr 28, 2026
f70e45d
Refresh SOCP barrier kernels
yan-zaretskiy Apr 28, 2026
a20ac27
Support direct MPS SOC conversion
yan-zaretskiy Apr 28, 2026
b1d494b
Merge with update in mps-socp
yuwenchen95 Apr 28, 2026
883bf63
add support for rotated second-order cone
yuwenchen95 Apr 30, 2026
1c1bde2
Force SOCP to be unit initialization
yuwenchen95 May 1, 2026
dbf9fa0
Update scaling computation for SOCP, beneficial for sparse exploitation
yuwenchen95 May 6, 2026
a9f82e9
uadd support for mflexible uniform coefficients in quadratic cost & l…
yuwenchen95 May 7, 2026
9e871af
block splitting free variable in socp
yuwenchen95 May 7, 2026
7e5bec7
code clean up for socp logic
yuwenchen95 May 8, 2026
36d3373
clean up translation for quadratic constraints
yuwenchen95 May 11, 2026
006edb7
more efficient problem setup from MPS data
yuwenchen95 May 11, 2026
0779f67
--amend
yuwenchen95 May 11, 2026
f148618
switch to COO format for quadratic constraint matrices assuming they …
yuwenchen95 May 13, 2026
de38b6e
merge with main
yuwenchen95 May 13, 2026
fc0609e
Add Ruiz scaling for SOCP. Dynamic regularization for affine and cent…
chris-maes May 16, 2026
df6ff35
Conditionally apply ruiz scaling
chris-maes May 16, 2026
3cfc7d5
Be careful scaling cone variables
chris-maes May 16, 2026
71b7a0f
add regularization for soc Hessian blocks
yuwenchen95 May 16, 2026
d7b476e
merge with main
yuwenchen95 May 17, 2026
a033c23
update operations for column scaling that fixes the buggy output in u…
yuwenchen95 May 17, 2026
5419756
update unit tests; tighting tolerance and update free variable test
yuwenchen95 May 17, 2026
2e27d61
add python API for second-order cone constraints
yuwenchen95 May 18, 2026
9b96791
add duplicate for soc variables if there are also BOUND constraints o…
yuwenchen95 May 18, 2026
2c56e53
update for python API
yuwenchen95 May 18, 2026
73e11db
--amend
yuwenchen95 May 18, 2026
e840781
shifting 'G' from python to 'L' C++ translation
yuwenchen95 May 18, 2026
4175653
Remove separate definition for quadrtic constraints
yuwenchen95 May 18, 2026
b9f0240
Fix a bug in Python's compute_slack when we have duplicate variable w…
yuwenchen95 May 18, 2026
065bd1b
Add support for duplicate quadratic terms with different coefficients…
yuwenchen95 May 18, 2026
3132961
fix a bug for the mps writer
yuwenchen95 May 19, 2026
0fd4142
merge with main
yuwenchen95 May 19, 2026
f83c1b5
correct multiplication operation in IR
yuwenchen95 May 19, 2026
4f2a2c1
clarifying 'free' to be free variables in linear parts
yuwenchen95 May 19, 2026
52f5640
--amend
yuwenchen95 May 19, 2026
5a5d6f2
move cone complimentarity computation into affine and corrector step
yuwenchen95 May 20, 2026
7572551
Revert "Prepare release/26.06"
jolorunyomi May 20, 2026
90bf1b0
Merge pull request #1258 from NVIDIA/release/26.06
GPUtester May 20, 2026
37814ed
Update to 26.08 (#1259)
jolorunyomi May 20, 2026
d8ffe58
Fix bug on SOCPs with quadratic objectives. Fix misleading regulariza…
chris-maes May 20, 2026
d64a82b
add support of SOCP also in qp path
yuwenchen95 May 20, 2026
0b4d8e3
--amend
yuwenchen95 May 20, 2026
6f423ae
Merge pull request #1261 from NVIDIA/release/26.06
GPUtester May 20, 2026
6f45175
Merge pull request #1262 from NVIDIA/release/26.06
GPUtester May 20, 2026
8babc7c
remove out-dated comment
yuwenchen95 May 20, 2026
6191e4d
Merge pull request #1263 from NVIDIA/release/26.06
GPUtester May 20, 2026
3eeccb8
disable barrier_solve but keep native free linear variables
yuwenchen95 May 21, 2026
7773bda
add nvtx ranges for profiling
yuwenchen95 May 21, 2026
9655f05
--amend
yuwenchen95 May 21, 2026
9ea0205
Fix version failure in check style for skills (#1271)
ramakrishnap-nv May 21, 2026
9c9bf27
Merge branch 'release/26.06' into main-merge-release/26.06.01
ramakrishnap-nv May 21, 2026
0c2168f
Merge pull request #1273 from rgsl888prabhu/main-merge-release/26.06.01
ramakrishnap-nv May 21, 2026
881ed2f
Merge pull request #1274 from NVIDIA/release/26.06
GPUtester May 21, 2026
1ca1501
Add barrier_presolve back for socps
yuwenchen95 May 21, 2026
3f01565
Merge pull request #1278 from NVIDIA/release/26.06
GPUtester May 21, 2026
88eccc6
Merge pull request #1279 from NVIDIA/release/26.06
GPUtester May 21, 2026
6da457e
Merge branch 'release/26.06' into main-merge-release/26.06.02
ramakrishnap-nv May 21, 2026
2cbef3e
Merge pull request #1281 from rgsl888prabhu/main-merge-release/26.06.02
ramakrishnap-nv May 21, 2026
759a0bc
Merge pull request #1282 from NVIDIA/release/26.06
GPUtester May 21, 2026
41daa6d
Merge with main
yuwenchen95 May 22, 2026
4654c93
Improve post-solve process && Fix broken python API for socp
yuwenchen95 May 22, 2026
126c880
Remove the unnecessary COO-> CSR -> COO conversion of quadratic const…
yuwenchen95 May 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"metadata": {
"description": "Agent skills for NVIDIA cuOpt: routing (VRP, TSP, PDP), LP/MILP/QP, installation (user/developer), and REST server.",
"version": "26.06.00"
"version": "26.08.00"
Comment thread
yuwenchen95 marked this conversation as resolved.
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nvidia-cuopt-skills",
"description": "Agent skills for NVIDIA cuOpt: routing (VRP, TSP, PDP), LP/MILP/QP, installation (Python/C/developer), and REST server. Use when building or solving optimization with cuOpt.",
"version": "26.06.00",
"version": "26.08.00",
"author": {
"name": "NVIDIA"
},
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -69,7 +69,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -84,7 +84,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
secrets:
CONDA_RAPIDSAI_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_NIGHTLY_TOKEN }}
CONDA_RAPIDSAI_TOKEN: ${{ secrets.CONDA_RAPIDSAI_TOKEN }}
Expand All @@ -101,7 +101,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -119,7 +119,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
secrets:
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
Expand All @@ -139,7 +139,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -156,7 +156,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
secrets:
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
Expand All @@ -175,7 +175,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -195,7 +195,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
secrets:
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
Expand All @@ -215,7 +215,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
node_type: "gpu-l4-latest-1"
Expand All @@ -225,7 +225,7 @@ jobs:
arch: "amd64"
file_to_upload: "docs/cuopt/build/html/"
artifact-name: "cuopt_docs"
container_image: "rapidsai/ci-conda:26.06-latest"
container_image: "rapidsai/ci-conda:26.08-latest"
script: "ci/build_docs.sh"
wheel-build-cuopt-sh-client:
permissions:
Expand All @@ -235,7 +235,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -256,7 +256,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
secrets:
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_publish_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
permissions:
contents: read
container:
image: rapidsai/ci-conda:26.06-latest
image: rapidsai/ci-conda:26.08-latest
outputs:
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
CUOPT_VER: ${{ steps.compute-cuopt-ver.outputs.CUOPT_VER }}
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- test-self-hosted-server
permissions:
contents: read
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
if: always()
with:
needs: ${{ toJSON(needs) }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
contents: read
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main
with:
files_yaml: |
build_docs:
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
checks:
permissions:
contents: read
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main
with:
enable_check_generated_files: false
conda-cpp-build:
Expand All @@ -398,7 +398,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
with:
build_type: pull-request
script: ci/build_cpp.sh
Expand All @@ -411,7 +411,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
with:
build_type: pull-request
Expand All @@ -437,7 +437,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
with:
build_type: pull-request
script: ci/build_python.sh
Expand All @@ -450,7 +450,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
with:
run_codecov: false
Expand All @@ -473,15 +473,15 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
if: fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs
with:
build_type: pull-request
node_type: "gpu-l4-latest-1"
arch: "amd64"
file_to_upload: "docs/cuopt/build/html/"
artifact-name: "cuopt_docs"
container_image: "rapidsai/ci-conda:26.06-latest"
container_image: "rapidsai/ci-conda:26.08-latest"
script: "ci/build_docs.sh"
wheel-build-libcuopt:
needs: [compute-matrix-filters, changed-files]
Expand All @@ -493,7 +493,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
# build for every combination of arch and CUDA version, but only for the latest Python
matrix_filter: ${{ needs.compute-matrix-filters.outputs.libcuopt_filter }}
Expand All @@ -511,7 +511,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: pull-request
script: ci/build_wheel_cuopt.sh
Expand All @@ -526,7 +526,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
with:
build_type: pull-request
Expand All @@ -549,7 +549,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: pull-request
script: ci/build_wheel_cuopt_server.sh
Expand All @@ -568,7 +568,7 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
with:
build_type: pull-request
script: ci/build_wheel_cuopt_sh_client.sh
Expand All @@ -586,7 +586,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
with:
build_type: pull-request
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
Expand All @@ -57,7 +57,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main
with:
run_codecov: false
build_type: ${{ inputs.build_type }}
Expand All @@ -80,7 +80,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
Expand All @@ -102,7 +102,7 @@ jobs:
id-token: write
packages: read
pull-requests: read
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
Expand All @@ -125,15 +125,15 @@ jobs:
packages: read
pull-requests: read
secrets: inherit # zizmor: ignore[secrets-inherit]
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.06-latest"
container_image: "rapidsai/ci-conda:26.08-latest"
script: ci/test_notebooks.sh
nightly-summary:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-breaking-change-alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions: {}
jobs:
trigger-notifier:
if: contains(github.event.pull_request.labels.*.name, 'breaking')
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/26.06
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main
secrets:
NV_SLACK_BREAKING_CHANGE_ALERT: ${{ secrets.NV_SLACK_BREAKING_CHANGE_ALERT }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion RAPIDS_BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release/26.06
main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cuOpt - GPU-accelerated Optimization

[![Build Status](https://github.com/NVIDIA/cuopt/actions/workflows/build.yaml/badge.svg)](https://github.com/NVIDIA/cuopt/actions/workflows/build.yaml)
[![Version](https://img.shields.io/badge/version-26.06.00-blue)](https://github.com/NVIDIA/cuopt/releases)
[![Version](https://img.shields.io/badge/version-26.08.00-blue)](https://github.com/NVIDIA/cuopt/releases)
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen)](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html)
[![Docker Hub](https://img.shields.io/badge/docker-nvidia%2Fcuopt-blue?logo=docker)](https://hub.docker.com/r/nvidia/cuopt)
[![Examples](https://img.shields.io/badge/examples-cuopt--examples-orange)](https://github.com/NVIDIA/cuopt-examples)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.06.00
26.08.00
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cuda-python>=12.9.2,<13.0
- cuda-sanitizer-api
- cuda-version=12.9
- cudf==26.6.*,>=0.0.0a0
- cudf==26.8.*,>=0.0.0a0
- cupy>=13.6.0
- cxx-compiler
- cython>=3.0.3
Expand All @@ -37,8 +37,8 @@ dependencies:
- libgrpc >=1.78.0,<1.80.0a0
- libnvjitlink-dev
- libprotobuf
- libraft-headers==26.6.*,>=0.0.0a0
- librmm==26.6.*,>=0.0.0a0
- libraft-headers==26.8.*,>=0.0.0a0
- librmm==26.8.*,>=0.0.0a0
- make
- msgpack-numpy==0.4.8
- msgpack-python==1.1.2
Expand All @@ -55,7 +55,7 @@ dependencies:
- pip
- pre-commit
- psutil>=6.0.0
- pylibraft==26.6.*,>=0.0.0a0
- pylibraft==26.8.*,>=0.0.0a0
- pyrsistent
- pytest-cov
- pytest-rerunfailures
Expand All @@ -66,7 +66,7 @@ dependencies:
- rapids-logger==0.2.*,>=0.0.0a0
- re2
- requests
- rmm==26.6.*,>=0.0.0a0
- rmm==26.8.*,>=0.0.0a0
- scikit-build-core>=0.11.0
- scipy>=1.14.1
- sphinx
Expand Down
Loading