Conversation
…ools.
Core Engine and HBL:
- Introduced dictionary path access via 'IDIV' operator (e.g., dict["key1"]["key2"]) for efficient nested lookups.
- Enhanced variable change tracking in 'LikelihoodFunction' to ensure consistent first-compute states and improve optimizer reliability.
- Added 'utility.truthy' to 'UtilityFunctions.bf' for robust boolean evaluation of HBL objects.
- Implemented 'DATA_STACK_SPARSE_THRESHOLD' to allow fine-grained control over sparse matrix optimization heuristics.
- Improved Simplex optimizer with forced checkpointing to detect and prevent numerical instability/caching errors.
Models and Analysis:
- Added 'CODON-ANTICODON' energy pairing properties to the 'MG_REV_PROPERTIES' model family.
- Introduced 'Clade-Support' helper tool to compute Effective Clade Breadth (ECB) for BUSTED-PH results, quantifying the independence of selection signals.
- Registered 'Clade-Support' in the standard analysis list ('files.lst').
- Updated 'MG_REV_PROPERTIES' to support new codon-level energy pairing properties.
Maintenance:
- Bumped version to 2.5.98 in 'global_things.cpp'.
- Code cleanup and documentation updates in 'associative_list.cpp', 'variable.h', and 'likefunc.cpp'.
- Fixed various compiler warnings and improved memory management for HBL object references.
|
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.




…ools.
Core Engine and HBL:
Models and Analysis:
Maintenance: