Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- AI agents: Start by reading AGENTS.md -->
# cuOpt - GPU accelerated Optimization Engine

[![Build Status](https://github.com/NVIDIA/cuopt/actions/workflows/build.yaml/badge.svg)](https://github.com/NVIDIA/cuopt/actions/workflows/build.yaml)
Expand Down Expand Up @@ -153,6 +154,10 @@ cuOpt follows the RAPIDS release schedule and is part of the **"others"** catego

For current release timelines and dates, refer to the [RAPIDS Maintainers Docs](https://docs.rapids.ai/maintainers/).

## For AI Coding Agents

See [AGENTS.md](./AGENTS.md) for agent-specific guidelines.

## Contributing Guide

Review the [CONTRIBUTING.md](CONTRIBUTING.md) file for information on how to contribute code and issues to the project.
20 changes: 20 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Release Notes

## Release Notes 26.02

### New Features (26.02)

-

### Breaking Changes (26.02)

-

### Improvements (26.02)

-

### Bug Fixes (26.02)

-

### Documentation (26.02)

-

## Release Notes 25.12

Expand Down