Skip to content

Commit

Permalink
New version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco authored Jan 28, 2024
1 parent e064e74 commit 0e80e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
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.6"
version = "0.1.7"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 0e80e6d

@MartinuzziFrancesco
Copy link
Member Author

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.7 Released

We are pleased to announce the release of SpectralIndices v0.1.7. This update includes some quality-of-life improvements and enhancements to the package's robustness.

What's New in v0.1.7:

  • Enhanced Printing for Axioms: We've improved the printing functionality for axioms, making the output more user-friendly and readable. This refinement aids in better understanding and debugging, especially when working with complex spectral indices.

  • Extended Test Coverage: In our ongoing commitment to reliability, we've expanded the test coverage for SpectralIndices.jl. This enhancement ensures greater stability and performance, providing confidence in the accuracy of your spectral analysis.

Impact on Users:

  • Users can expect a more pleasant and informative experience when interacting with axioms, thanks to the improved printing functionality.
  • The extended test coverage offers an extra layer of assurance in the package's functionality and correctness.

As always, we thank our users for their valuable feedback and support. Your contributions continue to shape SpectralIndices.jl into a reliable tool for Earth system research.

Stay tuned for more updates as we continue to improve and expand SpectralIndices.jl!

— The SpectralIndices Development Team

@JuliaRegistrator
Copy link

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/99712

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:

git tag -a v0.1.7 -m "<description of version>" 0e80e6d448ca6d8a8312393869699096f75050d5
git push origin v0.1.7

Please sign in to comment.