v0.9.13: New `add_columns`, `alter_columns`, `drop_columns` APIs
New features
- feat: add alter columns for names and nullability by @wjones127 in #1903
- feat: dataset add_columns method by @wjones127 in #1468
- feat(python): expose
drop_columns()in Python by @wjones127 in #1904 - feat: allow opening FragmentReader with just row id by @wjones127 in #1902
Performance improvements
- perf: avoid a buffer copy and share the array to reduce RAM cost by @westonpace in #1907
Bug fixes
- fix: handle out-of-order columns by @wjones127 in #1901
Other changes
- docs: add torch integration docs by @eddyxu in #1906
- chore: support python 3.12 by @eddyxu in #1908
- docs: fix a path issue in benchmarks/sift/README.md by @frankliee in #1913
- ci: fix docs deployment by @wjones127 in #1915
New Contributors
- @frankliee made their first contribution in #1913
Full Changelog: v0.9.12...v0.9.13