forked from narwhals-dev/narwhals
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-where-expression
- Loading branch information
Showing
32 changed files
with
262 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "narwhals" | ||
version = "1.4.2" | ||
version = "1.5.0" | ||
authors = [ | ||
{ name="Marco Gorelli", email="[email protected]" }, | ||
] | ||
|
@@ -26,6 +26,8 @@ exclude = [ | |
] | ||
|
||
[project.optional-dependencies] | ||
cudf = ["cudf>=23.08.00"] | ||
modin = ["modin"] | ||
pandas = ["pandas>=0.25.3"] | ||
polars = ["polars>=0.20.3"] | ||
pyarrow = ['pyarrow>=11.0.0'] | ||
|
@@ -94,6 +96,7 @@ filterwarnings = [ | |
'ignore:.*Do not use the `random` module inside strategies', | ||
'ignore:.*You are using pyarrow version', | ||
'ignore:.*but when imported by', | ||
'ignore:Distributing .*This may take some time', | ||
] | ||
xfail_strict = true | ||
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.