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

Modin support #660

Merged
merged 23 commits into from Oct 23, 2021
Merged

Modin support #660

merged 23 commits into from Oct 23, 2021

Conversation

cosmicBboy
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #660 (cef6aa9) into release/0.8.0 (a54763c) will decrease coverage by 0.58%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release/0.8.0     #660      +/-   ##
=================================================
- Coverage          98.94%   98.35%   -0.59%     
=================================================
  Files                 31       31              
  Lines               3497     3580      +83     
=================================================
+ Hits                3460     3521      +61     
- Misses                37       59      +22     
Impacted Files Coverage Δ
pandera/check_utils.py 100.00% <100.00%> (ø)
pandera/checks.py 98.50% <100.00%> (ø)
pandera/engines/numpy_engine.py 100.00% <100.00%> (ø)
pandera/engines/pandas_engine.py 98.02% <100.00%> (-1.31%) ⬇️
pandera/error_formatters.py 92.59% <100.00%> (+0.59%) ⬆️
pandera/errors.py 100.00% <100.00%> (ø)
pandera/schema_components.py 99.54% <100.00%> (ø)
pandera/typing.py 92.63% <0.00%> (-5.98%) ⬇️
pandera/model.py 95.34% <0.00%> (-4.66%) ⬇️
... and 1 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 a54763c...cef6aa9. Read the comment docs.

@cosmicBboy cosmicBboy changed the base branch from master to release/0.8.0 October 21, 2021 16:34
@cosmicBboy cosmicBboy merged commit 0236dae into release/0.8.0 Oct 23, 2021
@cosmicBboy cosmicBboy deleted the modin-support branch October 23, 2021 20:36
cosmicBboy added a commit that referenced this pull request Nov 11, 2021
* implement modin support

* add modin tests to ci

* update noxfile

* update requirements-dev.txt

* use pandas 1.3.0 to test older version

* update ci

* test modin ci

* fix modin memory

* test modin run

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* add back all tests

* fix mypy

* update noxfile
cosmicBboy added a commit that referenced this pull request Nov 11, 2021
* implement modin support

* add modin tests to ci

* update noxfile

* update requirements-dev.txt

* use pandas 1.3.0 to test older version

* update ci

* test modin ci

* fix modin memory

* test modin run

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* add back all tests

* fix mypy

* update noxfile
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

1 participant