Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development branch, release 3.4.0 #264

Merged
merged 43 commits into from
Aug 10, 2023
Merged

Development branch, release 3.4.0 #264

merged 43 commits into from
Aug 10, 2023

Conversation

AlexanderFabisch
Copy link
Member

@AlexanderFabisch AlexanderFabisch commented Jul 27, 2023

Features

  • More general mesh loader that can handle more file formats (e.g., collada), loads meshes more robustly, and enables dynamic selection of available libraries to load a mesh (currently supported: Open3D, trimesh).

Bugfixes

  • Improve numerical precision of pytransform3d.rotations.norm_angle.
  • Clamp argument to range [-1, 1] before applying arccos in some conversion functions.

Refactoring

  • Extract common geometric code used for visualization and plotting and move it to the geometry module.

Documentation

  • Improve discussion of pros and cons of rotation representations.

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (31a0aaf) 100.00% compared to head (0b43bdb) 100.00%.

❗ 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
@@            Coverage Diff            @@
##            master      #264   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        30    +2     
  Lines         2476      2540   +64     
  Branches       283       294   +11     
=========================================
+ Hits          2476      2540   +64     
Files Changed Coverage Δ
pytransform3d/_geometry.py 100.00% <100.00%> (ø)
pytransform3d/_mesh_loader.py 100.00% <100.00%> (ø)
pytransform3d/batch_rotations.py 100.00% <100.00%> (ø)
pytransform3d/rotations/_constants.py 100.00% <100.00%> (ø)
pytransform3d/rotations/_conversions.py 100.00% <100.00%> (ø)
pytransform3d/rotations/_utils.py 100.00% <100.00%> (ø)
pytransform3d/uncertainty.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlexanderFabisch AlexanderFabisch merged commit cc923cd into master Aug 10, 2023
5 checks passed
@AlexanderFabisch AlexanderFabisch deleted the develop branch August 10, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants