Skip to content

Commit

Permalink
[math/py-eigenpy] Update to v3.1.4
Browse files Browse the repository at this point in the history
    ## [3.1.4] - 2023-11-27

    ### Added
    - Add new helper functions to check Tensor support

    ### Fixed
    - Fix stub generation on Windows

    ## [3.1.3] - 2023-11-09

    ### Fixed
    - Install `include/eigenpy/registration_class.hpp`

    ## [3.1.2] - 2023-11-09

    ### Added
    - Support Python 3.12 ([#391](stack-of-tasks/eigenpy#391))

    ### Fixed
    - Add method to `std::vector<MatrixXX>` binding even if another library had registered it ([#393](stack-of-tasks/eigenpy#393))

    ### Changed
    - CMake minimal version is now 3.10 ([#388](stack-of-tasks/eigenpy#388))
  • Loading branch information
nim65s committed Nov 29, 2023
1 parent ec48ff4 commit c5326a5
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.1.1
VERSION= 3.1.4

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 @@ -32,6 +32,7 @@ include/eigenpy/pickle-vector.hpp
include/eigenpy/quaternion.hpp
include/eigenpy/register.hpp
include/eigenpy/registration.hpp
include/eigenpy/registration_class.hpp
include/eigenpy/scalar-conversion.hpp
include/eigenpy/solvers/BFGSPreconditioners.hpp
include/eigenpy/solvers/BasicPreconditioners.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.1.1.tar.gz) = 463d7ee9a8b9da427c6a3beab2f4ecc735f958bc
RMD160 (eigenpy-3.1.1.tar.gz) = 02d504f396b8d5c418a0e97b7994ad1d7336a22d
Size (eigenpy-3.1.1.tar.gz) = 1016567 bytes
SHA1 (eigenpy-3.1.4.tar.gz) = a5a283d667ad59c6a3242b83dcb636bd72489c5d
RMD160 (eigenpy-3.1.4.tar.gz) = 4b6e0308484bee1e5632c0ec20b110a69bb27359
Size (eigenpy-3.1.4.tar.gz) = 1020578 bytes

0 comments on commit c5326a5

Please sign in to comment.