Skip to content

Commit

Permalink
add new compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Oct 26, 2023
1 parent 9866577 commit b5e48b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SpecialFunctions = "2"
StatsBase = "0.33, 0.34"
TaylorSeries = "0.12, 0.13, 0.14, 0.15"
julia = "1.6.0"
Random = "1.6.0"

[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down

2 comments on commit b5e48b0

@lrnv
Copy link
Owner Author

@lrnv lrnv commented on b5e48b0 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Added PlackettCopula and removed useless Base.rand methods.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94165

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:

git tag -a v0.1.13 -m "<description of version>" b5e48b05336f14bcbe0a1f8b1481275f89e382b2
git push origin v0.1.13

Please sign in to comment.