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

feat: optional inplace mode for ContinuedFraction extend and truncate ops #125

Open
sr-murthy opened this issue Oct 26, 2024 · 0 comments
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@sr-murthy
Copy link
Owner

Consider an optional inplace mode for the ContinuedFraction extend and truncate ops:

  • with a default of inplace=True the existing behaviour would be retained and the existing object would be modified in place
  • with a value of inplace=False modifications would appear in a new object
@sr-murthy sr-murthy added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 26, 2024
@sr-murthy sr-murthy linked a pull request Oct 26, 2024 that will close this issue
@sr-murthy sr-murthy changed the title feat: optional inplace mode for extend and truncate ops feat: optional inplace mode for ContinuedFraction extend and truncate ops Oct 26, 2024
@sr-murthy sr-murthy removed a link to a pull request Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant