-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New high-level APIs with OOP wrappers #59
Commits on Aug 4, 2023
-
Revert "Perform a deep copy when copying pytrees"
This reverts commit f8b5478.
Configuration menu - View commit details
-
Copy full SHA for f1fbe68 - Browse repository at this point
Copy the full SHA f1fbe68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825ff5a - Browse repository at this point
Copy the full SHA 825ff5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 719eb40 - Browse repository at this point
Copy the full SHA 719eb40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ac4b5 - Browse repository at this point
Copy the full SHA 68ac4b5View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b005b8a - Browse repository at this point
Copy the full SHA b005b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d922ccf - Browse repository at this point
Copy the full SHA d922ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce844c7 - Browse repository at this point
Copy the full SHA ce844c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d93b4ca - Browse repository at this point
Copy the full SHA d93b4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bc673 - Browse repository at this point
Copy the full SHA a3bc673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f5ef5 - Browse repository at this point
Copy the full SHA 84f5ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b424bf - Browse repository at this point
Copy the full SHA 6b424bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b8d27 - Browse repository at this point
Copy the full SHA 75b8d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f5b63 - Browse repository at this point
Copy the full SHA c1f5b63View commit details -
Merge pull request #44 from ami-iit/fix/trace_leak
Introduce resources to streamline the combination of jax transformation with OOP pattern
Configuration menu - View commit details
-
Copy full SHA for cf3575c - Browse repository at this point
Copy the full SHA cf3575cView commit details -
Enforce physics model data to be jax numpy arrays
Otherwise the pytree structure changes after the first applied jax transformation
Configuration menu - View commit details
-
Copy full SHA for fd18c0d - Browse repository at this point
Copy the full SHA fd18c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e322e4 - Browse repository at this point
Copy the full SHA 5e322e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ee4a7 - Browse repository at this point
Copy the full SHA e9ee4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca22cc8 - Browse repository at this point
Copy the full SHA ca22cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f61287 - Browse repository at this point
Copy the full SHA 3f61287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae562e - Browse repository at this point
Copy the full SHA 2ae562eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1e790 - Browse repository at this point
Copy the full SHA 4e1e790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342ccad - Browse repository at this point
Copy the full SHA 342ccadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f903d - Browse repository at this point
Copy the full SHA 31f903dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be1fef - Browse repository at this point
Copy the full SHA 8be1fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d28574d - Browse repository at this point
Copy the full SHA d28574dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6edbfc - Browse repository at this point
Copy the full SHA e6edbfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e5220 - Browse repository at this point
Copy the full SHA a3e5220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b95a6b - Browse repository at this point
Copy the full SHA 5b95a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b5282 - Browse repository at this point
Copy the full SHA 91b5282View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc4681 - Browse repository at this point
Copy the full SHA acc4681View commit details -
Prefer using tuple[str, ...] instead of list[str]
Static arguments must be hashable, therefore lists cannot be passed
Configuration menu - View commit details
-
Copy full SHA for 79879b7 - Browse repository at this point
Copy the full SHA 79879b7View commit details -
Rename Link.add_{,com_}external_force o Link.apply_{,com_}external_force
The link force can either override or be summed with previously set forces. The default behavior is to sum it.
Configuration menu - View commit details
-
Copy full SHA for 32445e4 - Browse repository at this point
Copy the full SHA 32445e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38be87 - Browse repository at this point
Copy the full SHA d38be87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a975d4 - Browse repository at this point
Copy the full SHA 5a975d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a539b44 - Browse repository at this point
Copy the full SHA a539b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6043b6 - Browse repository at this point
Copy the full SHA b6043b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63b181 - Browse repository at this point
Copy the full SHA d63b181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91723d7 - Browse repository at this point
Copy the full SHA 91723d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4d65d - Browse repository at this point
Copy the full SHA 9b4d65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106c3dc - Browse repository at this point
Copy the full SHA 106c3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7384d41 - Browse repository at this point
Copy the full SHA 7384d41View commit details -
Merge pull request #48 from ami-iit/feature/oop_with_jax
Apply new OOP pattern compatible with jax transformations
Configuration menu - View commit details
-
Copy full SHA for 309582f - Browse repository at this point
Copy the full SHA 309582fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03af4f4 - Browse repository at this point
Copy the full SHA 03af4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a1eab - Browse repository at this point
Copy the full SHA 90a1eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b5159 - Browse repository at this point
Copy the full SHA 35b5159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380d20c - Browse repository at this point
Copy the full SHA 380d20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ff048 - Browse repository at this point
Copy the full SHA c2ff048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 207a4a1 - Browse repository at this point
Copy the full SHA 207a4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d6af8 - Browse repository at this point
Copy the full SHA f3d6af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1c38d - Browse repository at this point
Copy the full SHA 0a1c38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab51d02 - Browse repository at this point
Copy the full SHA ab51d02View commit details
Commits on Oct 10, 2023
-
Merge pull request #53 from ami-iit/minor_api_update
Minor updates including small API changes
Configuration menu - View commit details
-
Copy full SHA for 5573944 - Browse repository at this point
Copy the full SHA 5573944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b26141 - Browse repository at this point
Copy the full SHA 1b26141View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4db5dd - Browse repository at this point
Copy the full SHA f4db5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c799d - Browse repository at this point
Copy the full SHA c5c799dView commit details
Commits on Oct 11, 2023
-
Merge pull request #54 from ami-iit/automatic_differentiation
First steps towards automatic differentiation of RBDAs
Configuration menu - View commit details
-
Copy full SHA for e9bb166 - Browse repository at this point
Copy the full SHA e9bb166View commit details
Commits on Oct 20, 2023
-
Make all fields of simulator.JaxSim static, excluding SimulatorData
Fixes trace leaks when jitting vectorized simulations
Configuration menu - View commit details
-
Copy full SHA for 0d59772 - Browse repository at this point
Copy the full SHA 0d59772View commit details
Commits on Oct 24, 2023
-
Merge pull request #55 from ami-iit/fix/jaxsim_static_fields
Make all fields of `simulator.JaxSim` static excluding `SimulatorData`
Configuration menu - View commit details
-
Copy full SHA for 804d525 - Browse repository at this point
Copy the full SHA 804d525View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e0c0bc7 - Browse repository at this point
Copy the full SHA e0c0bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458eeac - Browse repository at this point
Copy the full SHA 458eeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50aea06 - Browse repository at this point
Copy the full SHA 50aea06View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18b930 - Browse repository at this point
Copy the full SHA b18b930View commit details