You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Consider an optional
inplace
mode for theContinuedFraction
extend
andtruncate
ops:inplace=True
the existing behaviour would be retained and the existing object would be modified in placeinplace=False
modifications would appear in a new objectThe text was updated successfully, but these errors were encountered: