KernelFunctions.jl icon indicating copy to clipboard operation
KernelFunctions.jl copied to clipboard

Julia package for kernel functions for machine learning

Results 126 KernelFunctions.jl issues
Sort by recently updated
recently updated
newest added

This adds tests for the [Aqua.jl](https://juliatesting.github.io/Aqua.jl/dev/) workflow. It tests methods ambiguities, exported non-existing functions, lost parameters and more.

https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/pull/531 (included in KernelFunctions 0.10.62 and 0.10.63) broke KernelFunctions on Julia 1.3, which broke support and tests in downstream packages such as AbstractGPsMakie. The problem was that in CI the...

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. Release notes Sourced from dawidd6/action-download-artifact's releases. v3.0.0 Node was updated from 16 to 20. Node 20 requires glibc>=2.28. v2.28.0 No release notes provided. v2.27.0...

dependencies

This pull request changes the compat entry for the `Documenter` package from `0.25, 0.26, 0.27` to `0.25, 0.26, 0.27, 1` for package test. This keeps the compat entries for earlier...

This pull request changes the compat entry for the `Documenter` package from `0.27` to `0.27, 1` for package docs. This keeps the compat entries for earlier versions. Note: I have...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 4. Release notes Sourced from peter-evans/create-or-update-comment's releases. Create or Update Comment v4.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version...

performance critical
dependencies

**Summary** Similarly to Distributions.jl we do not necessarily want to check for argument correctness all the time. **Proposed changes** This adds a `check_args` keyword to all constructors that require it...

Hey 👋 I think Wendland kernels are cool, and I would like to contribute a PR. Let me know what you think :) # What's this about? Wendland kernels have...

Right now these composites will not work if the container is not a `Tuple`. See ```julia k = SqExponentialKernel() kk = KernelSum([k, k]) kk(2, 3) # Errors ```

bug