Release v1.6 β faster migration engine + survey solver#1
Open
ovitrac wants to merge 2 commits into
Open
Conversation
- patankar/migration: pass constant sparse Jacobian to BDF; C0eq guardrail and unit-C0eq resume fix - survey: new chain_engine (N-layer x K-step real-units solver), physical_query (physical-primary query), utils.cf_at_user_grid - survey/workers: canonical _cfeq_from_sol / _eq_knee helpers - refresh shared survey modules; bump 1.50 -> 1.6, survey -> 0.4.0
- PubChem cache 3,009 -> 11,131 entries - ToxTree cache 4,373 -> 12,738 entries
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
Brings the public tree to v1.6.
Engine
patankar/migration: pass the constant sparse Jacobian to the BDF integrator (cold-start speed-up);C0eqguardrail and unit-C0eqresume fix.Survey
survey/chain_engine.pyβ unified real-units N-layer Γ K-step migration solver core.survey/physical_query.pyβ physical-primary survey query (evaluates the real-units chain at the actual time-prior points; no Fo-surface interpolation).survey/utils/βcf_at_user_gridsafe CF extraction.survey/workers.pyβ canonical equilibrium helpers_cfeq_from_sol/_eq_knee(single source of truth).io, models, priors, aggregation, survey, README).Versioning
1.50 β 1.6(setup.py,pyproject.toml,patankar/__init__.py, README).0.1.0 β 0.4.0(+CHANGELOG[0.4.0]).TODO.md.Cache
660bf58for review.Validation
pytest tests/β 52 passed.Notes
1cae682) and cache (660bf58).TODO.md).