Skip to content

Removing BaseKernel #149

@theogf

Description

@theogf

I am not sure what changed, but now BaseKernel has no reason to exist apparently. Doing a search on where it is used shows it clearly. I think we can also drop these deprecated methods:

for k in nameof.(subtypes(BaseKernel))
@eval begin
@deprecate($k::Real;args...),transform($k(args...),ρ))
@deprecate($k::AbstractVector{<:Real};args...),transform($k(args...),ρ))
end

The only question is : Are we replacing SimpleKernel by BaseKernel for kernels using Distances.jl or are we keeping SimpleKernel and simply remove BaseKernel ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions