Skip to content
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

Support writing date/time values #36

Merged
merged 7 commits into from
Apr 1, 2024
Merged

Support writing date/time values #36

merged 7 commits into from
Apr 1, 2024

Conversation

junyuan-chen
Copy link
Owner

For columns of date/time values, they are no longer converted to Julia Date/DateTime when reading data files. Instead, now they are only converted lazily with a MappedArray.

Some compatibility requirements are updated in anticipation of the v0.3.0 release.

@junyuan-chen junyuan-chen added documentation Improvements or additions to documentation enhancement New feature or request breaking Breaking changes are involved labels Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (da191d3) to head (9106e54).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   99.91%   99.91%   -0.01%     
==========================================
  Files          11       11              
  Lines        1198     1191       -7     
==========================================
- Hits         1197     1190       -7     
  Misses          1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@junyuan-chen junyuan-chen merged commit d6f9f1c into main Apr 1, 2024
9 of 10 checks passed
@junyuan-chen junyuan-chen deleted the pr/datetime branch April 1, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes are involved documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant