-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for heterogeneous files #156
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #156 +/- ##
==========================================
+ Coverage 93.48% 93.49% +0.01%
==========================================
Files 13 13
Lines 1151 1169 +18
==========================================
+ Hits 1076 1093 +17
- Misses 75 76 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
all(map(==(ncols(first(ifds))), ncols.(ifds))) && | ||
all(map(==(colortype(first(ifds))), colortype.(ifds))) | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this sufficient to determine homogeneity? I guess we can try with this and add more checks if they end up causing issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
Awesome! Is there anything else you want to add to the release? I see that you bumped the version to 1.0, but I would like to fix #135 prior tagging v1.0 so I might make a new PR changing the release to v0.10.0 |
I have a PR for #100, but that may take some time to hash out |
Fixes #139