Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make narwhalify part of stable api #1086

Merged
merged 13 commits into from
Sep 28, 2024

Conversation

MarcoGorelli
Copy link
Member

What type of PR is this? (check all applicable)

  • πŸ’Ύ Refactor
  • ✨ Feature
  • πŸ› Bug Fix
  • πŸ”§ Optimization
  • πŸ“ Documentation
  • βœ… Test
  • 🐳 Other

Related issues

  • Related issue #
  • Closes #

Checklist

  • Code follows style guide (ruff)
  • Tests added
  • Documented the changes

If you have comments or can explain your changes, please do so below.

@github-actions github-actions bot added the fix label Sep 28, 2024
Comment on lines -868 to +895
return nw_narwhalify(
func=func,
strict=strict,
eager_only=eager_only,
eager_or_interchange_only=eager_or_interchange_only,
series_only=series_only,
allow_series=allow_series,
)
def decorator(func: Callable[..., Any]) -> Callable[..., Any]:
@wraps(func)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this reverts #799 , as then the stable narwhalify would return non-stable objects

cc @FBruzzesi , just FYI (no blame πŸ€— )

@MarcoGorelli MarcoGorelli marked this pull request as ready for review September 28, 2024 12:29
@MarcoGorelli MarcoGorelli merged commit 18392fd into narwhals-dev:main Sep 28, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant