Felix Brechtmann

Results 3 issues of Felix Brechtmann

What language are you using? Python What version of polars are you using? '0.13.58' (latest on conda-forge) What language version are you using? Python 3.10.4 For example: ``` import pandas...

Polars https://www.pola.rs/ is a nice data frame library for python. It would be great if plotnine would also support polars instead of pandas data frames. My current workaround is: ```...

Enhancement
Feature

I tried to add two sparse tensors and failed with the error below. I am using pytorch 1.6.0 and pytorch_sparse 0.6.8 Here is a minimal example which reproduces my error:...

enhancement