Skip to content

Conversation

jqnatividad
Copy link
Contributor

  • added run_csvlens_with_options for a more ergonomic API interface for library usage
  • bumped dependencies while at it, except arrow, as Polars is still on arrow 53

resolves #116

though I did hold back arrow to v53 (coz another library I was using - Polars, was still at v53)
for backwards compatibility, we retain the old `run_csvlens` library for just parsing the input csv and introduce a new `run_csvlens_with_options` to pass csvlens parameters as a struct
as it turns out Polars is using its own fork of arrow2
@YS-L
Copy link
Owner

YS-L commented Jan 11, 2025

Thanks @jqnatividad !

@YS-L YS-L merged commit f4d2e47 into YS-L:main Jan 11, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: make clap an optional dependency when being used as a library
2 participants