Tim Holy
Tim Holy
The aim here is to provide full support for struct/const revision. This first commit just adds simple tests, but it already reveals something that needs to be addressed: when a...
This adds a test (EDIT: and fix!) of #858 Fixes #858 To anyone reviewing: what if the extension isn't there under the new path? I lean towards thinking we should...
In older versions of Documenter one could display an image like this: ```@raw html ``` This still works when I build the docs locally, but for the hosted docs I...
This was inspired by #1102, and expands the discussion of convergence criteria in the documentation. However, it also goes beyond that by optionally allowing the user to specify that the...
In an attempt to fix https://github.com/JuliaNLSolvers/LineSearches.jl/issues/173 and https://github.com/JuliaNLSolvers/LineSearches.jl/issues/175 (see https://github.com/JuliaNLSolvers/LineSearches.jl/pull/180), I've concluded that the best option is to rewrite `HagerZhang` from scratch. I've actually done this, and the new implementation...
This is designed to make it easy to ensure that the algorithm always performs the stated number of iterations. Because the various tolerance options use `
This will allow Revise to track changes in the running source when users switch environments. Replaces #2744.
Absolute magnitude is affected by problem scaling, but relative magnitude of the real and imaginary components is not. Thus using `rtol` in preference to `tol` makes this step more invariant...
First and foremost, thanks for the package! It just plopped out of the sky and solved a problem I'd been banging my head against for a couple of days. Magic....
This only has one change on it, #151, but I think (?) having a new keyword is enough to qualify as a new feature, hence the minor bump. But I'm...