Release v0.5.0: dynamic bounds, session persistence, calibrated quotas#6
Open
senseibelbi wants to merge 6 commits intomainfrom
Open
Release v0.5.0: dynamic bounds, session persistence, calibrated quotas#6senseibelbi wants to merge 6 commits intomainfrom
senseibelbi wants to merge 6 commits intomainfrom
Conversation
Major changes: - Dynamic weight-scaled parameter bounds with allometric scaling - Cross-parameter consistency validation for 13 organs - Simulation persistence across API container restarts via Redis-backed registry and startup rehydration - PBPK-05 load test validation: memory estimator calibrated to 0.25 MB/patient from live rxode2 profiling - Eliminated PyJWT InsecureKeyLengthWarning by lengthening all dev secrets to 32+ bytes - Added population_load_test.py benchmarking script - Added unit tests for startup rehydration and memory regression - Fixed snapshot_store injection in JSON-RPC transport path Test suite: 285 passed, 1 skipped
- Fix ruff lint errors (E402, UP031) in test files - Bump .env.example SERVICE_VERSION to 0.5.0 - Add v0.5.0 section to CHANGELOG.md - Remove deprecated MCP_MODEL_SEARCH_PATHS from docker-compose.celery.yml - Remove duplicate summaryTransportRisk path in trust_surface.py - Fix audit verify storage fallback to respect config default - Regenerate contract artifacts to match current source tree
…ross-platform mismatch The Runtime Contract CI job was failing because the committed release_bundle_manifest.json included OECD_PBPK_guidelines.pdf, which exists locally but is untracked and therefore absent on CI runners. This caused a 198-byte deterministic-output mismatch. - Add OECD_PBPK_guidelines.pdf to COPY_IGNORE_GLOBS - Regenerate contract_manifest.json, release_bundle_manifest.json, and src/mcp_bridge/contract/artifacts.py - Remove temporary CI debug upload step
Update README.md whats-new heading and SERVICE_VERSION table entry from 0.4.4 to 0.5.0. Regenerate dependent manifests and packaged artifacts module.
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.
This PR releases PBPK MCP v0.5.0.
Included changes
Verification