-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from awesome-spectral-indices/fm/ck
Add `compute_kernel`
- Loading branch information
Showing
11 changed files
with
450 additions
and
4,812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SpectralIndices" | ||
uuid = "df0093a1-273d-40bc-819a-796ec3476907" | ||
authors = ["MartinuzziFrancesco <[email protected]>"] | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
61c8635
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
Release notes:
SpectralIndices v0.1.4 Released π
Hello SpectralIndices Users!
We're excited to announce the release of SpectralIndices v0.1.4! This update introduces a significant enhancement that expands your capabilities for spectral analysis:
π New Feature:
compute_kernel
Function πcompute_kernel
function is here! This addition broadens your analytical toolkit, allowing you to compute various types of kernels such aslinear
,poly
, andRBF
.compute_kernel
supports multiple input types, including numbers, arrays, data frames, and even YAXArrays. This makes it incredibly flexible for different data processing needs.compute_kernel
, handling complex kernel operations is as simple as calling a single function.How to Use:
Use the
compute_kernel
function by specifying the kernel type and providing the necessary parameters. Here's a quick look at how it works:Keep the feedback coming, and let's continue to make SpectralIndices the go-to solution for spectral analysis in Julia!
Happy Analyzing! π
β The SpectralIndices Team
61c8635
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/97412
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: