Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Rename Euler deconvolution classes#286

Merged
leouieda merged 9 commits into
masterfrom
rename-euler
Jun 21, 2016
Merged

Rename Euler deconvolution classes#286
leouieda merged 9 commits into
masterfrom
rename-euler

Conversation

@leouieda

@leouieda leouieda commented Jun 20, 2016

Copy link
Copy Markdown
Member

Fixes #201

Renames the Euler deconvolution classes:

  • Classic (terrible name) is now EulerDeconv
  • MovingWindow is now EulerDeconvMW and ExpandingWindow is now EulerDeconvEW. Both classes no longer take an euler solver as input. They are subclasses of EulerDeconv and take the same parameters + the window parameters. This makes calling the functions simpler and less confusing for new users.

These names won't clash with any other module and can be made part of the fatiando.gravmag public API.

Checklist:

  • Make tests for new code (at least 80% coverage)
  • Create/update docstrings
  • Include relevant equations and citations in docstrings
  • Docstrings follow the style conventions
  • Code follows PEP8 style conventions
  • Code and docs have been spellchecked
  • Include new dependencies in doc/install.rst, requirements.txt, environment.yml, and README.rst
  • Documentation builds properly (run make docs locally)
  • Changelog entry (leave for last)

Notification for @fatiando/core-devs

@leouieda leouieda added this to the 0.5 milestone Jun 21, 2016
@leouieda leouieda merged commit 9c337b2 into master Jun 21, 2016
@leouieda leouieda deleted the rename-euler branch June 21, 2016 18:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant