Skip to content

ProxSuite 0.6.5

Compare
Choose a tag to compare
@jcarpent jcarpent released this 04 Jun 20:12
· 14 commits to main since this release
v0.6.5
29e9505

[0.6.5] - 2024-05-31

Added

  • Pip wheels for Python 3.12 and stop support Python 3.7 (#324)

Fixed

  • Fixes compilation issue with GCC 14 on Arch (#322)

What's Changed

  • Change from torch.Tensor to torch.empty or torch.tensor and specify type explicitly (#308)
  • Fix handling of batch of inequality constraints in QPFunctionFn_infeas. The derivations in qplayer was done for single-sided constraints, that's the reason for the concatenation but the expansion of batchsize dimension was not working properly (#308)
  • Switch from self-hosted runner for macos-14-ARM to runner from github (#306)
  • Fix missing cassert for some compilers (#316)

Full Changelog: v0.6.4...v0.6.5