-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove Python 3.5 from testing. - Remove deprecated functions. - Use f-strings for printing. * Replace numexpr by numba (#77) * Shorten runtime of examples * Deg/Unwrap/Lag => closes #76 (#78) * f-strings: fix existing and implement forgotten (#80) * Change `htarg`/`ftarg` to dicts internally (#81) * Always assume isotropy for {e;m}perm by default * Rename `transform.get_spline_values` -> `transform.get_dlf_points` * Undo #26 for consistency reasons * Documentation (#82) * Ensure src/rec are not altered (#83) * Renaming (#84) * Renaming all Hankel- and Fourier-routines * `factAng` -> `ang_fact` * `{fht;qwe;quad}arg{s}` -> `htarg` * `{qwe}arg{s}` -> `ftarg` * Closes #13 * Use `kwargs` for settings (#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 #14 * Adjust manual and docstrings, intersphinx (#86) * EMArray: .amp and .pha are now methods (#87) * Fix dlf if 'fht' provided (#88) * Replace outer by broadcasting * htarg and ftarg MUST be dicts (#89) * Only one possibility for each method of `ht` and `ft` * Undo #7a9437ca * Reduce top namespace (#91)
- Loading branch information
Showing
55 changed files
with
3,247 additions
and
3,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
formats: all | ||
|
||
# Optionally set the version of Python and requirements required to build your | ||
# docs | ||
python: | ||
version: 3.7 | ||
install: | ||
- requirements: requirements-dev.txt | ||
- method: pip | ||
path: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.