Python 79a
I'm making a release here because I've recently incorporated @Higginbottom 's rate matrix ionization code, and in seems like there will be a lot of changes soon which reorganise the code a lot.
- Most of the changes are in matrix_ion.c for this. I've also moved some of the duplicated code the macro-atom routines to a subroutine which deals in general with matrix inversions. This should still be considered beta code.
- One can run using dilute BB matrix ionization (mode 8) or spectral model matrix ionization (mode 9).
- The test pages for matrix ionization are here: https://sites.google.com/site/agnwinds/current-work-in-progress/matrix-ionization - testing is ongoing
- Also a few small bugfixes: #138, #137, and #34
- I also added minimum and maximum radii to KWD models. One must now specifiy kn.rmin and kn.rmax.