Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remerge main into dev #57

Merged
merged 67 commits into from
Apr 27, 2021
Merged

Remerge main into dev #57

merged 67 commits into from
Apr 27, 2021

Conversation

claireh93
Copy link
Member

@claireh93 claireh93 commented Apr 26, 2021

Updated Zenodo file for correct author list and otherwise merging changes from main as is.

claireh93 and others added 30 commits April 12, 2021 11:28
richardreeve and others added 22 commits April 23, 2021 17:54
Minor fixes to dependencies
Fix phylogenetic diversity handling
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit '499d77df978997897694fe99400d1bb6e1df7b0f':
  CompatHelper: add new compat entry for "Conda" at version "1.5"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit 'e51eb3ec1d038f05536615439f3d765f7b5aa567':
  CompatHelper: add new compat entry for "SQLite" at version "1.1"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit 'af9000874f968b8e728d62adc7fb54980848a70a':
  CompatHelper: add new compat entry for "OnlineStatsBase" at version "1.4"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit 'fa783a6f7555d5533392726d5ea880a328e013d8':
  CompatHelper: add new compat entry for "ORCA" at version "0.5"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit '392eb722af05ac05077eab56a6f3cb2d76b91988':
  CompatHelper: add new compat entry for "DataRegistryUtils" at version "0.50"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit '9bfcfdda0f8f9ea99d843b19d8254e0bb4bf63e9':
  CompatHelper: add new compat entry for "Revise" at version "3.1"

# Conflicts:
#	Project.toml
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit 'e81b269b70a0a9601e64a02970a1a8821c07df2b':
  CompatHelper: bump compat for "Missings" to "1.0"
…lper/new_version/2021-04-21-13-09-47-070-2756956167

* commit 'bd88bae37a68b70de9b028e82dd3f19dd88795c3':
  CompatHelper: bump compat for "DataFrames" to "1.0"

# Conflicts:
#	Project.toml
…070-2756956167

* dev: (46 commits)
  Add errors for NoMovement and PathogenTypes.
  Distinguish gettraits into getspeciestraits and getpathogen traits. Update traitfun to accept a SpeciesType or PathogenType.
  Add movement testing.
  Update examples.
  Update src/Transitions/Transitions.jl
  Update docs for transition types.
  Update src/Transitions/Transitions.jl
  Update src/Biodiversity/MPIGenerate.jl
  Update src/Epidemiology/EpiGenerate.jl
  Update src/Epidemiology/EpiGenerate.jl
  Update src/Epidemiology/shrink.jl
  Update src/EcoSISTEM.jl
  Simplify simulate functions.
  Change update! -> biodiversity_update! for MPIEcosystems.
  Change helper funs back to run on AbstractEcosystem for MPI.
  Minor fixes.
  Some weird things going on with example runs - deleting duplicated files after merge.
  Update src/Biodiversity/Generate.jl
  Update examples/sir_transitions.jl
  A few light changes to helper funs.
  ...

# Conflicts:
#	Manifest.toml
…rsion/2021-04-21-13-09-47-070-2756956167

CompatHelper: add new merged compat entries
@claireh93 claireh93 requested a review from a team April 26, 2021 09:45
@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #57 (ad6b766) into dev (b1ab0f9) will not change coverage.
The diff coverage is 87.50%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #57   +/-   ##
=======================================
  Coverage   80.04%   80.04%           
=======================================
  Files          44       44           
  Lines        2691     2691           
=======================================
  Hits         2154     2154           
  Misses        537      537           
Impacted Files Coverage Δ
src/Biodiversity/AdditionalDiversity.jl 80.88% <ø> (ø)
src/Biodiversity/Generate.jl 84.01% <ø> (ø)
src/Biodiversity/HabitatUpdate.jl 50.68% <ø> (ø)
src/Biodiversity/Landscape.jl 26.08% <0.00%> (ø)
src/Biodiversity/MPIGenerate.jl 66.66% <ø> (ø)
src/Epidemiology/EpiGenerate.jl 86.11% <0.00%> (ø)
src/Transitions/TransitionSystem.jl 80.00% <ø> (ø)
src/Biodiversity/AbioticEnv.jl 92.35% <100.00%> (ø)
src/Biodiversity/Habitats.jl 68.78% <100.00%> (ø)
src/Biodiversity/MPIEcosystem.jl 48.33% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1ab0f9...ad6b766. Read the comment docs.

@coveralls
Copy link

coveralls commented Apr 26, 2021

Pull Request Test Coverage Report for Build 785756007

  • 14 of 16 (87.5%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.69%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Biodiversity/Landscape.jl 0 1 0.0%
src/Epidemiology/EpiGenerate.jl 0 1 0.0%
Totals Coverage Status
Change from base Build 774804903: 0.0%
Covered Lines: 2171
Relevant Lines: 3356

💛 - Coveralls

@claireh93
Copy link
Member Author

@richardreeve things went well with the merge to SCRC so I think we are ready for this one to go through.

@richardreeve richardreeve merged commit 067a0c5 into dev Apr 27, 2021
@richardreeve richardreeve deleted the claireh93/remerge-main branch April 27, 2021 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants