Skip to content

Commit

Permalink
Fix testing dependencies and version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 21, 2024
1 parent af46c4f commit 289b411
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# NEWS

- v0.5.16
- Use ResearchSoftwareMetadata package
- Add in testing that metadata is up-to-date
- v0.5.15
- Use ResearchSoftwareMetadata package
- Extensions of crosswalk, bugfixes
- Add in testing that metadata is up-to-date
- v0.5.14
- Add in crosswalk between Project.toml and codemeta.json, .zenodo.json, LICENSE and Julia file headers
- v0.5.13
Expand Down
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Diversity"
uuid = "d3d5718d-52de-57ab-b67a-eca7fd6175a4"
license = "BSD-2-Clause"
authors = ["Richard Reeve <richard.reeve@glasgow.ac.uk>", "Claire Harris", "Isaac Peetoom Heida"]
version = "0.5.16"
version = "0.5.15"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -29,9 +29,10 @@ CSV = "0.10"
DataFrames = "0.21, 0.22, 1.0"
Distances = "0.10"
EcoBase = "0.1"
InteractiveUtils = "1.8"
Git = "1"
InteractiveUtils = "1.8"
LinearAlgebra = "1.8"
Logging = "1"
Missings = "0.4, 1.0"
Phylo = "0.4, 0.5"
Pkg = "1.8"
Expand Down Expand Up @@ -66,6 +67,7 @@ AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Expand All @@ -76,4 +78,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["AxisArrays", "CSV", "Distances", "Git", "Phylo", "Pkg", "RCall", "Random", "ResearchSoftwareMetadata", "SpatialEcology", "StatsBase", "Test"]
test = ["AxisArrays", "CSV", "Distances", "Git", "Logging", "Phylo", "Pkg", "RCall", "Random", "ResearchSoftwareMetadata", "SpatialEcology", "StatsBase", "Test"]
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"codeRepository": "https://github.com/EcoJulia/Diversity.jl",
"dateCreated": "2014-08-31",
"dateModified": "2024-07-20",
"dateModified": "2024-07-21",
"datePublished": "2018-08-16",
"description": "Julia package for measuring diversity",
"downloadUrl": "https://github.com/EcoJulia/Diversity.jl/archive/refs/tags/v0.5.16.tar.gz",
"downloadUrl": "https://github.com/EcoJulia/Diversity.jl/archive/refs/tags/v0.5.15.tar.gz",
"identifier": "10.5281/zenodo.597610",
"keywords": [
"EcoJulia",
Expand All @@ -56,7 +56,7 @@
"macOS"
],
"programmingLanguage": "julia",
"version": "v0.5.16",
"version": "v0.5.15",
"codemeta:contIntegration": {
"id": "https://github.com/EcoJulia/Diversity.jl/actions/workflows/testing.yaml"
},
Expand Down

0 comments on commit 289b411

Please sign in to comment.