Release 0.10.0 - #1165
Merged
Merged
Conversation
…nto release-0.10.0
kennethshsu
requested review from
genedan,
henrydingliu and
jbogaardt
as code owners
July 29, 2026 04:36
Pyright Type CompletenessView the full Project (full
Other symbols referenced but not exported by
Symbols without documentation:
Patch (exported symbols added or changed by this PR): no exported symbol type-completeness changes detected. |
henrydingliu
approved these changes
Jul 29, 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.
Summary of Changes
Same PR as #1147 (Accidentally closed after a branch rename)
Related GitHub Issue(s)
Closes #854
Additional Context for Reviewers
uv run pytest) and documentation changes (uv run jb build docs --builder=custom --custom-builder=doctest)Note
Low Risk
Changes are version metadata, changelog documentation, and docstring deprecation labels—no runtime logic changes in this diff.
Overview
Release packaging for chainladder 0.10.0 (scheduled July 29, 2026): bumps the published version from
0.9.2to0.10.0inpyproject.tomlanduv.lock, and adds a full Version 0.10 section todocs/library/releases.mdsummarizing enhancements, fixes, deprecations, maintenance, and dependency changes since v0.9.2.Docstrings for
cl.options.get_option,set_option, andreset_optionnow mark the legacyoptionparameter as deprecated in 0.10.0 (previously 0.9.3), aligning Sphinx deprecation notices with the release.Reviewed by Cursor Bugbot for commit 2f7a702. Bugbot is set up for automated code reviews on this repo. Configure here.