SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
688 stars 75 forks source link

CompatHelper: bump compat for ADTypes to 1, (keep existing compat) #738

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

This pull request changes the compat entry for the ADTypes package from 0.2.5 to 0.2.5, 1. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

torfjelde commented 2 months ago

Hey! Is there anyting holding this PR up? It's holding up testing wtih ADTypes.jjl on in a few downstream packages 😬

torfjelde commented 2 months ago

Lovely; thank you @Vaibhavdixit02 ! Is it also possible make a release?

Vaibhavdixit02 commented 2 months ago

No problem @torfjelde! I am looking into making a release, the CI failed to resolve versions just a few minutes back so there might be a bit of delay to get other packages to do the releases as well

torfjelde commented 2 months ago

Gotcha :+1: Thank you for looking into it!