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

Prepare for 7.3.0 Release #552

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-math7 VERSION 7.2.0)
project(gz-math7 VERSION 7.3.0)

#============================================================================
# Find gz-cmake
Expand Down
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
## Gazebo Math 7.x

### Gazebo Math 7.3.0 (2023-08-29)

1. Adds a validity check for Sessions created using the `TimeVaryingVolumetricGrid`
* [Pull request #551](https:/gazebosim/gz-math/pull/551)

1. Fixes for testing in non standard architectures
* [Pull request #546](https:/gazebosim/gz-math/pull/546)

1. MecanumDriveOdometry to handle odometry estimation of Mecanum wheeled models
* [Pull request #486](https:/gazebosim/gz-math/pull/486)

1. Fix documentation on Plane.hh
* [Pull request #544](https:/gazebosim/gz-math/pull/544)

1. Infrastructure
* [Pull request #543](https:/gazebosim/gz-math/pull/543)
* [Pull request #547](https:/gazebosim/gz-math/pull/547)
* [Pull request #545](https:/gazebosim/gz-math/pull/545)

1. Build examples from CMake rather than executable
* [Pull request #482](https:/gazebosim/gz-math/pull/482)

1. Added `std::optional MassMatrix()` functions for Box, Cylinder & Sphere
* [Pull request #538](https:/gazebosim/gz-math/pull/538)

### Gazebo Math 7.2.0 (2023-06-14)

1. Add tests to increase test coverage
Expand Down