Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace numexpr by numba #77

Merged
merged 20 commits into from
Mar 10, 2020
Merged

Replace numexpr by numba #77

merged 20 commits into from
Mar 10, 2020

Conversation

prisae
Copy link
Member

@prisae prisae commented Mar 10, 2020

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-4.5%) to 95.317% when pulling 8da280b on numba-newtry into f69870b on v2-dev.

@prisae prisae merged commit 2a76c5f into v2-dev Mar 10, 2020
@prisae prisae deleted the numba-newtry branch March 10, 2020 16:07
This was referenced Mar 10, 2020
@prisae prisae linked an issue Mar 12, 2020 that may be closed by this pull request
21 tasks
prisae added a commit that referenced this pull request Apr 29, 2020
- 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Numba
2 participants