You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Don't worry, SpecialFunctions just changes the function factorial but nothing breaking otherwise.
The other change is to ensure that all problems can be wrapped in an MathOptNLPModel.
When I will support quadratic constraints in NLPModelsJuMP.jl, we can change it with #321.
The reason will be displayed to describe this comment to others. Learn more.
Okay, but this can still block if for some reason another package (outside JSO) depends on SpecialFunction.
and there was this commit e66bd7e .
Let's see how it goes, and if we plan another release soon maybe we can switch 0.7.4 to a 0.8.0.
3054d7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amontoison Was this in a PR? This is a breaking change + there was another change in the API in a previous commit.
3054d7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't worry,
SpecialFunctions
just changes the function factorial but nothing breaking otherwise.The other change is to ensure that all problems can be wrapped in an
MathOptNLPModel
.When I will support quadratic constraints in NLPModelsJuMP.jl, we can change it with #321.
3054d7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, but this can still block if for some reason another package (outside JSO) depends on SpecialFunction.
and there was this commit e66bd7e .
Let's see how it goes, and if we plan another release soon maybe we can switch 0.7.4 to a 0.8.0.
3054d7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be awesome! It's been very high on the list for quite some time :).