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

Refactor code base #26

Merged
merged 24 commits into from
Mar 9, 2021
Merged

Refactor code base #26

merged 24 commits into from
Mar 9, 2021

Conversation

lucianopaz
Copy link
Owner

This is a major refactor of the entire code base.

It will push version 2.0.0 and close #14, #18, #22, #23, #25.

@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #26 (0d3c4e1) into master (5683690) will decrease coverage by 0.22%.
The diff coverage is 99.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #26      +/-   ##
===========================================
- Coverage   100.00%   99.77%   -0.23%     
===========================================
  Files            3       22      +19     
  Lines          197      435     +238     
===========================================
+ Hits           197      434     +237     
- Misses           0        1       +1     
Impacted Files Coverage Δ
compress_pickle/picklers/pickle.py 92.30% <92.30%> (ø)
compress_pickle/__init__.py 100.00% <100.00%> (ø)
compress_pickle/compress_pickle.py 100.00% <100.00%> (ø)
compress_pickle/compressers/__init__.py 100.00% <100.00%> (ø)
compress_pickle/compressers/base.py 100.00% <100.00%> (ø)
compress_pickle/compressers/bz2.py 100.00% <100.00%> (ø)
compress_pickle/compressers/gzip.py 100.00% <100.00%> (ø)
compress_pickle/compressers/lz4.py 100.00% <100.00%> (ø)
compress_pickle/compressers/lzma.py 100.00% <100.00%> (ø)
compress_pickle/compressers/no_compression.py 100.00% <100.00%> (ø)
... and 31 more

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.

Add dill optional support
1 participant