NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
Use v1.1.1 of the Fatiando CI scripts and setup Mac and Windows builds
on Azure Pipelines. Move the style checks to Azure since it's faster
than Travis. Build on Python 3.6 and 3.7.
Reminders
[ ] Run make format and make check to make sure the code follows the style guide.
[ ] Add tests for new features or tests that would have caught the bug that you're fixing.
[ ] Add new public functions/methods/classes to doc/api/index.rst.
[ ] Write detailed docstrings for all functions/methods.
[ ] If adding new functionality, add an example to the docstring, gallery, and/or tutorials.
Use v1.1.1 of the Fatiando CI scripts and setup Mac and Windows builds on Azure Pipelines. Move the style checks to Azure since it's faster than Travis. Build on Python 3.6 and 3.7.
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.