Skip to content

Commit

Permalink
remove apply_annotations from solver module (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanvanzwieten committed Feb 8, 2023
2 parents 1094b6b + 5df36ce commit 9a30211
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 306 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The following overview lists user facing changes as well as newly added
features in inverse chronological order.


CHANGED: solve, solve_withinfo arguments

Solver methods newton, minimize and pseudotime have their function signature
slightly changed: 1. The tol argument (used to define the stop criterion) has
been made mandatory. As the default value used to be 0 - an unreacheable value
in practice - the argument was effectively mandatory already, which this change
formalizes. 2. The maxiter argument was off by 1, leading maxiter=n to accept
n+1 iterations. This mistake is now fixed, which may break applications that
relied on the former erroneous behaviour.


NEW: function.linearize

Similar to `derivative`, the new function `linearize` takes the derivative of
Expand Down

0 comments on commit 9a30211

Please sign in to comment.