forked from Gepetto/robotpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream changelog: ## [3.4.0] - 2024-02-26 ### Added - Support for `Eigen::SparseMatrix` types (stack-of-tasks/eigenpy#426) - Support for `boost::variant` types with `VariantConverter` (stack-of-tasks/eigenpy#430) - Support for `std::variant` types with `VariantConverter` (stack-of-tasks/eigenpy#431) - Support for `std::unique_ptr` as a return types with `StdUniquePtrCallPolicies` and `boost::python::default_call_policies` (stack-of-tasks/eigenpy#433) - Support for `std::unique_ptr` as an internal reference with `ReturnInternalStdUniquePtr` (stack-of-tasks/eigenpy#433) - Support for `Eigen::Simplicial{LLT,LDLT}` and `Eigen::Cholmod{Simplicial,Supernodal}{LLT,LDLT}` Cholesky de compositions (stack-of-tasks/eigenpy#438) - Switch to ruff for lints, format, and import sort (stack-of-tasks/eigenpy#441) ### Fixed - Fix the issue of missing exposition of Eigen types with __int64 scalar type (stack-of-tasks/eigenpy#426) - Fix namespace use in unittest/std_pair.cpp (stack-of-tasks/eigenpy#429) - Fix case of zero-size sparse matrices (stack-of-tasks/eigenpy#437) Packaging changes: - remove patch-aa, fixed upstream
- Loading branch information
Showing
4 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
SHA1 (eigenpy-3.3.0.tar.gz) = 8f80c868dbd02043a9069b3e8fc98a8c814061cc | ||
RMD160 (eigenpy-3.3.0.tar.gz) = f75e44a65a9531ad561d1f10c3abe5fc378e28f0 | ||
Size (eigenpy-3.3.0.tar.gz) = 1026896 bytes | ||
SHA1 (patch-aa) = f45039d1d0c78d6b7826b80d8bdaed0ab79c037f | ||
SHA1 (eigenpy-3.4.0.tar.gz) = f518ff7f6c2f2cabcc76b036205fd66f76f03f98 | ||
RMD160 (eigenpy-3.4.0.tar.gz) = 12bc2df3dd5b58344acaae2f66d0375fddf997b5 | ||
Size (eigenpy-3.4.0.tar.gz) = 1047907 bytes |
This file was deleted.
Oops, something went wrong.