Skip to content

feat: expose uncertainties at top-level everwillow namespace#61

Merged
MoAly98 merged 1 commit into
mainfrom
maly/expose-uncertainties
May 13, 2026
Merged

feat: expose uncertainties at top-level everwillow namespace#61
MoAly98 merged 1 commit into
mainfrom
maly/expose-uncertainties

Conversation

@MoAly98
Copy link
Copy Markdown
Owner

@MoAly98 MoAly98 commented May 13, 2026

Lifts uncertainties from everwillow.uncertainty to the top-level everwillow namespace so callers can write ew.uncertainties(...) alongside ew.fit(...).

Summary by CodeRabbit

  • New Features
    • uncertainties is now available as part of the public API and can be imported directly from the main package alongside other core functions.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 999e8b6e-8371-47cc-85ae-fdc4091da79d

📥 Commits

Reviewing files that changed from the base of the PR and between ef7615e and 995a896.

📒 Files selected for processing (1)
  • src/everwillow/__init__.py

📝 Walkthrough

Walkthrough

The package now imports uncertainties from the internal inference module and adds it to the public API via __all__, making this utility accessible to users alongside existing exports.

Changes

Public API Export

Layer / File(s) Summary
Public API export
src/everwillow/__init__.py
Package imports uncertainties from everwillow._src.inference.uncertainty and adds it to __all__, expanding the public API surface.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops through uncertain terrain,
Exposing truths once hidden from plain,
uncertainties now takes the stage,
No longer locked in a private cage! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: exposing the uncertainties API at the top-level everwillow namespace, which matches the changeset that adds uncertainties to all in init.py.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch maly/expose-uncertainties

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MoAly98 MoAly98 merged commit 2f1cd00 into main May 13, 2026
6 checks passed
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.

1 participant