File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-math8 VERSION 8.1.1 )
6
+ project (gz-math8 VERSION 8.2.0 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Math 8.x
2
2
3
+ ### Gazebo Math 8.2.0 (2025-05-12)
4
+
5
+ 1 . Fix bazel build errors with clang
6
+ * [ Pull request #678 ] ( https://github.com/gazebosim/gz-math/pull/678 )
7
+
8
+ 1 . Use 24.04 for doxygen CI
9
+ * [ Pull request #676 ] ( https://github.com/gazebosim/gz-math/pull/676 )
10
+
11
+ 1 . Use Bazel Central Registry version of eigen
12
+ * [ Pull request #675 ] ( https://github.com/gazebosim/gz-math/pull/675 )
13
+
14
+ 1 . Test building python bindings in Ubuntu CI
15
+ * [ Pull request #672 ] ( https://github.com/gazebosim/gz-math/pull/672 )
16
+
17
+ 1 . Docs/spell check
18
+ * [ Pull request #669 ] ( https://github.com/gazebosim/gz-math/pull/669 )
19
+
20
+ 1 . feat: Add AxisAlignedBox conversion helpers
21
+ * [ Pull request #667 ] ( https://github.com/gazebosim/gz-math/pull/667 )
22
+
23
+ 1 . bazel: Build pybind module and test
24
+ * [ Pull request #661 ] ( https://github.com/gazebosim/gz-math/pull/661 )
25
+
3
26
### Gazebo Math 8.1.1 (2025-02-12)
4
27
5
28
1 . Unify ` Python3_Development_FOUND ` checks
39
62
* [ Pull request #640 ] ( https://github.com/gazebosim/gz-math/pull/640 )
40
63
* [ Pull request #636 ] ( https://github.com/gazebosim/gz-math/pull/636 )
41
64
42
- 1 . Merge all changes from 7.5.1
65
+ 1 . Merge all changes from 7.5.1
43
66
* [ Pull request #623 ] ( https://github.com/gazebosim/gz-math/pull/623 )
44
67
45
68
### Gazebo Math 8.0.0 (2024-09-25)
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-math8</name >
5
- <version >8.1.1 </version >
5
+ <version >8.2.0 </version >
6
6
<description >Gazebo Math : Math classes and functions for robot applications</description >
7
7
<maintainer email =" scpeters@openrobotics.org" >Steve Peters</maintainer >
8
8
<maintainer email =" aditya050995@gmail.com" >Aditya Pande</maintainer >
You can’t perform that action at this time.
0 commit comments