Skip to content

Commit

Permalink
Merge pull request #52 from boydorr/rr/phylo
Browse files Browse the repository at this point in the history
Minor fixes to dependencies
  • Loading branch information
richardreeve authored Apr 23, 2021
2 parents a4d692f + da03dbb commit c039af0
Show file tree
Hide file tree
Showing 19 changed files with 939 additions and 1,130 deletions.
864 changes: 228 additions & 636 deletions LICENSE.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions NEWS.md
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
6 changes: 2 additions & 4 deletions Project.toml
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"
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit c039af0

Please sign in to comment.