🚨 Breaking Changes
- Disallow GeoSeries from accepting a column in favor of
_from_column
(#1434) @mroeschke
🐛 Bug Fixes
- re-enable mixing libcuspatial wheels with libcudf conda packages (#1456) @jameslamb
- fix wheel tests on Rocky Linux (#1452) @jameslamb
- Add data=None to ListColumn constructor (#1442) @mroeschke
- Remove unused shuffle_order in GeoColumn (#1439) @mroeschke
- Fix _recombine_columns when either geocolumn or non-geocolumn was empty (#1438) @mroeschke
- Internal linkage kernels (#1436) @robertmaynard
- Disallow GeoSeries from accepting a column in favor of
_from_column
(#1434) @mroeschke
📖 Documentation
🛠️ Improvements
- xfail Python tests dependent on invalid Polygons (#1467) @mroeschke
- Switch
traceback
tonative
in pytests (#1464) @galipremsagar - Update update-version.sh to use packaging lib (#1462) @AyodeAwe
- Use CI workflow branch 'branch-24.10' again (#1459) @jameslamb
- Update flake8 to 7.1.1. (#1458) @bdice
- Add support for Python 3.12, pin proj back to 9.3.x, require geopandas>=1.0 (#1453) @jameslamb
- rearrange dependencies.yaml, fix development instructions (#1451) @jameslamb
- Distribute libcuspatial wheels (#1450) @jameslamb
- cuproj: remove pin on 'proj' in conda packages (#1449) @jameslamb
- cuproj: depend on librmm, not rmm (#1448) @jameslamb
- wheels: dynamically load
libcudf.so
fromlibcudf
wheel (#1447) @jameslamb - Update rapidsai/pre-commit-hooks (#1445) @KyleFromNVIDIA
- Drop Python 3.9 support (#1443) @jameslamb
- Remove NumPy <2 pin, remove proj pin (#1441) @seberg
- Update cuspatial to use pylibcudf (#1440) @vyasr
- Update pre-commit hooks (#1435) @KyleFromNVIDIA
- Improve update-version.sh (#1432) @bdice
- Use tool.scikit-build.cmake.version, set scikit-build-core minimum-version (#1430) @jameslamb
- Pass columns instead of Series to
cudf.DataFrame
in split-combine workflow (#1429) @mroeschke - Address cudf.DataFrame.insert API change (#1428) @mroeschke
- ensure notebook-testing script fails when notebooks fail (#1424) @jameslamb
- Forward-merge branch-24.08 into branch-24.10 (#1410) @jakirkham