File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## Unreleased
5+ ## [ 0.0.13 ] - 2025-09-12
66
7- ### Added
7+ ### Bugfix
8+
9+ * Objects already in collision repel each other instead of locking together. Contribution from @mattrobotcontributor .
810
9- - ` clamp ` method for SO3 and SE3.
11+ ## [ 0.0.12 ] - 2025-08-08
1012
1113### Changed
1214
1315- ` solve_ik ` now raises a new exception, ` NoSolutionFound ` , when the QP solver fails to find a solution.
1416
1517### Bugfix
1618
17- - Fix ` Configuration.get_inertia_matrix ` for MuJoCo versions >= 3.3.4.
18- - Objects already in collision repel each other instead of locking together.
19+ * Fix ` Configuration.get_inertia_matrix ` for MuJoCo versions >= 3.3.4.
20+
21+ ### Added
22+
23+ - ` clamp ` method for SO3 and SE3. Contribution from @adlarkin .
1924
2025## [ 0.0.11] - 2025-05-22
2126
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " mink"
7- version = " 0.0.12 "
7+ version = " 0.0.13 "
88readme = " README.md"
99authors = [
1010 {name = " Kevin Zakka" , email = " zakka@berkeley.edu" },
You can’t perform that action at this time.
0 commit comments