Skip to content

Commit 0f98ce1

Browse files
committed
Up patch version
1 parent ce73182 commit 0f98ce1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# New `v0.6`
2+
3+
## v`0.6.2`
4+
Treats equality constraints as cones.
5+
Fixes deprecation warnings and small API changes from RobotDynamics v`0.4.3`, including:
6+
- Replacing `Traj` with `SampledTrajectory`
7+
- Using `RobotDynamics.dims` instead of `Base.size`
8+
- Using `RobotDynamics.errstate_jacobian!` instead of `RobotDynamics.state_diff_jacobian!`
9+
210
## Updated to new RobotDynamics `v0.4` API
311
Allows for both inplace and out-of-place dynamics, cost, and constraint evaluations.
412
Jacobians can be calculated using finite differences, forward AD, or user-specified.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TrajectoryOptimization"
22
uuid = "c79d492b-0548-5874-b488-5a62c1d9d0ca"
3-
version = "0.6.1"
3+
version = "0.6.2"
44

55
[deps]
66
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

0 commit comments

Comments
 (0)