chore(deps): update dependency eigen to v5 #530
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.0.bcr.3
->5.0.0
3.4.1
->5.0.0
Release Notes
libeigen/eigen (eigen)
v5.0.0
Compare Source
Eigen 5.0 provides many new features, performance enhancements, and bugfixes throughout Eigen’s core template expression infrastructure and linear algebra facilities. The full set of changes and related issues are too large to list here, but can be accessed via the release milestone %"5.0".
This is the last major release to support the C++14 language standard. The master branch and subsequent releases will require support for C++17.
Versioning
This release marks a transition to Semantic Versioning. Previously, Eigen used a WORLD.MAJOR.MINOR scheme. From now on, version numbers will follow the MAJOR.MINOR.PATCH format, indicating breaking changes, new features, and bug fixes, respectively. The WORLD version will remain 3 for this and subsequent releases for posterity. See the table below:
Breaking changes
-std=c++14
or later. As part of this change, some macros such asEIGEN_HAS_CXX11
have also been removed.Eigen::all
andEigen::last
have been moved toEigen::placeholders::all
andEigen::placeholders::last
[!649].../src/..
path) will result in a compilation error [!631].Scalar(1)
rather than having all bits set to avoid undefined behavior [!1862].void
instead ofint
for compatibility with other BLAS implementations [!1497].Eigen::aligned_allocator
no longer inherits fromstd::allocator
due to a change in the standard and the use ofallocate_at_least
[!1795].v3.4.1
Many bug fixes have been backported from the main branch.
A list of new issues addressed can be found via the 3.4.1 label on GitLab.
Check the git commit history for the full list of changes.
Configuration
📅 Schedule: Branch creation - "every 1 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.