Skip to content

Commit

Permalink
[math/py-eigenpy] Update to v3.8.2
Browse files Browse the repository at this point in the history
    ## [3.8.2] - 2024-08-26

    ### Fixed
    - Fix function signature on Windows (stack-of-tasks/eigenpy#494)

    ## [3.8.1] - 2024-08-25

    ### Fixed
    - Fix compatibility issue with NumPy 2.x on Windows (stack-of-tasks/eigenpy#492)

    ## [3.8.0] - 2024-08-14

    ### Added
    - Add compatibility with jrl-cmakemodules workspace (stack-of-tasks/eigenpy#485)
    - Remove support of Python 3.7 (stack-of-tasks/eigenpy#490)

    ### Fixed
    - Remove CMake CMP0167 warnings (stack-of-tasks/eigenpy#487)
    - Fix compilation error on armhf (stack-of-tasks/eigenpy#488)
  • Loading branch information
nim65s committed Aug 29, 2024
1 parent 81f8fa7 commit a619503
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.7.0
VERSION= 3.8.2

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,3 +1,3 @@
SHA1 (eigenpy-3.7.0.tar.gz) = 0b30ec47d409f4e83d71273e754f3027b577802e
RMD160 (eigenpy-3.7.0.tar.gz) = 2be769d2a4f3848f8fa6a1df8c0f5ef6bcc42163
Size (eigenpy-3.7.0.tar.gz) = 1075358 bytes
SHA1 (eigenpy-3.8.2.tar.gz) = b213c6b75112b171b8d33b408b09bba0f5b5f1c0
RMD160 (eigenpy-3.8.2.tar.gz) = eb58f3f807a7a6f8d56bade07e7d8a30a51dcac9
Size (eigenpy-3.8.2.tar.gz) = 1077048 bytes

0 comments on commit a619503

Please sign in to comment.