Squeeze
-
The main modelling routines
bipole,dipole,loop, and
analyticaltake a new keyword argumentsqueeze, which is set to
Trueby default. If true, the output is squeezed (status quo); if false,
the output is always a three-dimensional array(nfreqtime, nrec, nsrc). -
One can define new
+np.inftyas interface. Only use-case is to enforce a
coordinate system in a two-layer case with an interface atz(see example
coordinate system in the educational section of the gallery). -
Documentation:
- Expanded note on FFTLog.
- Expanded note on coordinate system.
- Changed the description from
optionaltodefault: xyzin the main
modelling routines.
-
Maintenance:
- Use scipy through conda in CI.
- Fix
do_3d_projectionformatplotlib>3.5.0.