Skip to content

Releases: ctkelley/NotebookSIAMFANL

NotebookSIAMFANL version 1.0: Publication release

08 Sep 14:02
Compare
Choose a tag to compare

This is the final publication version suite of notebooks for my book project

Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia

The project includes the print book, this suite of Jupyter notebooks that are a very good approximation of the print book, and a Julia package.

The package is SIAMFANLEquations.jl, now at version 1.0. You install it like any other registered Julia package.

The github repos are

Package: https://github.com/ctkelley/SIAMFANLEquations.jl

Notebooks: https://github.com/ctkelley/NotebookSIAMFANL

The package and notebooks are open source. License data are on the repos.

Enjoy,

-- Tim

Notebook for SIAMFANLEquations v0.9

22 Aug 19:25
Compare
Choose a tag to compare

I got a second set of proofs and found a few more nits. Fixing those for v0.9. I'll tag v1.0 when SIAM publishes the book in 4Q 2022.

Notebook for SIAMFANL v0.8

31 Jul 18:18
2232705
Compare
Choose a tag to compare

The book is at the printer in final production and I am tagging 0.8.

I will only make changes for

  1. bugs
  2. tweaking internal documentation
  3. adding non-book stuff to the documenter files

v0.9 and 1.0 will (I hope) have only minimal changes.

Version for SIAM copyediting

10 May 17:24
Compare
Choose a tag to compare

This is version 0.7. The files for the book at with the publisher and this version becomes 0.8 when I get the feedback from the publisher and make the changes.

NA-Digest release

16 Apr 15:31
Compare
Choose a tag to compare

This is v0.6.0. This is the draft that I announced to NA-DIgest

V 0.5.3 of the notebooks for SIAMFANLEquations

01 Apr 20:48
1876a77
Compare
Choose a tag to compare

This is version 0.5.3 of the notebooks. Everything is pretty much done. After one more round of proofreading I will announce the project to NA-DIGEST.

I will announce version 0.5.3 of the package to Julia DIscourse and then say no more until I release 1.0 when the print book is out.

v0.5.2

23 Mar 19:30
Compare
Choose a tag to compare

Technical part of Chapter 5 is finished. Book almost ready for NA-Digest.

v0.5.1

02 Mar 16:12
2ebfc11
Compare
Choose a tag to compare

Fix for an excessive allocation problem in nsoli and ptcsoli.
Second and final case study in 0.5.2
Final(?) pollishing and repo reorg for 0.5.3

v0.5.0

17 Feb 15:38
c01ef20
Compare
Choose a tag to compare

This is Version 0.5.0. The first case study is done.
See SIAMFANLCh5.ipynb for the complete story.

This is v0.4.3. Solvers done

30 Nov 14:30
Compare
Choose a tag to compare

This version includes the draft of Chapter 4: Fixed Point Problems and Anderson Acceleration

I have decided to take my own advice from the middle of the discussion in

https://discourse.julialang.org/t/quasi-newton-nonlinear-solver-for-sparse-jacobian/57672/8

and leave Broyden's method out. So, the solvers are done.

The last chapter will be Chapter 5: Case Studies.