dfki-ric / pytransform3d

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

Development branch, release 1.13.0 #182

Closed AlexanderFabisch closed 2 years ago

AlexanderFabisch commented 2 years ago

Features

Bugfixes

TODO

codecov-commenter commented 2 years ago

Codecov Report

Merging #182 (718fe70) into master (824e14f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #182   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2024      2062   +38     
  Branches       235       241    +6     
=========================================
+ Hits          2024      2062   +38     
Impacted Files Coverage Δ
pytransform3d/__init__.py 100.00% <100.00%> (ø)
pytransform3d/batch_rotations.py 100.00% <100.00%> (ø)
pytransform3d/rotations/__init__.py 100.00% <100.00%> (ø)
pytransform3d/rotations/_slerp.py 100.00% <100.00%> (ø)
pytransform3d/trajectories.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 824e14f...718fe70. Read the comment docs.