bjlittle / geovista

Cartographic rendering and mesh analytics powered by PyVista
https://geovista.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
159 stars 26 forks source link

add lazy_loader core package dependency #665

Closed bjlittle closed 9 months ago

bjlittle commented 9 months ago

🚀 Pull Request

Description

This pull-request adds the lazy_loader as a core package, which supports the lazy import of external packages and internal submodules.

The lazy_loader underpins the solution to addressing issue #647.


codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (5bee328) 94.95% compared to head (a4c2c89) 94.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #665 +/- ## ======================================= Coverage 94.95% 94.95% ======================================= Files 128 128 Lines 4793 4793 ======================================= Hits 4551 4551 Misses 242 242 ```

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