- Feb 20, 2024
-
-
Guilhem Saurel authored
* sort pre-commit file * pre-commit: add ruff * pre-commit run -a * manual ruff fixes * README: add ruff badge * pre-commit: add isort * pre-commit run -a * ignore previous commit in blames * add changelog entry * replace black & isort by ruff * ruff: more linters * clean config files * pre-commit run -a * ignore previous commit in blames * fix NPY002 ref. https://numpy.org/doc/stable/reference/random/legacy.html * remove useless code * fix dtype conversion
-
- Nov 08, 2023
-
-
- Jan 07, 2023
-
-
Justin Carpentier authored
-
- Dec 05, 2022
-
-
Wilson Jallet authored
-
Wilson Jallet authored
-
Wilson Jallet authored
* fix includes * comment out edge cases
-
Wilson Jallet authored
eigen-allocator: try a fix for mutable Eigen::Ref from Python array with "wrong" layout * trick transposes pyArray to get the right layout :)
-
Wilson Jallet authored
-
Wilson Jallet authored
std-map/std-vector: add mention to file heading
-
Wilson Jallet authored
* bp::extract will construct an Eigen::Ref on the fly as an rvalue using the registered converter * move overload_base_get_item_for_std_vector from pinocchio to here -- changes behaviour of __getitem__ * redef exposeStdVectorEigenSpecificType to overload the boost vector_indexing_suite __getitem__ * move exposeStdVectorEigenSpecificType to std-vector.hpp header
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* does not work properly
-
Wilson Jallet authored
* tests we can expose std::vector<Matrix3d> * test input and returning std::vector<Matrix> objects * test specific functions for specific dims
-
Wilson Jallet authored
* add test_std_vector.py * fix copyable.hpp's include guards & namespace * same for pickle-vector * expose std::vector for VectorXd, MatrixXd, VectorXi, MatrixXi
-