dfki-ric / pytransform3d

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

Development branch, release 3.3.0 #253

Closed AlexanderFabisch closed 1 year ago

AlexanderFabisch commented 1 year ago

Features

Documentation

Refactoring

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1f0b985) 100.00% compared to head (4a83ddb) 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #253 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 25 28 +3 Lines 2357 2476 +119 Branches 265 283 +18 ========================================== + Hits 2357 2476 +119 ``` | [Files Changed](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric) | Coverage Δ | | |---|---|---| | [pytransform3d/\_\_init\_\_.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [pytransform3d/transform\_manager/\_\_init\_\_.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC90cmFuc2Zvcm1fbWFuYWdlci9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [...d/transform\_manager/\_temporal\_transform\_manager.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC90cmFuc2Zvcm1fbWFuYWdlci9fdGVtcG9yYWxfdHJhbnNmb3JtX21hbmFnZXIucHk=) | `100.00% <100.00%> (ø)` | | | [...sform3d/transform\_manager/\_transform\_graph\_base.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC90cmFuc2Zvcm1fbWFuYWdlci9fdHJhbnNmb3JtX2dyYXBoX2Jhc2UucHk=) | `100.00% <100.00%> (ø)` | | | [...ransform3d/transform\_manager/\_transform\_manager.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC90cmFuc2Zvcm1fbWFuYWdlci9fdHJhbnNmb3JtX21hbmFnZXIucHk=) | `100.00% <100.00%> (ø)` | | | [pytransform3d/urdf.py](https://app.codecov.io/gh/dfki-ric/pytransform3d/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dfki-ric#diff-cHl0cmFuc2Zvcm0zZC91cmRmLnB5) | `100.00% <100.00%> (ø)` | |

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

AlexanderFabisch commented 1 year ago

@kopytjuk Thanks for the contribution of the TemporalTransformManager! From my perspective it is done. Please have a look at the final version and confirm that it works for you. I would like to release version 3.3.0 soon.

AlexanderFabisch commented 1 year ago

@kopytjuk It's done. Thanks a lot for your contribution!