0.15.2 hardening: xcnt truncation warning, renewal guard, CSV engine - #208
Merged
Conversation
Three small fixes for the 0.15.2 patch: - xcnt_handler warns when right-censored observations carry a finite right-truncation time (#195). The combination is contradictory and can make truncation-adjusted likelihoods unbounded. - RenewalModel.from_dict validates that the stored distribution name resolves to a genuine ParametricFitter (#206), matching the guard in every other reader; the ARI branch already resolved through the restricted intensity map. - The bundled dataset loaders drop engine="python" (#207): all 12 loaders parse identically with pandas' default C engine, now pinned by a loader test sweep. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TRhKL2fJBiAAfNo9rihwts
This was referenced Jul 20, 2026
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.
Three small fixes for the 0.15.2 patch, closing #195, #206 and #207:
Tests: warning fires exactly when it should (and not for inf-tr or uncensored rows), renewal reader rejects a real-but-wrong attribute name, all 12 loaders return non-empty frames. flake8/black/mypy clean.
Generated with Claude Code
https://claude.ai/code/session_01TRhKL2fJBiAAfNo9rihwts
Generated by Claude Code