openvax / gtfparse

Parsing tools for GTF (gene transfer format) files
Apache License 2.0
109 stars 25 forks source link

'sep' argument for polar.scan_csv has been renamed to 'seperator'. #34

Closed DriesSchaumont closed 9 months ago

DriesSchaumont commented 1 year ago

@iskandr or @timodonnell The "sep" argument has been renamed to "seperator" in polars 0.16.14, making gtfparse only compatible with earlier versions from polars. This PR should fix this issue.

See https://github.com/pola-rs/polars/pull/7533

grst commented 1 year ago

@DriesSchaumont, thanks for fixing this! I believe this PR should also pin >= the polars version where this change was introduced.

jdcla commented 1 year ago

Any chance of merging this issue as part of a hotfix release?

iskandr commented 9 months ago

Fixed by https://github.com/openvax/gtfparse/pull/42 -- sorry I left this hanging for so long.

DriesSchaumont commented 9 months ago

No worries @iskandr, thanks for the update 👍