PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 5 forks source link

Implement `petab.*` deprecation with `__getattr__` #297

Closed dilpath closed 2 days ago

dilpath commented 3 days ago

Should from .versions import * be in petab/__init__.py?

dweindl commented 3 days ago

Should from .versions import * be in petab/__init__.py?

I am undecided what we should import there.

codecov-commenter commented 3 days ago

Codecov Report

Attention: Patch coverage is 79.41176% with 7 lines in your changes missing coverage. Please review.

Project coverage is 74.49%. Comparing base (96d16fc) to head (fe7bf19).

Files Patch % Lines
petab/__init__.py 78.78% 3 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #297 +/- ## =========================================== + Coverage 74.02% 74.49% +0.47% =========================================== Files 73 46 -27 Lines 4800 4729 -71 Branches 1029 1034 +5 =========================================== - Hits 3553 3523 -30 + Misses 953 908 -45 - Partials 294 298 +4 ```

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