Narwhals v1.12.0
Changes
π Performance improvements
- perf: make to_py_scalar 3x faster when argument is str (#1276)
β¨ Enhancements
- feat: support
columns
andselect
for InterchangeFrame if_df
is present (#1283) - RFC, feat: infer datetime format for pyarrow backend (#1195)
- feat: add is_pandas_index, is_modin_index, is_cudf_index, is_pandas_like_index utility functions (#1272)
- err: replace msg = "Please set allow_series=True" with msg = "Please set allow_series=True or series_only=True" (#1280)
π Bug fixes
- fix:
from_native
was sometimes raising unnecessarily withstrict=False
(#1274)
π Documentation
- docs: Render table of contents members ordered & removed css reference (#1275)
π οΈ Other improvements
Thank you to all our contributors for making this release possible!
@DeaMariaLeon, @FBruzzesi, @MarcoGorelli, and @raisadz