Skip to content

Commit

Permalink
Bump version and news
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Apr 15, 2024
1 parent 4a51690 commit 585b842
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NEWS

- v0.2.1
- Move MPI structs into extension
- v0.2.0
- Require Julia v1.9 for extensions
- Create package extensions
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EcoSISTEM"
uuid = "ed2dc23b-ada4-5fdb-a26f-56368a14ad8f"
authors = ["Claire Harris <[email protected]>", "Richard Reeve <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
6 changes: 4 additions & 2 deletions src/EcoSISTEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,18 @@ export meta_simpson, meta_shannon, meta_speciesrichness, mean_abun,
using Random

abstract type MPIGridLandscape end
export MPIGridLandscape

abstract type MPIEcosystem{MPIGL <: MPIGridLandscape, Part <: AbstractAbiotic,
SL <: SpeciesList,
TR <: AbstractTraitRelationship} <:
AbstractEcosystem{Part, SL, TR} end

export MPIGridLandscape
export MPIEcosystem

function gather_abundance end
function gather_diversity end
export gather_abundance, gather_diversity

function emptyMPIgridlandscape end
function synchronise_from_rows! end
function synchronise_from_cols! end
Expand Down

0 comments on commit 585b842

Please sign in to comment.