Skip to content

Commit

Permalink
Add import functions to StatGeochemBase
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Jun 15, 2024
1 parent 7fc2f4e commit d7af3d4
Show file tree
Hide file tree
Showing 5 changed files with 1,329 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name = "StatGeochemBase"
uuid = "61e559cd-58b4-4257-8528-26bb26ff2b9a"
authors = ["C. Brenhin Keller"]
version = "0.5.10"
version = "0.6.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
VectorizedStatistics = "3b853605-1c98-4422-8364-4bd93ee0529e"

[compat]
Colors = "0.10 - 0.12"
DelimitedFiles = "1"
IndirectArrays = "0.5, 1"
NaNStatistics = "0.3 - 0.6"
SpecialFunctions = "0.5 - 0.10, 1, 2"
Expand Down
Loading

2 comments on commit d7af3d4

@brenhinkeller
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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/109057

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.6.0 -m "<description of version>" d7af3d41e38b060c470c336370d36df9e7f6180f
git push origin v0.6.0

Please sign in to comment.