-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.1.2; bump compat for PhyloNetworks to v0.16 (#10)
* more on the correlated model in manual; citations file * rm hassinglechild and singlechildedge * v0.1.2, requires PN v0.16 * tiny text
- Loading branch information
Showing
12 changed files
with
128 additions
and
49 deletions.
There are no files selected for viewing
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,22 @@ | ||
% reference for the package, and for the correlated inheritance model | ||
@article{2023fogg_phylocoalsimulations, | ||
author = {Fogg, John and Allman, Elizabeth S and An{\'e}, C{\'e}cile}, | ||
title = {{PhyloCoalSimulations}: A simulator for network multispecies coalescent | ||
models, including a new extension for the inheritance of gene flow}, | ||
elocation-id = {2023.01.11.523690}, | ||
year = {2023}, | ||
doi = {10.1101/2023.01.11.523690}, | ||
journal = {bioRxiv} | ||
} | ||
|
||
% reference for the PhyloNetworks package, which this package depends on | ||
@article{2017SolislemusBastideAne_PhyloNetworks, | ||
author = {Sol{\'\i}s-Lemus, Claudia and Bastide, Paul and An{\'e}, C{\'e}cile}, | ||
title = {PhyloNetworks: A Package for Phylogenetic Networks}, | ||
journal = {Molecular Biology and Evolution}, | ||
year = {2017}, | ||
volume = {34}, | ||
number = {12}, | ||
pages = {3292-3298}, | ||
doi = {10.1093/molbev/msx235}, | ||
} |
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ name = "PhyloCoalSimulations" | |
uuid = "53f7b83a-06b5-4910-9a21-1896bf762ade" | ||
authors = ["Cecile Ane <[email protected]>", | ||
"John Fogg <[email protected]>"] | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
|
||
[deps] | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
PhyloNetworks = "33ad39ac-ed31-50eb-9b15-43d0656eaa72" | ||
|
||
[compat] | ||
Distributions = "0.25" | ||
PhyloNetworks = "0.15.3" | ||
PhyloNetworks = "0.16" | ||
julia = "1.5" |
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
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
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,21 @@ | ||
# internal documentation | ||
|
||
Documentation for `PhyloCoalSimulations`'s internal functions. | ||
These functions are not exported and their access (API) should not be | ||
considered stable. But they can still be used, like this for example: | ||
`PhyloCoalSimulations.foo()` for a function named `foo()`. | ||
|
||
|
||
## functions & types | ||
|
||
```@autodocs | ||
Modules = [PhyloCoalSimulations] | ||
Public = false | ||
Order = [:type,:function] | ||
``` | ||
|
||
## index | ||
|
||
```@index | ||
Pages = ["internal.md"] | ||
``` |
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,18 @@ | ||
# public documentation | ||
|
||
Documentation for `PhyloCoalSimulations`'s public (exported) functions. | ||
Most functions are internal (not exported). | ||
|
||
## functions & types | ||
|
||
```@autodocs | ||
Modules = [PhyloCoalSimulations] | ||
Private = false | ||
Order = [:function,:type] | ||
``` | ||
|
||
## index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` |
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
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
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
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
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
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
ef221b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
ef221b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/80946
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: