Skip to content

Commit

Permalink
[math/py-eigenpy] Update to v3.10.1
Browse files Browse the repository at this point in the history
    ## [3.10.1] - 2024-10-30

    ### Added

    - Add Pixi support stack-of-tasks/eigenpy#444

    ### Fixed

    - Don't use C++14 feature stack-of-tasks/eigenpy#510
    - Add inline to `deprecationTypeToPyObj` definition to avoid linking error stack-of-tasks/eigenpy#512
  • Loading branch information
nim65s committed Nov 21, 2024
1 parent e66ece1 commit 6aa05c2
Show file tree
Hide file tree
Showing 2 changed files with 4 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.10.0
VERSION= 3.10.1

CATEGORIES= math
COMMENT= Eigen bindings to python
Expand Down
6 changes: 3 additions & 3 deletions math/py-eigenpy/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHA1 (eigenpy-3.10.0.tar.gz) = 5eeab24e37eec880226b6acb1107eae96bc9f8f6
RMD160 (eigenpy-3.10.0.tar.gz) = 8e888435070e387895c86f9b33eed5c27067f3f5
Size (eigenpy-3.10.0.tar.gz) = 1053250 bytes
SHA1 (eigenpy-3.10.1.tar.gz) = 15626dd24d6541193aa39b651dcae4c92459ec42
RMD160 (eigenpy-3.10.1.tar.gz) = 8184a9bc32a8fb0f3371d6e8c9d9e6b20b876f56
Size (eigenpy-3.10.1.tar.gz) = 1134577 bytes
SHA1 (patch-aa) = ed3537a3f6f0ccbbfb35bbb7c5f3a0fb6df271fb
SHA1 (patch-ab) = fe11493abc08cef9450ccc043d1f18373e80887b

0 comments on commit 6aa05c2

Please sign in to comment.