We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed1a5 commit a71ee8cCopy full SHA for a71ee8c
REQUIRE
@@ -1,5 +1,5 @@
1
julia 0.5
2
DiffBase 0.0.3
3
-Compat 0.17.0
+Compat 0.19.0
4
Calculus 0.2.0
5
NaNMath 0.2.2
src/partials.jl
@@ -22,7 +22,7 @@ Base.start(partials::Partials) = start(partials.values)
22
Base.next(partials::Partials, i) = next(partials.values, i)
23
Base.done(partials::Partials, i) = done(partials.values, i)
24
25
-Base.linearindexing(::Partials) = Base.LinearFast()
+@compat Base.IndexStyle(::Partials) = Base.IndexLinear()
26
27
#####################
28
# Generic Functions #
0 commit comments