diff --git a/narwhals-2.11.0.tar.gz b/narwhals-2.11.0.tar.gz deleted file mode 100644 index c5571c4a37688ec01f171deb1a647fea13f7419d..0000000000000000000000000000000000000000 Binary files a/narwhals-2.11.0.tar.gz and /dev/null differ diff --git a/narwhals-2.14.0.tar.gz b/narwhals-2.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..44a6008f8c0b3baddc28d4a7e5e61e0b8467098f Binary files /dev/null and b/narwhals-2.14.0.tar.gz differ diff --git a/python-narwhals.spec b/python-narwhals.spec index 48ae9d261c7e642732797759e2cec883d7e73733..b863aa9b4aae497ac585e0ad28a3a94965773cf0 100644 --- a/python-narwhals.spec +++ b/python-narwhals.spec @@ -2,7 +2,7 @@ %global pypi_name narwhals Name: python-%{pypi_name} -Version: 2.11.0 +Version: 2.14.0 Release: 1 Summary: Extremely lightweight compatibility layer between dataframe libraries @@ -53,6 +53,22 @@ Summary: %{summary} %{python3_sitelib}/narwhals-*.dist-info/ %changelog +* Wed Dec 17 2025 yangengLiu - 2.14.0-1 +- update version to 2.14.0 +- fix: pandas/pyarrow were returning incorrect results for when/then +- Make public narwhals.compliant.py +- fix: Fix over with partition_by when partition_by contains null values +- Enable ArrowExpr.over with null's in multiple columns +- Fix show_versions typo, add PR top level description section +- test: skip pandas only if in constructor +- fix(typing): Avoid false positives on nw.__getattr__ +- fix: return tuple of python objects from ArrowDataFrame.row +- fix: pandas-like & dask join's with null values in keys +- fix: ArrowSeries.fill_null(strategy=..., limit=...) and None at the "edge" +- docs: API Completeness overhaul +- add list aggregate methods +- fix median tests for list.agg method + * Tue Nov 11 2025 xu_lu - 2.11.0-1 - Upgrade to 2.11.0 - Add Expr.replace_strict support for lazy backends if default is provided