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

🎈 6.10.0 #369

Merged
merged 3 commits into from
Jan 26, 2022
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
4 changes: 2 additions & 2 deletions 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(ignition-math6 VERSION 6.9.3)
project(ignition-math6 VERSION 6.10.0)

#============================================================================
# Find ignition-cmake
Expand All @@ -16,7 +16,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
#============================================================================
set (c++standard 17)
set (CMAKE_CXX_STANDARD 17)
ign_configure_project(VERSION_SUFFIX pre2)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Ignition Math 6.x.x

## Ignition Math 6.9.3 (2022-01-XX)
## Ignition Math 6.10.0 (2022-01-26)

1. Use const instead of constexpr in Ellipsoid constructor
* [Pull request #366](https://github.com/ignitionrobotics/ign-math/pull/366)
Expand Down Expand Up @@ -49,6 +49,7 @@
* [Pull request #337](https://github.com/ignitionrobotics/ign-math/pull/337)
1. PID
* [Pull request #323](https://github.com/ignitionrobotics/ign-math/pull/323)
* [Pull request #361](https://github.com/ignitionrobotics/ign-math/pull/361)
1. Temperature
* [Pull request #330](https://github.com/ignitionrobotics/ign-math/pull/330)
1. DiffDriveOdometry (with examples)
Expand Down Expand Up @@ -86,6 +87,7 @@
* [Pull request #317](https://github.com/ignitionrobotics/ign-math/pull/317)
1. Quaternion
* [Pull request #324](https://github.com/ignitionrobotics/ign-math/pull/324)
* [Pull request #361](https://github.com/ignitionrobotics/ign-math/pull/361)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is in two places?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah because that PR affected both Quaternion and PID

1. StopWatch
* [Pull request #319](https://github.com/ignitionrobotics/ign-math/pull/319)
1. RollingMean
Expand Down