Skip to content

[NIGHTLY] v25.08.00

Pre-release
Pre-release

Choose a tag to compare

@rapids-bot rapids-bot released this 11 Jun 21:09
· 387 commits to main since this release
v25.08.00a
4c92bf8

πŸ”— Links

🚨 Breaking Changes

πŸ› Bug Fixes

  • Fix a segfault on bnatt500 due to small mu leading to inf/nan (#254) @chris-maes
  • Fix a bug in basis repair. Recover from numerical issues in primal update. (#249) @chris-maes
  • Unset NDEBUG in cmake in assert mode (#248) @hlinsen
  • Manual cuda graph creation in load balanced bounds presolve (#242) @kaatish
  • Fix assert failure on MIP problem reducing to LP after presolve (#235) @aliceb-nv
  • align service api with SDK (compat with deprecations) (#227) @tmckayus
  • Fix bug on initial solution size in the check and cuda set device order (#226) @akifcorduk
  • No cuda graph in batched pdlp (#225) @Kh4ster
  • Disable feasibility jump test for one of the dataset (#215) @rgsl888prabhu
  • Fix logging levels (#201) @akifcorduk
  • Fix bug in scaling of dual slacks and sign of dual variables for >= constraints (#191) @chris-maes
  • Fix inversion crossover bug with pdp and prize collection (#179) @hlinsen
  • Fix a bug in extract_best_per_route kernel (#156) @rg20
  • Fix several bugs appeared in unit testing of JuMP interface (#149) @rg20
  • Fix incorrect reported solving time (#131) @aliceb-nv
  • Fix max offset (#113) @Kh4ster
  • Fix batch graph capture issue caused by pinned memory allocator (#110) @Kh4ster
  • Fix bug in optimization_problem_solution_t::copy_from (#109) @rg20
  • Fix issue when problem has an empty problem in pdlp (#107) @Kh4ster
  • Fix crash on models with variables but no constraints (#105) @aliceb-nv
  • Fix inversion of constraint bounds in conditional bounds presolve (#75) @kaatish
  • Fix data initialization in create depot node for max travel time feature (#74) @hlinsen

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements