Dr. Andrew Annex
Dr. Andrew Annex
### Description I produce an open source library [spiceypy](github.com/andrewannex/spiceypy) which is a python ctypes-based wrapper for a pure C library. The C library is distributed as ansi c and header...
can numba/cffi be used to accelerate vectorized functions in spiceypy? https://numba.pydata.org/numba-doc/0.15.1/interface_c.html experiment!
feels like a good addition, but should be universal ie all file paths should be converted to pathlib Paths
currently the sphinx docs do not list all of the spice functions in the toc, adjust the toc depth in the docs may fix this issue.
…No clue if CI builds would work. todo need to update the github worker to allow this branch to run. likely there are a lot of api breaking changes I...
PyMC v4.0 has been released recently and the migration to it from pymc3 looks pretty easy. This could also improve issues with installation of gempy and make it easier to...
cropping probably does not work yet but will actually be easy to get working, replaced prints with logging removed tmp files with just doing it all in memory, removed really...
# Description This is a work in progress branch (non-functional yet), for adding anisotropic corrections to the `RescaledData` class. This pr will likely be up for a while as I...
**Is your feature request related to a problem? Please describe.** The current implementation for Solutions, Grids, a model's "Grid" object is very confusing and could be simplified greatly. **Describe the...
**Is your feature request related to a problem? Please describe.** Currently, it is difficult to cleanly use high resolution grids and dense input data simultaneously in gempy. It seems the...