Sandro Campos
Sandro Campos
Would it be possible to have **contains_lonlat** handle multiple sky coordinates checks at a time, in a vectorized fashion, to speed up operations and prevent an excessive number of function...
Fail the ASV workflows if at least one of benchmarks deteriorates above a certain threshold (e.g. 150% / 200%). **asv-main.yml**: - Execute `asv run` without `|| true`, allowing the command...
It's not possible to calculate the grouped mean for a very large column of pyarrow type. ```python import pandas as pd import numpy as np import pyarrow as pa import...
We might want to include in the source distribution a locked file of requirements (e.g. `requirements.txt` file with all the transitive dependencies that were proven to function at the time...
Virtualenv was pinned to v20.30 due to failures on the ASV workflows. See https://github.com/lincc-frameworks/python-project-template/pull/516.