-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump compat: CSV 0.10 (#17), julia v1.7 (updated tests to new RNG) thanks CompatHelper and gh-actions! - complete ref in doc
- Loading branch information
1 parent
9b3d95f
commit 7734e9a
Showing
4 changed files
with
17 additions
and
9 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "QuartetNetworkGoodnessFit" | ||
uuid = "1382f7fc-2744-4d9d-8ec6-1e3efdec0746" | ||
authors = ["Cecile Ane <[email protected]>"] | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
|
||
[deps] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
@@ -17,10 +17,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" | ||
|
||
[compat] | ||
CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" | ||
CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" | ||
DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0" | ||
NLopt = "0.5.1, 0.6" | ||
PhyloNetworks = "0.11, 0.12, 0.13, 0.14" | ||
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2" | ||
StatsFuns = "0.7, 0.8, 0.9" | ||
julia = "1.2, 1.3, 1.4, 1.5, 1.6" | ||
julia = "1.2, 1.3, 1.4, 1.5, 1.6, 1.7" |
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
7734e9a
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:
compat: julia v1.7, CSV 0.10, SpecialFunctions 2
7734e9a
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/55007
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: