Releases: ctkelley/SIAMFANLEquations.jl
v1.0.2
SIAMFANLEquations v1.0.2
This release changes removes most of the implicit imports in the main module and the test script. The user interface and the output for the solvers, examples, and test problems is unchanged.
Look at ExplicitImports.jl for the story on implicit imports.
I also fixed a breaking change that 1.10.2 inflicted on one of the examples in the notebook. That uncovered a subtle bug and motivated a new unit test.
v1.0.1
Final publication release
This is the final publication release of the package.
This package supports my shiny new orange book
Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia.
@book{ctk:fajulia,
author="C. T. Kelley",
title="{Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia}",
year=2022,
publisher="SIAM",
address="Philadelphia",
series="Fundamentals of Algorithms",
number=20
}
The solvers are documented with Documenter.jl on the package repo and with a collection of IJulia notebooks. The notebooks are a pretty faithful version of the print book.
The final manuscript went to the printer on Sept 6. The target date for publication is October 2022.
SIAMFANLEquations v0.9
This is v0.9. I have cleaned up some internal things since 0.8.
This package supports my shiny new orange book
Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia
@book{ctk:fajulia,
author="C. T. Kelley",
title="{Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia}",
year=2022,
publisher="SIAM",
address="Philadelphia",
series="Fundamentals of Algorithms",
number=20
}
which is scheduled for publication in 4Q 2022.
The book is with the publisher in final production. I have had my second and last shot at the proofs.
The solvers are documented with Documenter.jl on the github repo and with a collection of IJulia notebooks. The notebooks are a pretty faithful version of the print book.
SIAMFANLEquations v0.8
The book is at the printer in final production and I am tagging 0.8.
I will only make changes for
- bugs
- tweaking internal documentation
- adding non-book stuff to the documenter files
v0.9 and 1.0 will (I hope) have only minimal changes.
This package will support my shiny new book
@book{ctk:fajulia,
author="C. T. Kelley",
title="{Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia}",
year=2022,
publisher="SIAM",
address="Philadelphia",
series="Fundamentals of Algorithms",
number=20
}
which is scheduled for printing in 4Q 2022.
The solvers are documented with Documenter.jl on the github repo and with a collection of IJulia notebooks. The notebooks are a pretty faithful version of the print book.
v0.7.0
v0.6.0
SIAMFANLEquations v0.6.0
This is version 0.6.0
This is the version I will announce to NA-Digest. At this point the repos are in final form, the notebooks are done, and I am doing a few final
rounds of proofreading/CI before sending it to the publisher.
v0.5.3
SIAMFANLEquations v0.5.3
This is Version 0.5.3 of SIAMFANLEquations.
The case studies are done and the software for the project is complete.
The notebook --> print book map is done and the manuscript is near the final draft.
The case studies are in SIAMFANLCh5.ipynb in the notebook
https://github.com/ctkelley/NotebookSIAMFANL
Merged pull requests:
- CompatHelper: bump compat for BandedMatrices to 0.17, (keep existing compat) (#18) (@github-actions[bot])
v0.5.2
SIAMFANLEquations v0.5.2
This is Version 0.5.2 of SIAMFANLEquations. The case studies are done and the softwarefor the project is complete.
See SIAMFANLCh5.ipynb in the notebook at
https://github.com/ctkelley/NotebookSIAMFANL
for the complete story.
Closed issues:
- new logo (#17)
v0.5.1
SIAMFANLEquations v0.5.1
Fix excessive allocations in nsoli and ptcsoli. Minor updates to other things.