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

feat: supports numpy types in serialization to Line protocol #306

Merged
merged 3 commits into from
Aug 16, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Aug 13, 2021

Closes #305

Proposed Changes

Add supports for serialize numpy types.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2021

Codecov Report

Merging #306 (3ce7e8a) into master (ad58f9e) will decrease coverage by 0.09%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   92.65%   92.55%   -0.10%     
==========================================
  Files          27       27              
  Lines        2191     2204      +13     
==========================================
+ Hits         2030     2040      +10     
- Misses        161      164       +3     
Impacted Files Coverage Δ
influxdb_client/client/write/point.py 97.03% <80.00%> (-2.15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad58f9e...3ce7e8a. Read the comment docs.

@bednar bednar marked this pull request as ready for review August 13, 2021 11:01
@bednar bednar requested a review from rhajek August 13, 2021 11:01
@bednar bednar changed the title fix: supports numpy type in serialization to Line protocol feat: supports numpy type in serialization to Line protocol Aug 13, 2021
@bednar bednar changed the title feat: supports numpy type in serialization to Line protocol feat: supports numpy types in serialization to Line protocol Aug 13, 2021
@bednar bednar merged commit f455a87 into master Aug 16, 2021
@bednar bednar deleted the fix/numpy-serialization branch August 16, 2021 11:37
@bednar bednar added this to the 1.20.0 milestone Aug 16, 2021
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.

Support for numpy.int64 as input type
3 participants