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

Next version #12

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Next version #12

wants to merge 10 commits into from

Conversation

natir
Copy link
Owner

@natir natir commented Mar 19, 2024

Feature

  • Fix error in parquet generation
  • Replace arrow2 by arrow-rs (arrow2 isn't supported anymore)
  • Improve test coverage
  • Decorelate some code
  • Support different type au parquet version
  • Remove support of boolean list

Chore

  • Update pypublish pipeline
  • Remove not usefull workspace system
  • refactor add_info and add_format
  • improve python api
  • add logging

@natir natir marked this pull request as draft March 19, 2024 15:50
@natir natir force-pushed the dev branch 2 times, most recently from 0bc600e to 29ba7f0 Compare March 19, 2024 16:43
SteampunkIslande and others added 2 commits March 29, 2024 17:33
Tests working, only need to make python binding work
@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 94.13629% with 37 lines in your changes missing coverage. Please review.

Project coverage is 94.20%. Comparing base (50d1f76) to head (e381029).
Report is 46 commits behind head on main.

Files Patch % Lines
src/lib.rs 37.50% 30 Missing ⚠️
src/columndata.rs 96.70% 3 Missing ⚠️
src/cli.rs 85.71% 2 Missing ⚠️
src/record2chunk.rs 86.66% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #12       +/-   ##
===========================================
+ Coverage   80.30%   94.20%   +13.90%     
===========================================
  Files           7        7               
  Lines         396      673      +277     
===========================================
+ Hits          318      634      +316     
+ Misses         78       39       -39     

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

@natir natir changed the title Version 0.7.0 Next version Apr 2, 2024
SteampunkIslande and others added 5 commits April 18, 2024 16:18
- improve test coverage
- decorelate some code
- support differente type au parquet version
- remove support of boolean list
Unified add_info and add_format implementations
Not sure what style to stick to, open to suggestions
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.

3 participants