Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Tag ForwardDiff v0.2.5 [https://github.com/JuliaDiff/ForwardDiff.jl] #6196

Merged
merged 1 commit into from
Aug 31, 2016

Conversation

jrevels
Copy link
Member

@jrevels jrevels commented Aug 31, 2016

This introduces a change which widens support for inputs with type A<:AbstractArray, but also introduces a small hurdle for array-like inputs that are not subtypes of AbstractArray (they simply need to overload the method described at the bottom of this page).

While relatively easy to fix, this could cause breakage in packages that use non-AbstractArray array-like inputs. AFAIK, a lot of non-AbstractArray array implementations are immutable arrays, which ForwardDiff doesn't yet support anyway, so hopefully there won't be too much breakage.

@tkelman tkelman merged commit 3b4e219 into JuliaLang:metadata-v2 Aug 31, 2016
@jrevels jrevels deleted the pull-request/d3b0e81f branch August 31, 2016 19:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants