-
Notifications
You must be signed in to change notification settings - Fork 7
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
v2.1.1 #128
v2.1.1 #128
Conversation
fix upload to also use latest os
enable codecov
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #128 +/- ##
===========================================
- Coverage 71.84% 23.71% -48.14%
===========================================
Files 35 37 +2
Lines 2252 2218 -34
===========================================
- Hits 1618 526 -1092
- Misses 634 1692 +1058 ☔ View full report in Codecov by Sentry. |
Fixed the pandas join on points to shapes. Was previously joining points[instance_key] to shape index. Now sets shape index to instance_key first before joining.
Improve robustness and runtime performance after initial SpatialData refactor.
Stability
bt.tl.flux()
bt.tl.analyze_points()
Bugs
python=3.10
specific syntax to maintain compat. w/3.9