You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We maintain, in cudf-classic, cudf.pandas, and cudf-polars, a list of parsed version constants that are used to match behaviour with particular pandas/polars versions: perhaps an attribute only exists in a particular version.
It would be nice if there was some way of reminding us to clean the old ones of these out whenever we bump the minimum polars/pandas version. I spent a bit trying to come up with a precommit hook that would do this for us. I ended up with basically this (run from a bash script that fails pre-commit)
We maintain, in cudf-classic, cudf.pandas, and cudf-polars, a list of parsed version constants that are used to match behaviour with particular pandas/polars versions: perhaps an attribute only exists in a particular version.
It would be nice if there was some way of reminding us to clean the old ones of these out whenever we bump the minimum polars/pandas version. I spent a bit trying to come up with a precommit hook that would do this for us. I ended up with basically this (run from a bash script that fails pre-commit)
Originally posted by @brandon-b-miller in #16719 (comment)
The text was updated successfully, but these errors were encountered: