Leonardo Uieda
Leonardo Uieda
Include the information in case SimPEG code is copied without the license file into another project. This is recommended practice for the GPL at least: https://www.gnu.org/licenses/gpl-faq.en.html#NoticeInSourceFile Related to #941 Couldn't...
Would it make sense to include a category if repositories that include code and/or data from papers?
The method is a bit useless since we rarely want to predict on random points. Copy the code to the `CheckerBoard` function since that's where it is most useful. Issue...
The dependencies listed in `setup.cfg` don't have version bounds. We should include them based on fatiando/community#40 along with a page in the docs explaining the policy. See https://github.com/fatiando/pooch/pull/280 for an...
This module has been deprecated in #277. The `CheckerBoard` class will be the only one there and even it is getting moved to a different module (#349). In Verde 2.0.0...
Passing `client` as a Dask distributed client was deprecated and the argument should be removed in Verde v2.0.0 #331. This needs to be done in all classes/functions that use Dask...
This function was deprecated in v1.7.0 and should be removed in v2.0.0. See #344
The `verde.Gradient` class is a meta-gridder to calculate directional derivatives from other fitted estimators. It takes as argument the estimator, a finite-difference step, and a direction vector. Calling `Gradient.predict` calculates...
| | Info | |:------------------|:-----------------------| |**Version number** | v2.0.0 | |**Target date** | YYYY/MM/DD | |**Zenodo DOI** | 10.5281/zenodo.XXXXXXX | This issue is to track progress and deprecations for the...
**Description of the desired feature** The function uses `np.min` and `np.max` to get the bounding region of the given set of coordinates. This doesn't work if the coordinates are coming...