Paul Taylor

Results 49 issues of Paul Taylor

## Description This PR adds environment-agnostic `run_*_{ctests,pytests}.sh` scripts, and updates `test_*_{cpp,python}.sh` to call them. The `test_*_{cpp,python}.sh` scripts assume they're running in our CI environment, and they do more than just...

3 - Ready for Review
improvement
non-breaking
ci

Cython is a build-only dependency, so this PR removes Cython from the `install_requires` list of the hdbscan package. [setup.py reads requirements.txt](https://github.com/scikit-learn-contrib/hdbscan/blob/master/setup.py#L78) to populate its runtime requirements, and [requirements.txt incldues cython](https://github.com/scikit-learn-contrib/hdbscan/blob/master/requirements.txt)....

3 - Ready for Review
improvement
non-breaking

This PR adds environment-agnostic `run_*_{ctests,pytests}.sh` scripts, and updates `test_*_{cpp,python}.sh` to call them. The `test_*_{cpp,python}.sh` scripts assume they're running in our CI environment, and they do more than just run the...

improvement
non-breaking
ci

**Description:** Import files with `.js` suffixes to make ESM code compatible with node's ESM latest implementation. **Related issue (if exists):** Fixes #342

## Description The `JOIN_POINT_IN_POLYGON_LARGE_TEST_EXP` test isn't returning any points because they aren't evenly distributed. The first commit adds a check to ensure the test fails when no results are returned....

improvement
non-breaking
libcuspatial

This is a followup to https://github.com/nodejs/llnode/pull/389: * Updates the range of LLVM versions we check (from 20, which is next dev version, to 99) * Support downloading headers if the...

This PR is an attempt to address https://github.com/devcontainers/cli/issues/7#issuecomment-1206264455. Publishing a standalone `devcontainer` binary that can be installed into images/machines w/o `node` would be super helpful. `pkg` can't statically analyze dynamic...

* Remove the devcontainer when the VSCode window closes * Adds a descriptive name to the running container: ```shell $ docker ps -a CONTAINER ID IMAGE ... NAMES 0dbb364fe544 vsc-cudf-......

3 - Ready for Review
libcudf
improvement
non-breaking
ci

* Remove the devcontainer when the VSCode window closes * Adds a descriptive name to the running container: ```shell $ docker ps -a CONTAINER ID IMAGE ... NAMES 0dbb364fe544 vsc-rmm-......

3 - Ready for review
non-breaking
improvement
ci