Tags: victortocantins/empymod
Tags
v2.0.0 (emsig#92) - Remove Python 3.5 from testing. - Remove deprecated functions. - Use f-strings for printing. * Replace numexpr by numba (emsig#77) * Shorten runtime of examples * Deg/Unwrap/Lag => closes emsig#76 (emsig#78) * f-strings: fix existing and implement forgotten (emsig#80) * Change `htarg`/`ftarg` to dicts internally (emsig#81) * Always assume isotropy for {e;m}perm by default * Rename `transform.get_spline_values` -> `transform.get_dlf_points` * Undo emsig#26 for consistency reasons * Documentation (emsig#82) * Ensure src/rec are not altered (emsig#83) * Renaming (emsig#84) * Renaming all Hankel- and Fourier-routines * `factAng` -> `ang_fact` * `{fht;qwe;quad}arg{s}` -> `htarg` * `{qwe}arg{s}` -> `ftarg` * Closes emsig#13 * Use `kwargs` for settings (emsig#85) * All settings (`xdirect`, `ht`, `htarg`, `ft`, `ftarg`, `loop`, `verb`) are now extracted from `kwargs`. This makes it possible that all model-functions take the same keyword-arguments; warnings are raised if a particular parameter is not used in this function, but it doesn't fail (it fails, however, for unknown parameters). Pure positional calls including those parameters will therefore not work any longer. Closes emsig#14 * Adjust manual and docstrings, intersphinx (emsig#86) * EMArray: .amp and .pha are now methods (emsig#87) * Fix dlf if 'fht' provided (emsig#88) * Replace outer by broadcasting * htarg and ftarg MUST be dicts (emsig#89) * Only one possibility for each method of `ht` and `ft` * Undo #7a9437ca * Reduce top namespace (emsig#91)
PreviousNext