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

Concrete GridPolars #60

Merged
merged 43 commits into from
Aug 14, 2024
Merged

Concrete GridPolars #60

merged 43 commits into from
Aug 14, 2024

Conversation

adamamer20
Copy link
Collaborator

This PR adds the Polars implementation of GridDF with tests. Right now, it's very similar to GridPandas, but in a future PR the numpy grid could be replaced with a pl.Series grid.

adamamer20 and others added 30 commits August 1, 2024 18:14
@adamamer20 adamamer20 linked an issue Aug 14, 2024 that may be closed by this pull request
@adamamer20 adamamer20 self-assigned this Aug 14, 2024
@adamamer20 adamamer20 added the enhancement Improvements to existing features or performance. label Aug 14, 2024
@adamamer20 adamamer20 added this to the 0.1.0 Alpha Release milestone Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 97.89474% with 2 lines in your changes missing coverage. Please review.

Files Patch % Lines
mesa_frames/abstract/space.py 90.90% 1 Missing ⚠️
mesa_frames/concrete/polars/space.py 98.71% 1 Missing ⚠️
Files Coverage Δ
mesa_frames/__init__.py 100.00% <100.00%> (ø)
mesa_frames/concrete/polars/mixin.py 95.95% <100.00%> (+5.70%) ⬆️
mesa_frames/abstract/space.py 89.53% <90.90%> (+0.02%) ⬆️
mesa_frames/concrete/polars/space.py 98.71% <98.71%> (ø)

... and 1 file with indirect coverage changes

@adamamer20 adamamer20 requested a review from rht August 14, 2024 05:05
@rht
Copy link
Contributor

rht commented Aug 14, 2024

Right now, it's very similar to GridPandas, but in a future PR the numpy grid could be replaced with a pl.Series grid.

SGTM

@rht rht merged commit de65de4 into main Aug 14, 2024
7 checks passed
@rht rht deleted the 35-concrete-gridpolars branch August 14, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features or performance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Concrete GridPolars
2 participants