Tom McTiernan

Results 32 comments of Tom McTiernan

Thank you - I'm glad that there is a method of adding custom Executor plugins!

No problem - thank you! Please could someone have a look at my PR that lets me use Windows? #1695

Thanks very much! I'll keep an eye on that `sphinxcontrib-jquery` change.

I'm using this workaround in the meantime (as a method of an `register_expr_namespace`-annotated class) ``` def clip(self, lower: float | pl.Expr, upper: float | pl.Expr) -> pl.Expr: return ( pl.when(self._expr...

It would also be very helpful to hear more about where these functions are _intended_ to be going please: (hive-)partitioned multi-parquet-file datasets are incredibly useful for splitting large-ish data across...

We're going to have to remove this library from our code owing to this incompatibility - is there any chance it might yet get fixed please?

That's no problem at all - we've replaced our usage of the library with our own weighted median that looks a lot like [these](https://stackoverflow.com/a/73905572). Thanks anyway.

Would be great to see recent typeguard supported please - this upper bound causes us great trouble concurrently satisfying dependencies with other packages. Thanks

Hi, please could we publish this wheel and probably 3.13 too?

uv is a great tool for managing virtual environments, even outside of packages, so I'm wondering: should there be a template for e.g. `--venv`, which just gives you all you...