Commit e472d64
authored
1 file changed
+1
-1
lines changed- .github/workflows/bump-version.yml+1-1
- .github/workflows/check_docs_build.yml+1-3
- .github/workflows/check_tpch_queries.yml+1-3
- .github/workflows/downstream_tests.yml+14-16
- .github/workflows/downstream_tests_slow.yml+1-1
- .github/workflows/extremes.yml+5-7
- .github/workflows/mkdocs.yml+1-1
- .github/workflows/publish_to_pypi.yml+1-1
- .github/workflows/pytest-pyspark.yml+2-2
- .github/workflows/pytest.yml+6-8
- .github/workflows/random_ci_pytest.yml+1-1
- .github/workflows/typing.yml+1-3
- narwhals/__init__.py+12-8
- narwhals/_arrow/dataframe.py+4-5
- narwhals/_arrow/series.py+23-23
- narwhals/_compliant/dataframe.py+6-1
- narwhals/_dask/dataframe.py+22-7
- narwhals/_native.py+4-1
- narwhals/_pandas_like/dataframe.py+29-11
- narwhals/_polars/dataframe.py+20-2
- narwhals/_translate.py+140-5
- narwhals/_utils.py+21-1
- narwhals/compliant.py+2
- narwhals/dataframe.py+5-1
- narwhals/dependencies.py+14
- narwhals/stable/v1/__init__.py+58-377
- narwhals/stable/v1/typing.py+10-4
- narwhals/stable/v2/__init__.py+41-151
- narwhals/stable/v2/typing.py+4
- narwhals/translate.py+27-131
- narwhals/typing.py+6-1
- pyproject.toml+3-2
- tests/expr_and_series/fill_null_test.py+40-1
- tests/frame/getitem_test.py+26
- tests/frame/item_test.py+4-4
- tests/frame/join_test.py+97
- tests/frame/row_test.py-2
- tests/series_only/is_ordered_categorical_test.py+7-1
- tests/translate/from_native_test.py+335-19
- tests/utils_test.py+2
- tests/version_test.py+21
0 commit comments