Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c52166

Browse files
committedMay 13, 2025·
Export FUBAR retab
1 parent 9d9957e commit 0c52166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/CodonMolecularEvolution.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export
3939
shiftingNeHBviz,
4040
HBviz,
4141
FUBAR_analysis,
42+
FUBAR_tabulate_from_θ,
4243
SKBDIFUBAR,
4344
alphabetagrid,
4445
DirichletFUBAR,

2 commit comments

Comments
 (2)

nossleinad commented on May 13, 2025

@nossleinad
MemberAuthor

JuliaRegistrator commented on May 13, 2025

@JuliaRegistrator

Registration pull request updated: JuliaRegistries/General/130672

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.0 -m "<description of version>" 0c52166dbe19f3ba19bab7d2aaea0df78292fd05
git push origin v0.1.0
Please sign in to comment.