Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: ClimateERA v0.1.0 #8268

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New package: ClimateERA v0.1.0
UUID: 96028d6e-f290-464b-8a03-1e746e0363c3
Repo: https://github.com/natgeo-wong/ClimateERA.jl.git
Tree: 17b6d0a723919b97628d55d7752be2f4e7fc1612

Registrator tree SHA: f50e50c1d2a1b9694b1d5749fdb25fef2ca4c291
  • Loading branch information
JuliaRegistrator committed Jan 22, 2020
commit 37eeb1fda27655ae288c7ee35d38b31dd91cc706
8 changes: 8 additions & 0 deletions C/ClimateERA/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[0]
ClimateEasy = "0.1-0.2"
FileIO = "1"
Glob = "1.2.0-1"
JLD2 = "0.1"
NCDatasets = "0.9"
NetCDF = "0.8"
julia = "1"
11 changes: 11 additions & 0 deletions C/ClimateERA/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[0]
ClimateEasy = "47ceb0c8-0fe6-4c49-a4a1-92bc59187c00"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3 changes: 3 additions & 0 deletions C/ClimateERA/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "ClimateERA"
uuid = "96028d6e-f290-464b-8a03-1e746e0363c3"
repo = "https://github.com/natgeo-wong/ClimateERA.jl.git"
2 changes: 2 additions & 0 deletions C/ClimateERA/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "17b6d0a723919b97628d55d7752be2f4e7fc1612"
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ some amount of consideration when choosing package names.
95c220a8-a1cf-11e9-0c77-dbfce5f500b3 = { name = "ExtendableSparse", path = "E/ExtendableSparse" }
95d18f7b-8dde-4426-a3cb-b3b9e7df9890 = { name = "DarkIntegers", path = "D/DarkIntegers" }
95ff35a0-be81-11e9-2ca3-5b4e338e8476 = { name = "XSteam", path = "X/XSteam" }
96028d6e-f290-464b-8a03-1e746e0363c3 = { name = "ClimateERA", path = "C/ClimateERA" }
9602ed7d-8fef-5bc8-8597-8f21381861e8 = { name = "Unrolled", path = "U/Unrolled" }
9608d442-472c-11e9-3e14-5b72dbacd115 = { name = "InterpolatedRejectionSampling", path = "I/InterpolatedRejectionSampling" }
96124ad7-5c0a-5c8f-8316-419835a3cefd = { name = "GenomicVectors", path = "G/GenomicVectors" }
Expand Down