-
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 #14 from awesome-spectral-indices/fm/tests
Add Aqua for testing
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 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.4" | ||
version = "0.1.5" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
@@ -13,15 +13,19 @@ YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" | |
|
||
[compat] | ||
DataFrames = "1" | ||
Dates = "1" | ||
DimensionalData = "0.25" | ||
Downloads = "1" | ||
JSON = "0.21" | ||
YAXArrays = "0.5" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" | ||
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test", "SafeTestsets"] | ||
test = ["Test", "SafeTestsets", "Aqua", "JET", "JuliaFormatter"] |
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
174cd67
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:
Release Notes for SpectralIndices v0.1.5
We are pleased to announce the release of SpectralIndices v0.1.5. This update, while minor, includes an important enhancement to our testing process, ensuring even greater reliability and robustness of the SpectralIndices package.
What's New:
How It Impacts You:
Moving Forward:
We will continue to refine and enhance SpectralIndices, and your feedback remains invaluable. Please continue to report any issues or suggestions for improvement.
Thank you for your continued support and trust in SpectralIndices.
— The SpectralIndices Development Team
174cd67
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/97476
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: