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

Development for the issue #2 #5

Merged
merged 122 commits into from Sep 4, 2021
Merged

Development for the issue #2 #5

merged 122 commits into from Sep 4, 2021

Conversation

HansBug
Copy link
Member

@HansBug HansBug commented Aug 10, 2021

In Issue #2.

New features in this version (copied from issue #2):

  • Dump of the tree value graph.
  • Suport pickle.dumps of TreeValue objects
  • Binary-based full data dump
  • Binary-based full data load
  • Native-python-based full data load
  • Self calculation with original address
  • Self operator with original address
  • Add more features in general_treevalue, such as NotImplement
  • CLI support (dump/load, graph generation, graphviz code dump, etc)

@HansBug HansBug mentioned this pull request Aug 11, 2021
9 tasks
@HansBug HansBug requested a review from PaParaZz1 August 11, 2021 00:52
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2021

Codecov Report

Merging #5 (f48ac83) into main (872f74f) will decrease coverage by 0.67%.
The diff coverage is 98.80%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main       #5      +/-   ##
===========================================
- Coverage   100.00%   99.32%   -0.68%     
===========================================
  Files           27       41      +14     
  Lines          907     1927    +1020     
===========================================
+ Hits           907     1914    +1007     
- Misses           0       13      +13     
Flag Coverage Δ
unittests 99.32% <98.80%> (-0.68%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
treevalue/entry/cli/utils.py 83.05% <83.05%> (ø)
treevalue/entry/cli/base.py 87.50% <87.50%> (ø)
treevalue/config/meta.py 100.00% <100.00%> (ø)
treevalue/entry/__init__.py 100.00% <100.00%> (ø)
treevalue/entry/cli/__init__.py 100.00% <100.00%> (ø)
treevalue/entry/cli/dispatch.py 100.00% <100.00%> (ø)
treevalue/entry/cli/export.py 100.00% <100.00%> (ø)
treevalue/entry/cli/graph.py 100.00% <100.00%> (ø)
treevalue/entry/cli/io.py 100.00% <100.00%> (ø)
treevalue/tree/common/base.py 100.00% <100.00%> (ø)
... and 31 more

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 872f74f...f48ac83. Read the comment docs.

@HansBug HansBug merged commit 277646b into main Sep 4, 2021
@HansBug HansBug mentioned this pull request Sep 4, 2021
7 tasks
@HansBug HansBug deleted the dev/graphviz branch September 4, 2021 01:36
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.

None yet

2 participants