-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pixi lockfile #28
Merged
Merged
Conversation
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
@finn-rudolph could you take a look at the failing ci? |
e.g. Float -> Double
We do not use the python convention for floordiv (always rounding towards negative infinity), but instead round towards zero. The SQL backends and C does it like that. Related to that, the sign of the result of % is determined by the first operand, not the second (again, this is SQL / C convention, in python it is determined by the second operand). A reason for using the C convention is that -(a // b) == -a // b == a // -b which is not the case for python.
the ones with extreme values are skipped for postgres
we do not allow t >> select() >> mutate(x=C.a). Columns available via C are exactly the columns that are written on export().
Scheint als ob die neuen Dinge, die ich eingebaut habe, entweder mit der alten python-Version oder mit Linux nicht funktionieren. Können wir auch Tests in der CI mit python 3.12 hinzufügen? |
@finn-rudolph just add a
|
SQL Server 2022 can do absolutely no nan / inf, so it's rather a minority of backends that can do this. We thus declare this as implementation-dependent.
When the backend does not use i64 / f64 by default, cast to it. In the tests, we now require to get the exact same data type on export to polars for all backends.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explicit dependencies
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
py312ibm on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
py39ibm on {linux-64, osx-64, win-64}
py312ibm on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
Implicit dependencies
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{default, docs, py310, py311, py312, py39, release} on osx-arm64
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
{default, docs, py310, py311, py312, py39, release} on osx-arm64
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
py312ibm on {linux-64, osx-64, win-64}
{default, docs, py310, py311, py312, py39, release} on osx-arm64
{default, docs, py310, py311, py312, py39, release} on osx-arm64
{py312ibm, py39ibm} on {linux-64, osx-64, win-64}
Footnotes
Bold means explicit dependency. ↩ ↩2