diff --git a/NEWS.md b/NEWS.md index 122f2c0bd..edf1b4506 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Optim v1.0.0 +* Significant changes to the Non-, Once-, and TwiceDifferentiable setup +* Test refactoring +* Drop v0.4 support +* Swap the order of arguments to gradients and Hessians, such that the mutated object comes first +* Add limits to f-, g-, and h_calls + # Optim v0.7.6 release notes * Fix deprecations for *Function constructors * Fix depwarns on Julia master (v0.6) diff --git a/REQUIRE b/REQUIRE index facbd9d36..65bac343e 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.4 +julia 0.5 Calculus ForwardDiff 0.3.0 0.4.0 PositiveFactorizations