Skip to content

Commit

Permalink
Merge pull request #13 from JuliaClimate/meanfix
Browse files Browse the repository at this point in the history
fixed Statistics use
  • Loading branch information
Balinus authored Apr 3, 2020
2 parents 3c4d106 + 3a736a7 commit 45fa36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "ClimateBase"
uuid = "35604d93-0fb8-4872-9436-495b01d137e2"
authors = ["Philippe Roy <borghor@yahoo.ca>"]
version = "0.4.0"
version = "0.4.1"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ArgCheck = "1, 2.0"
Expand Down
2 changes: 2 additions & 0 deletions src/ClimateBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module ClimateBase
using AxisArrays
using ArgCheck
using Dates
using Statistics

# TYPES

Expand Down Expand Up @@ -105,6 +106,7 @@ include("functions.jl")

export ClimGrid
export periodmean
export finitemean
export temporalsubset
export verticalmean
export get_timevec
Expand Down

0 comments on commit 45fa36c

Please sign in to comment.