-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
normalize all registry files by loading and recompressing them
- Loading branch information
KristofferC
committed
Aug 10, 2022
1 parent
0285703
commit b7f2349
Showing
1,961 changed files
with
11,130 additions
and
12,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[0] | ||
CSV = "0.0.0 - 0.7" | ||
DataFrames = "0.0.0 - 0.21" | ||
Distributions = "0.0.0 - 0.23" | ||
CSV = "0.0.0-0.7" | ||
DataFrames = "0.0.0-0.21" | ||
Distributions = "0.0.0-0.23" | ||
FileIO = "0-1" | ||
GZip = "0.0.0 - 0.5" | ||
JLD2 = "0.0.0 - 0.2" | ||
GZip = "0.0.0-0.5" | ||
JLD2 = "0.0.0-0.2" | ||
julia = ["0.7", "1"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
["0-0.3.0"] | ||
julia = ["0.7", "1"] | ||
|
||
["0.3.1-0.3"] | ||
julia = "1.0.0-1" | ||
|
||
["0.4-0"] | ||
["0.3.1-0"] | ||
julia = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[0] | ||
ArgCheck = "0-1" | ||
CategoricalArrays = "0.0.0 - 0.8" | ||
DataFrames = "0.0.0 - 0.21" | ||
Distributions = "0.0.0 - 0.23" | ||
CategoricalArrays = "0.0.0-0.8" | ||
DataFrames = "0.0.0-0.21" | ||
Distributions = "0.0.0-0.23" | ||
GLM = "0-1" | ||
StatsBase = "0.0.0 - 0.33" | ||
StatsBase = "0.0.0-0.33" | ||
StatsModels = "0-0.5" | ||
julia = ["0.7", "1"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
["0-0.0.1"] | ||
DataFrames = "0.0.0 - 0.20" | ||
StatsBase = "0.0.0 - 0.32" | ||
DataFrames = "0.0.0-0.20" | ||
StatsBase = "0.0.0-0.32" | ||
julia = ["0.7", "1"] | ||
|
||
["0.0.2-0"] | ||
DataFrames = "0.0.0 - 0.21" | ||
StatsBase = "0.0.0 - 0.33" | ||
DataFrames = "0.0.0-0.21" | ||
StatsBase = "0.0.0-0.33" | ||
julia = "0.7.0-*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[0] | ||
Parameters = "0.0.0 - 0.12" | ||
Reexport = "0.0.0 - 0.2" | ||
Parameters = "0.0.0-0.12" | ||
Reexport = "0.0.0-0.2" | ||
|
||
["0-0.3.0"] | ||
PyCall = "0-1" | ||
|
||
["0-0.4"] | ||
JuLIP = "0.6.0 - 0.8" | ||
NeighbourLists = "0.3.0 - 0.5" | ||
JuLIP = "0.6.0-0.8" | ||
NeighbourLists = "0.3.0-0.5" | ||
julia = ["0.7", "1"] | ||
|
||
["0.3.1-0.3"] | ||
PyCall = "1.90-1" | ||
|
||
["0.4-0"] | ||
PyCall = "1.90.0 - 1" | ||
PyCall = "1.90.0-1" | ||
|
||
["0.5-0"] | ||
JuLIP = "0.8.1 - 0.8" | ||
NeighbourLists = "0.0.0 - 0.5" | ||
JuLIP = "0.8.1-0.8" | ||
NeighbourLists = "0.0.0-0.5" | ||
julia = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
["0-0.4"] | ||
AWSCore = "0.3.0 - 0.6" | ||
AWSCore = "0.3.0-0.6" | ||
julia = ["0.7", "1"] | ||
|
||
["0.5-0"] | ||
|
Oops, something went wrong.