File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " ADTypes"
2
2
uuid = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
3
authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com>, Guillaume Dalle and contributors" ]
4
- version = " 1.10 .0"
4
+ version = " 1.11 .0"
5
5
6
6
[deps ]
7
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
207
207
# Constructors
208
208
209
209
AutoTaylorDiff(; order = 1)
210
- AutoTaylorDiff{order}()
211
210
212
211
# Type parameters
213
212
@@ -223,7 +222,7 @@ mode(::AutoTaylorDiff) = ForwardMode()
223
222
224
223
function Base. show (io:: IO , :: AutoTaylorDiff{order} ) where {order}
225
224
print (io, AutoTaylorDiff, " (" )
226
- print (io, " tag =" , repr (order; context = io))
225
+ print (io, " order =" , repr (order; context = io))
227
226
print (io, " )" )
228
227
end
229
228
You can’t perform that action at this time.
0 commit comments