-
Couldn't load subscription status.
- Fork 36
Release 0.36 #829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.36 #829
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #829 +/- ##
==========================================
+ Coverage 84.81% 85.05% +0.24%
==========================================
Files 35 35
Lines 3846 3922 +76
==========================================
+ Hits 3262 3336 +74
- Misses 584 586 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request Test Coverage Report for Build 13673973133Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 13673973133Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 14616679714Details
💛 - Coveralls |
Benchmark Report for Commit c68f1bbComputer InformationBenchmark Results |
* AbstractPPL 0.11; change prefixing behaviour * Use DynamicPPL.prefix rather than overloading
* Unify {Untyped,Typed}{Vector,}VarInfo constructors
* Update invocations
* NTVarInfo
* Fix tests
* More fixes
* Fixes
* Fixes
* Fixes
* Use lowercase functions, don't deprecate VarInfo
* Rewrite VarInfo docstring
* Fix methods
* Fix methods (really)
|
I'll probably take a stab at fixing #857 before merging this. |
* Fix conditioning in submodels * Simplify contextual_isassumption * Add documentation * Fix some tests * Add tests; fix a bunch of nested submodel issues * Fix fix as well * Fix doctests * Add unit tests for new functions * Add changelog entry * Update changelog Co-authored-by: Hong Ge <[email protected]> * Finish docs * Add a test for conditioning submodel via arguments * Clean new tests up a bit * Fix for VarNames with non-identity lenses * Apply suggestions from code review Co-authored-by: Markus Hauru <[email protected]> * Apply suggestions from code review * Make PrefixContext contain a varname rather than symbol (#896) --------- Co-authored-by: Hong Ge <[email protected]> Co-authored-by: Markus Hauru <[email protected]>
To include
conditionandfixin submodels #892{untyped,typed}_{vector_,}varinfoconstructor functions #879A similar PR on SimpleVarInfo constructorsDecision has been made to postpone SimpleVarInfo until after accumulators.Closes