Skip to content

Deprecation messages in julia v0.7 #23

Description

@jishnub
julia> using NPZ
[ Info: Precompiling NPZ [15e1cf62-19b3-5cfa-8e77-841668bca605]
┌ Warning: Deprecated syntax `type` at /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:140.
│ Use `mutable struct` instead.
└ @ ~/.julia/packages/NPZ/onMHH/src/NPZ.jl:140
WARNING: importing deprecated binding Base.Complex64 into NPZ.
WARNING: Base.Complex64 is deprecated, use ComplexF32 instead.
  likely near /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:17
WARNING: importing deprecated binding Base.Complex128 into NPZ.
WARNING: Base.Complex128 is deprecated, use ComplexF64 instead.
  likely near /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:17
┌ Warning: Deprecated syntax `parametric method syntax npzwritearray{T}(f::IO, x::Array{T})` around /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:263.
│ Use `npzwritearray(f::IO, x::Array{T}) where T` instead.
└ @ ~/.julia/packages/NPZ/onMHH/src/NPZ.jl:263
┌ Warning: Deprecated syntax `parametric method syntax npzwritearray{T <: Number}(f::IO, x::T)` around /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:267.
│ Use `npzwritearray(f::IO, x::T) where T <: Number` instead.
└ @ ~/.julia/packages/NPZ/onMHH/src/NPZ.jl:267
┌ Warning: Deprecated syntax `parametric method syntax npzwrite{S <: AbstractString}(filename::AbstractString, vars::Dict{S, Any})` around /home/jishnu/.julia/packages/NPZ/onMHH/src/NPZ.jl:277.
│ Use `npzwrite(filename::AbstractString, vars::Dict{S, Any}) where S <: AbstractString` instead.
└ @ ~/.julia/packages/NPZ/onMHH/src/NPZ.jl:277

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions