-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from boydorr/rr/phylo
Minor fixes to dependencies
- Loading branch information
Showing
19 changed files
with
939 additions
and
1,130 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# NEWS | ||
|
||
- v0.1.1 | ||
- Remove unnecessary Compat dependency | ||
- Fix incompatibility with latest Diversity release | ||
- Fix license recognition by GitHub | ||
- Fix MPI process allocation for high number of processes | ||
- CompatHelper updates | ||
- v0.1.0 | ||
- Initial release to Julia registry | ||
- v0.0.1 | ||
- First tagged release stored on Zenodo |
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,13 +1,12 @@ | ||
name = "EcoSISTEM" | ||
uuid = "ed2dc23b-ada4-5fdb-a26f-56368a14ad8f" | ||
authors = ["Claire Harris <[email protected]>", "Richard Reeve <[email protected]>"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
|
||
[deps] | ||
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" | ||
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" | ||
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
|
@@ -49,10 +48,9 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | |
ArchGDAL = "0.6" | ||
AxisArrays = "0.4.3" | ||
Calculus = "0.4.1, 0.5" | ||
Compat = "2.2.1, 3" | ||
DataFrames = "0.21.8, 0.22, 1.0" | ||
Distributions = "0.24.15" | ||
Diversity = "0.5.3" | ||
Diversity = "=0.5.4" | ||
EcoBase = "0.1.3" | ||
Feather = "0.5.7" | ||
HCubature = "1.5.0" | ||
|
Oops, something went wrong.