esutil
esutil copied to clipboard
A variety of python utilities focusing on numerical, scientific, and astrophysical computing
The following code snippet (a) doesn't return sorted indices and (b) results in different ordering from numpy 1.24 to numpy 1.26 on x86 processors. ``` import numpy as np import...
When installing on a clean system using `pip install esutil` the installation goes fine, but the package cannot be imported. The error is: ``` root@836b9e6d53c4:/# python3 -c 'import esutil' Traceback...
prior to main body of setup.py so that it may use numpy.get_include() It seems there is no "official" way to do it - see e.g. https://stackoverflow.com/questions/54117786/add-numpy-get-include-argument-to-setuptools-without-preinstalled-numpy (the solution is borrowed...
When I try to install esutil in my computer using pip, The install process reports errors. The reason seems like that my compiler default C++ standard is C++17, and the...
I use pip in my github actions for redmapper. And the esutil installation failed today, apparently caused by the update of `ubuntu-latest` from 20.04 to 22.04 in November/December (it was...
let ints and strings go, but not floats
Perhaps an HTM n00b question, I see I can input an RA,Dec pair and get the HTM id for it, is there an easy way to get the RA,Decs of...
I am seeing compiler warnings about `-Wincompatible-pointer-types`. I turned them off with `-Wno-incompatible-pointer-types`, but we may want to fix eventually.