Conversation
- git mv source to beast-bdtree/src/main/java (Maven standard layout) - Add Maven POMs with beast3 dependencies - Only depends on beast-base - Remove Ant build files
Flatten from multi-module (beast-bdtree child) to single-module project following the morph-models convention. Rename artifact to bdtree, switch to beast-base 2.8.0-beta2 from Maven Central, add JPMS module-info and assembly descriptor. Migrate BirthDeathSequentialSampling and BirthDeathSerialSamplingTree inputs from RealParameter to RealScalar spec types. Migrate test to JUnit 5 with RealScalarParam. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
BDSSLikelihood.xml and BDSSTreeSimulator.xml now use RealScalarParam instead of RealParameter, and target BEAST v2.8.0. Shankarappa.xml has many old-type references beyond BDSS so moved to legacy-2.7/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…emplate Add ci-publish.yml (CI on push/PR, Maven Central publish on v* tag), release.sh for BEAST package ZIP builds, and LGPL 3.0 LICENSE file. Migrate BDSS.xml FXTemplate from beast2 parameter.RealParameter to beast3 spec types (RealScalarParam with domains), spec distributions (Exponential with param), and spec ScaleOperator for parameter operators.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
RealScalarParamwithPositiveReal,UnitInterval,NonNegativeRealdomains)parameter.RealParameterto specRealScalarParam, specExponentialdistributions (noPriorwrapper), and specScaleOperatorci-publish.yml(CI + Maven Central publish onv*tag),release.sh, and LGPL 3.0LICENSEio.github.compevol:bdtree, release profile with GPG signing and central-publishing-maven-pluginReviewers
@Rong419 @fkmendes
Test plan
mvn verifypasses (1/1 test)mvn package🤖 Generated with Claude Code