Skip to content

Tags: victortocantins/empymod

Tags

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
np.seterr(all='ignore') (emsig#131)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emsig#129 from emsig/dev

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix gallery with new theme (emsig#127)

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix int for windows (emsig#121)

* Bugfix Windows int32/64
* Added MacOS and Windows test run to GitHub Actions

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.5 (emsig#119)

RTD: one page per function/class.

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Manifest (emsig#111)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sphinx changes (emsig#107)

* Update conf for sphinx changes
* Fix _html_repr_ capture on RTFD using SG@master
* Add python_requires to setup.py

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug fixes (emsig#96)

Small bug fixes, v2.0.1.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)