Skip to content

Commit

Permalink
Update NEWS.md and REQUIRE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Mar 10, 2017
1 parent 73e6d47 commit 22737de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.4
julia 0.5
Calculus
ForwardDiff 0.3.0 0.4.0
PositiveFactorizations
Expand Down

0 comments on commit 22737de

Please sign in to comment.