Skip to content

Commit

Permalink
Don't reexport NaNStatistics
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Jun 5, 2021
1 parent 8a79a42 commit 8337cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name = "StatGeochemBase"
uuid = "61e559cd-58b4-4257-8528-26bb26ff2b9a"
authors = ["C. Brenhin Keller"]
version = "0.1.0"
version = "0.2.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

Expand All @@ -19,7 +18,6 @@ IndirectArrays = "0.5"
Interpolations = "0.12 - 0.13"
LoopVectorization = "0.11, 0.12"
NaNStatistics = "0.3"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.5 - 0.10, 1"
VectorizationBase = "0.18, 0.19, 0.20"
julia = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A common base of statistical, geochemical, and geochronological functions as used in, e.g., [Chron.jl](https://github.com/brenhinkeller/Chron.jl) and [StatGeochem.jl](https://github.com/brenhinkeller/StatGeochem.jl)

Reexports [NaNStatistics.jl](https://github.com/brenhinkeller/NaNStatistics.jl)
Depends heavily upon [NaNStatistics.jl](https://github.com/brenhinkeller/NaNStatistics.jl) for NaN-ignoring summary statistics, histograms, and binning.

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://brenhinkeller.github.io/StatGeochemBase.jl/stable/
Expand Down
3 changes: 1 addition & 2 deletions src/StatGeochemBase.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module StatGeochemBase

using Reexport
@reexport using NaNStatistics
using NaNStatistics

# AVX vectorziation tools
using LoopVectorization
Expand Down

0 comments on commit 8337cd0

Please sign in to comment.