Jordan Rozum
Jordan Rozum
@troonmel I was not aware of this. By default, the constant nodes are percolated and removed when the functions are first imported, so the issue never came up. It should...
Oh, I guess you're right; I had it backwards. I have some guesses about why it might be slow, but I'll have to do some digging. Let me know if...
I would like to work on this, starting with the datetime functions. Examples are not desired for deprecated functions, correct? I will skip these to start, but can always add...
I created a PR for these: https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.dt.date.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.dt.datetime.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.dt.millisecond.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.dt.nanosecond.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.dt.time.html The other functions listed for datetime are deprecated.
I updated the list of missing examples below. [removed_from_needed_examples_list.csv](https://github.com/pola-rs/polars/files/13850647/removed_from_needed_examples_list.csv) [updated_missing_examples_list.csv](https://github.com/pola-rs/polars/files/13850648/updated_missing_examples_list.csv)
Just created a PR for these: https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.kurtosis.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.quantile.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.rolling_corr.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.rolling_cov.html https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.set_random_seed.html Here's the updated list with these removed: [updated_missing_examples_list_10012024.csv](https://github.com/pola-rs/polars/files/13894773/updated_missing_examples_list_10012024.csv)
A similar issue occurs in Linux (using Flatpak version in KDE). Possibly related to #2724.
The second issue, with the `A*=not(B or C)` should be easy enough to fix. Are you sure underscores cause an issue? I knew about the hyphen because sympy interprets it...
That's right, it's just the clasp and gringo binaries that are missing, at least compared to what's in the mac64 and win64 folders [here](https://github.com/hklarner/pyboolnet/tree/master/binaries). I have the following:  In...