Skip to content

Use Jupyter Book for documentation.#65

Merged
hmgaudecker merged 53 commits intomainfrom
use-jb-for-docs
Mar 7, 2026
Merged

Use Jupyter Book for documentation.#65
hmgaudecker merged 53 commits intomainfrom
use-jb-for-docs

Conversation

@hmgaudecker
Copy link
Member

No description provided.

hmgaudecker and others added 13 commits January 11, 2026 11:16
Type-promoting aggregators (e.g., summing bools returns int) may give
incorrect results with same-type target inference.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Verify that:
- aggregator_return_type is ignored when set_annotations=False
- No inference or warnings occur when set_annotations=False

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

❌ Patch coverage is 96.07843% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.37%. Comparing base (1eb4af0) to head (598a9b0).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
tests/test_signature.py 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   95.53%   95.37%   -0.17%     
==========================================
  Files          25       25              
  Lines        1187     1188       +1     
==========================================
- Hits         1134     1133       -1     
- Misses         53       55       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@hmgaudecker hmgaudecker requested review from janosg and timmens January 17, 2026 07:01
@hmgaudecker hmgaudecker changed the base branch from main to chore-boilerplate-update February 10, 2026 09:22
Base automatically changed from chore-boilerplate-update to main February 11, 2026 09:53
@hmgaudecker hmgaudecker mentioned this pull request Feb 18, 2026
25 tasks
hmgaudecker and others added 8 commits March 4, 2026 13:45
- Add mermaid dependency graphs across all three notebooks with verbal
  lead-ins and color-coded namespaces for tree examples
- Replace lambda-heavy examples with named functions and type annotations
- Use create_tree_with_input_types instead of manual input dicts
- Show raw exceptions in Common Errors instead of try/except wrappers
- Fix wording for get_free_arguments, rename Common Errors heading
- Add line break before "but" in AnnotationMismatchError message

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hmgaudecker and others added 3 commits March 7, 2026 16:12
Set __name__ on the inner function so signature enforcement produces
"The concatenated function is missing ..." instead of "concatenated() missing ...".
Drop "()" from all `_fail_if_*` format strings and add "is" before "missing".

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@hmgaudecker hmgaudecker merged commit 066a15a into main Mar 7, 2026
18 of 20 checks passed
@hmgaudecker hmgaudecker deleted the use-jb-for-docs branch March 7, 2026 15:35
@hmgaudecker hmgaudecker linked an issue Mar 7, 2026 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Update, in particular dag.tree

3 participants