- PR #126 Create and build cuSpatial Docs
- PR #130 Add cubic spline fit and interpolation
- PR #128 Use RMM's
DeviceBuffer
for Python allocations - PR #142 Disable deprecation warnings by default
- PR #138 Update Build instructions in the README
- PR #123 Update references to error utils after libcudf changes
- PR #136 Remove build erroring for deprecation warnings
- PR #109 Update OPS codeowners group name
- PR #113 Support libcudf++
- PR #116 Fix API issue with shapefile reader
- PR #86 Add Shapefile reader for polygons
- PR #92 Python bindings for shapefile reader
- PR #104 Remove unused CUDA conda labels
- PR #94 Add legacy headers as cudf migrates
- PR #98 Updates to accommodate cudf refactoring
- PR #103 Update the include paths for cuda_utils
- PR #7 Initial code
- PR #18 Python initial unit tests and bindings
- PR #32 Python API first pass
- PR #37 Python init.py package design
- PR #38 Add init.py empties to resolve issue with PYTHONPATH
- PR #25 Add gpuCI integration
- PR #31 Add Github CODEOWNERS
- PR #39 Add cython headers to install, python / cmake packaging cleanup
- PR #41 Python and Cython style cleanup, pre-commit hook
- PR #44 Update all demos with Python API
- PR #45 Improve documentation in haversine and point in polygon
- PR #50 Validate that distance and speed work with all datetimes
- PR #58 Hausdorff distance returns a DataFrame, and better docs.
- PR #61 Point-in-polygon DataFrame output
- PR #59 Improve detail of point in polygon docs
- PR #64 Use YYMMDD tag in nightly build
- PR #68 Use YYMMDD tag in nightly build of cuspatial python
- PR #97 Drop
cython
from run requirements - PR #82 Added update-version.sh
- PR #86 Add Shapefile reader for polygons
- PR #16
cuspatial::subset_trajectory_id()
test improvements and bug fixes - PR #17 Update issue / PR templates
- PR #23 Fix cudf Cython imports
- PR #24
cuspatial::derive_trajectories()
test improvements and bug fixes - PR #33
cuspatial::trajectory_distance_and_speed()
test improvements and bug fixes - PR #49 Docstring for haversine and argument ordering was backwards
- PR #66 added missing header in tests
- PR #70 Require width parameterization of bitmap to binary conversion