|
1 | 1 | ## Gazebo Math 7.x
|
2 | 2 |
|
3 |
| -### Gazebo Math 7.1.0 |
| 3 | +### Gazebo Math 7.2.0 (2023-06-14) |
| 4 | + |
| 5 | +1. Add tests to increase test coverage |
| 6 | + * [Pull request #533](https://github.com/gazebosim/gz-math/pull/533) |
| 7 | + |
| 8 | +1. Forward ports |
| 9 | + * [Pull request #530](https://github.com/gazebosim/gz-math/pull/530) |
| 10 | + * [Pull request #526](https://github.com/gazebosim/gz-math/pull/526) |
| 11 | + * [Pull request #522](https://github.com/gazebosim/gz-math/pull/522) |
| 12 | + * [Pull request #520](https://github.com/gazebosim/gz-math/pull/520) |
| 13 | + |
| 14 | +1. Disable pybind11 on windows by default |
| 15 | + * [Pull request #529](https://github.com/gazebosim/gz-math/pull/529) |
| 16 | + |
| 17 | +1. Add option to skip pybind11 and SWIG |
| 18 | + * [Pull request #480](https://github.com/gazebosim/gz-math/pull/480) |
| 19 | + |
| 20 | +1. Custom PID error rate |
| 21 | + * [Pull request #525](https://github.com/gazebosim/gz-math/pull/525) |
| 22 | + |
| 23 | +1. Garden bazel support |
| 24 | + * [Pull request #523](https://github.com/gazebosim/gz-math/pull/523) |
| 25 | + |
| 26 | +1. Rename COPYING to LICENSE |
| 27 | + * [Pull request #521](https://github.com/gazebosim/gz-math/pull/521) |
| 28 | + |
| 29 | +1. Infrastructure |
| 30 | + * [Pull request #519](https://github.com/gazebosim/gz-math/pull/519) |
| 31 | + |
| 32 | +1. Fix link of installation tutorial to point to 7.1 version |
| 33 | + * [Pull request #518](https://github.com/gazebosim/gz-math/pull/518) |
| 34 | + |
| 35 | +### Gazebo Math 7.1.0 (2022-11-15) |
4 | 36 |
|
5 | 37 | 1. Adds bounds retrieval for TimeVarying grid class.
|
6 | 38 | * [Pull request #508](https://github.com/gazebosim/gz-math/pull/508)
|
7 | 39 |
|
8 |
| -### Gazebo Math 7.0.2 |
| 40 | +### Gazebo Math 7.0.2 (2022-09-26) |
9 | 41 |
|
10 | 42 | 1. Update to disable tests failing on arm64
|
11 | 43 | * [Pull request #512](https://github.com/gazebosim/gz-math/pull/512)
|
12 | 44 |
|
13 |
| -### Gazebo Math 7.0.1 |
| 45 | +### Gazebo Math 7.0.1 (2022-09-23) |
14 | 46 |
|
15 | 47 | 1. Disable tests failing on arm64
|
16 | 48 | * [Pull request #510](https://github.com/gazebosim/gz-math/pull/510)
|
17 | 49 |
|
18 |
| -### Gazebo Math 7.0.0 |
| 50 | +### Gazebo Math 7.0.0 (2022-09-22) |
19 | 51 |
|
20 | 52 | 1. Deprecated `Angle::Degree(double)` and `Angle::Radian(double)`. Use `Angle::SetDegree(double)` and `Angle::SetRadian(double)` instead.
|
21 | 53 | * [BitBucket pull request 326](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/326)
|
|
0 commit comments