Skip to content

Commit 2d54678

Browse files
committed
New major release, with NEWS
1 parent ce09615 commit 2d54678

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# New in `v0.5`
2+
## Support for Finite Differencing
3+
Added support for finite differencing with `FiniteDiff` for dynamics, constraints, and cost functions.
4+
5+
## Added general nonlinear costs
6+
Generic nonlinear costs are now officially supported and can be automatically differentiated using either ForwardDiff or FiniteDiff.
7+
8+
## Added generic `Expansion` type
9+
The new `Expansion` type is provided for storing cost expansions, and is now preferred for use over `QuadraticCost`. It supports both `xx,xu,uu,x,u` and `Q,H,R,q,r` fields.
10+
In general, the way cost functions were used has been cleaned up. `QuadraticObjective` and other such type aliases have been removed in favor of a less complicated API.
11+
12+
## Expanded Documentation
13+
Documentation has been significantly updated.
14+
115
# New in `v0.4`
216

317
## Conic Constraints

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.4.2"
3+
version = "0.5.0"
44

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

0 commit comments

Comments
 (0)