Skip to content

Commit

Permalink
[math/py-eigenpy] Update to v3.6.0
Browse files Browse the repository at this point in the history
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
  • Loading branch information
nim65s committed Jul 1, 2024
1 parent fcdb4f8 commit d1ae54a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion math/py-eigenpy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ORG= stack-of-tasks
NAME= eigenpy
VERSION= 3.5.0
VERSION= 3.6.0

CATEGORIES= math
COMMENT= Eigen bindings to python
Expand Down
1 change: 1 addition & 0 deletions math/py-eigenpy/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include/eigenpy/decompositions/sparse/LLT.hpp
include/eigenpy/decompositions/sparse/SimplicialCholesky.hpp
include/eigenpy/decompositions/sparse/SparseSolverBase.hpp
include/eigenpy/deprecated.hpp
include/eigenpy/deprecation-policy.hpp
include/eigenpy/details.hpp
include/eigenpy/eigen-allocator.hpp
include/eigenpy/eigen-from-python.hpp
Expand Down
6 changes: 3 additions & 3 deletions math/py-eigenpy/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHA1 (eigenpy-3.5.0.tar.gz) = babba0496296cc29a88ebdcdad085ef1c9bc132c
RMD160 (eigenpy-3.5.0.tar.gz) = 315d74b5b108c6ceea63eae4ef86358bc4b4fc5f
Size (eigenpy-3.5.0.tar.gz) = 1064931 bytes
SHA1 (eigenpy-3.6.0.tar.gz) = 79683862457b275fd1fc5a21c7f8de6e5ed62c11
RMD160 (eigenpy-3.6.0.tar.gz) = 0b8a5a5bfec0b8d2bc3b17a504d9b0ba3db359cb
Size (eigenpy-3.6.0.tar.gz) = 1060510 bytes

0 comments on commit d1ae54a

Please sign in to comment.