Closed MartinBernstorff closed 1 month ago
Turns out the installation was pinned to polars==0.19.0 due to skimpy having it as an upper bound. Issue here: https://github.com/aeturrell/skimpy/issues/816
polars==0.19.0
skimpy
Have now switched to uv so we can override it, and fixed the issues there were due to breaking changes in polars' API. Sorry about the mixed PR.
Also added initialisation of specs from primitives.
Hope you like it @HLasse!
Comparing initialise_specs_from_primitives (95608f3) with main (2d3d7ba)
initialise_specs_from_primitives
main
✅ 7 untouched benchmarks
✅ 7
Turns out the installation was pinned to
polars==0.19.0
due toskimpy
having it as an upper bound. Issue here: https://github.com/aeturrell/skimpy/issues/816Have now switched to uv so we can override it, and fixed the issues there were due to breaking changes in polars' API. Sorry about the mixed PR.
Also added initialisation of specs from primitives.
Hope you like it @HLasse!