aiidalab / aiidalab-widgets-base

Reusable widgets for AiiDAlab applications
MIT License
6 stars 17 forks source link

Add pandas as direct dependency #589

Closed danielhollas closed 2 months ago

danielhollas commented 2 months ago

pandas is used in several widgets to generate HTML tables. While the ultimate goal is to replace it with a lighterweight dependency, for now we declare it as direct dependecy. Previously, it was defined only transitively via optimade_client, which is now turned into optional optimade extras.

Closes #588

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 96.04%. Comparing base (826ad43) to head (2d7033a). Report is 4 commits behind head on master.

:exclamation: Current head 2d7033a differs from pull request most recent head b90bf20. Consider uploading reports for the commit b90bf20 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #589 +/- ## ========================================== - Coverage 96.17% 96.04% -0.13% ========================================== Files 11 11 Lines 1177 1189 +12 ========================================== + Hits 1132 1142 +10 - Misses 45 47 +2 ``` | [Flag](https://app.codecov.io/gh/aiidalab/aiidalab-widgets-base/pull/589/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | Coverage Δ | | |---|---|---| | [python-3.10](https://app.codecov.io/gh/aiidalab/aiidalab-widgets-base/pull/589/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | `96.04% <100.00%> (-0.13%)` | :arrow_down: | | [python-3.9](https://app.codecov.io/gh/aiidalab/aiidalab-widgets-base/pull/589/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | `96.04% <100.00%> (-0.13%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab#carryforward-flags-in-the-pull-request-comment) to find out more.

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