In Calibrate, `set_parameter` can now only take parameters by name, while `set_parameter_by_reference` takes any parameter that can be passed as a reference (i.e., a view of a numpy array). See the notebooks on calibration for details.
0.5
* FORTRAN extension for line elements has been ported to Python and `numba` (many thanks to Davíd Brakenhoff) * Python `invlap` routine (again with numba) ported from routine by Kris Kuhlman (https://bitbucket.org/klkuhlm/invlap/src/default/) * New `invlap` routine requires fewer terms in inverse Laplace transform (`M=10` is usually enough) * Calibrate now works on ranges of parameters. * Calibrate now adjusts `c` values between layers when calibrating for hydraulic conductivity in `Model3D`