brainglobe / brainglobe-utils

Shared general purpose tools for the BrainGlobe project
MIT License
11 stars 1 forks source link

Add safe pandas concat function #8

Closed adamltyson closed 12 months ago

adamltyson commented 12 months ago

@willGraham01 I've moved your safe_pandas_concat function here as I think it will be useful for other repos.

codecov[bot] commented 12 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d5c1923) 61.23% compared to head (b3e1334) 61.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== + Coverage 61.23% 61.62% +0.39% ========================================== Files 31 31 Lines 779 787 +8 ========================================== + Hits 477 485 +8 Misses 302 302 ``` | [Files](https://app.codecov.io/gh/brainglobe/brainglobe-utils/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe) | Coverage Δ | | |---|---|---| | [brainglobe\_utils/pandas/misc.py](https://app.codecov.io/gh/brainglobe/brainglobe-utils/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe#diff-YnJhaW5nbG9iZV91dGlscy9wYW5kYXMvbWlzYy5weQ==) | `89.28% <100.00%> (+4.28%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adamltyson commented 12 months ago

This should be released once merged.

willGraham01 commented 12 months ago

Have released v0.2.7: https://github.com/brainglobe/brainglobe-utils/releases/tag/v0.2.7