Skip to content

Commit

Permalink
updates index.md to have new version 0.4.1 so nobody tries to use 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianguenter committed Sep 17, 2024
1 parent 6ea048a commit 743cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For f:ℝⁿ->ℝᵐ with n,m large **FD** may have better performance than conv

**FD** may take much less time to compute symbolic derivatives than Symbolics.jl even in the ℝ¹->ℝ¹ case. The executables generated by **FD** may also be much faster (see [Symbolic Processing](@ref)).

As of version 0.4.0 **FD** allows you to create expressions with conditionals:
As of version 0.4.1 **FD** allows you to create expressions with conditionals:
```julia

julia> @variables x y
Expand Down

0 comments on commit 743cc32

Please sign in to comment.