🚨 Breaking Changes
- prefer wheel-provided libcuspatial.so in load_library(), use RTLD_LOCAL (#1483) @jameslamb
🐛 Bug Fixes
- fix library-loading issues in editable installs (#1484) @jameslamb
- Make polygon fixture data valid (#1472) @harrism
📖 Documentation
🛠️ Improvements
- prefer wheel-provided libcuspatial.so in load_library(), use RTLD_LOCAL (#1483) @jameslamb
- enforce wheel size limits, README formatting in CI (#1482) @jameslamb
- Prune workflows based on changed files (#1479) @KyleFromNVIDIA
- devcontainer: replace
VAULT_HOST
withAWS_ROLE_ARN
(#1478) @jjacobelli - Updated libcudftestutil CMake linking logic for 24.12 (#1475) @lamarrr
- build wheels without build isolation (#1473) @jameslamb
- remove unused variables in build_docs script (#1469) @jameslamb
- Merge branch-24.10 into branch-24.12 (#1463) @jameslamb
- Fix performance regression in quadtree_point_in_polygon by 5x (#1446) @mroeschke