Skip to content

clean up docs, tests, and refactor read pandas#144

Merged
oscarbatori merged 1 commit into
masterfrom
oscarbatori/refactor-pandas-and-tests
Mar 26, 2021
Merged

clean up docs, tests, and refactor read pandas#144
oscarbatori merged 1 commit into
masterfrom
oscarbatori/refactor-pandas-and-tests

Conversation

@oscarbatori

Copy link
Copy Markdown
Contributor

Some changes:

  • remove Sphinx and docs
  • remove redundant tests that now are in doltcli
  • make Pandas reads use new doltcli ability to inject file parser to improve perf
  • bump doltcli dep

- remove Sphinx and docs
- remove redundant tests that now are in doltcli
- make Pandas reads use new doltcli ability to inject file parser to improve perf
- bump doltcli dep
@oscarbatori oscarbatori requested a review from max-hoffman March 26, 2021 19:06

@max-hoffman max-hoffman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread pyproject.toml
more-itertools = "^8.6.0"
mysql-connector-python = "^8.0.20"
doltcli = "0.1.2"
doltcli = "^0.1.4"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we skip a version?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I committed 1.0.3 forgetting that the release process bumped the version... seemed inconsequential to skip a patch increment.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skipping 0.1.3 is fine, releasing 1.0.3 would be somewhat disruptive

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #144 (4a13e85) into master (e7dfa97) will decrease coverage by 13.11%.
The diff coverage is 68.88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #144       +/-   ##
===========================================
- Coverage   55.06%   41.95%   -13.12%     
===========================================
  Files          25       23        -2     
  Lines        1718      963      -755     
===========================================
- Hits          946      404      -542     
+ Misses        772      559      -213     
Impacted Files Coverage Δ
doltpy/sql/__init__.py 100.00% <ø> (ø)
doltpy/sql/sync/__init__.py 0.00% <0.00%> (ø)
doltpy/sql/sync/dolt.py 0.00% <0.00%> (ø)
doltpy/sql/sql.py 77.05% <66.66%> (+0.09%) ⬆️
doltpy/cli/__init__.py 100.00% <100.00%> (ø)
doltpy/cli/dolt.py 100.00% <100.00%> (+46.16%) ⬆️
doltpy/cli/read.py 100.00% <100.00%> (ø)
doltpy/cli/write.py 100.00% <100.00%> (ø)
doltpy/etl/loaders.py 86.89% <100.00%> (ø)
doltpy/types/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
... and 4 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 52b5622...4a13e85. Read the comment docs.

@oscarbatori oscarbatori merged commit 053da28 into master Mar 26, 2021
@oscarbatori oscarbatori deleted the oscarbatori/refactor-pandas-and-tests branch July 19, 2021 22:52
@oscarbatori oscarbatori restored the oscarbatori/refactor-pandas-and-tests branch July 19, 2021 22:52
@oscarbatori oscarbatori deleted the oscarbatori/refactor-pandas-and-tests branch July 19, 2021 22:52
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