dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
618 stars 65 forks source link

Switch to new numpy RNG interface #223

Closed AlexanderFabisch closed 1 year ago

AlexanderFabisch commented 1 year ago

This is a breaking change as it alters argument names and will not be merged before 3.0.0.

codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (81292a8) compared to base (fc7b02a). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-3 #223 +/- ## =========================================== Coverage 100.00% 100.00% =========================================== Files 22 22 Lines 2137 2137 Branches 248 248 =========================================== Hits 2137 2137 ``` | [Impacted Files](https://codecov.io/gh/dfki-ric/pytransform3d/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric) | Coverage Δ | | |---|---|---| | [pytransform3d/rotations/\_utils.py](https://codecov.io/gh/dfki-ric/pytransform3d/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC9yb3RhdGlvbnMvX3V0aWxzLnB5) | `100.00% <100.00%> (ø)` | | | [pytransform3d/transformations/\_random.py](https://codecov.io/gh/dfki-ric/pytransform3d/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC90cmFuc2Zvcm1hdGlvbnMvX3JhbmRvbS5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.