c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 24 forks source link

fix breaking changes in new polars and pin to polars>0.17 #151

Closed callumrollo closed 1 year ago

callumrollo commented 1 year ago

Polars has evolved substantially in the last 6 months with a number of breaking changes

https://github.com/pola-rs/polars/releases

This PR addresses those breaking changes and fixes the environment so that the newer versions of polars are used

jklymak commented 1 year ago

Hi @callumrollo

The conda install is failing here. Are you on a bleeding edge polars? Perhaps it makes sense to just pin polars to the old version for our use case here? I guess that makes things more inconvenient if you are using polars as part of your data pipeline, but my understanding was that it is just for speed reasons here.

callumrollo commented 1 year ago

odd that it can't find polars versions more recent than 0.16. I've started an alternative PR pinning polars to earlier versions instead #154