Skip to content

v1.40.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 01:50
· 45 commits to master since this release
86bfa1d

MathOptInterface v1.40.0

Diff since v1.39.0

Merged pull requests:

  • Fix Bridge test for non-invertible constraint bridge (#2713) (@blegat)
  • [FileFormats.NL] clarify comment about binary format (#2720) (@odow)
  • Add more packages to solver-tests.yml (#2721) (@odow)
  • [Bridges] fix bridge weights for SOS(1|2)ToMILPBridge (#2723) (@odow)
  • Add bridge from Hermitian PSD to complex function in Symmetric PSD (#2724) (@blegat)
  • Remove @show from test of MockOptimizer (#2725) (@blegat)
  • Add testset to Bridges.runtests (#2726) (@blegat)
  • [Utilities] add distance_to_set for PositiveSemidefiniteCone (#2729) (@odow)
  • Simplify _eval_hessian_inner (#2730) (@blegat)
  • Update JuliaFormatter to v2 (#2731) (@blegat)
  • [Nonlinear] Merge forward_storage_ϵ with reverse_storage_ϵ (#2732) (@blegat)
  • Fix SetMapBridge with complex type (#2733) (@blegat)
  • Shorter testset name for Bridges.runtests (#2734) (@blegat)
  • Bump Julia version to v1.10 for documentation (#2735) (@blegat)
  • Remove arguments of _forward_eval_ϵ (#2736) (@blegat)
  • Add allocation tests for ReverseAD (#2737) (@blegat)
  • Disable linearity detection for subexpression if no hessian (#2738) (@blegat)
  • Remove dynamic dispatch in Hessian evaluation (#2740) (@blegat)
  • Fix tests on nightly (#2742) (@odow)
  • Prep for v1.40.0 (#2743) (@odow)
  • [Nonlinear.ReverseAD] Fix use of reinterpret instead _reinterpret_unsafe (#2744) (@odow)
  • Add docstring to _reinterpret_unsafe (#2745) (@blegat)
  • Add import MathOptInterface as MOI to DocTestSetup (#2746) (@odow)

Closed issues:

  • [Bridges] slack bridges should be prioritized over ToMILP (#2722)
  • distance_to_set for PSD constraint (#2727)
  • BenchmarkTools dependency (#2728)
  • Tests failing on nightly (#2741)