List of deprecated function and packages through versions?

Hello

There is a large history.md file showing changes on base Julia.

Is there a curated list or table of deprecated functions for the different Julia versions? It would also be great to have a list of superseded packages and important functions on them.

For example:
linspace → range
ContinuousTransformations.jl → TransformVariables.jl
flipdim → reverse(A, dims=d)
repmat → repeat
findn(x::AbstractArray) → findall(!iszero, x)
type → mutable struct
something about data structures…
something about missings…
something about plots…

1 Like