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

Make Transform an abstract base class, delete iapply method ... #118

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

nicholasjng
Copy link
Collaborator

...based on the invertible attribute.

The iapply() itself is not abstract since it is strictly speaking not needed for a transform.

Closes #117.

...based on the `invertible` attribute.

The iapply() itself is not abstract since it is strictly speaking not
needed for a transform.
@nicholasjng nicholasjng added the refactor Makes existing code nicer and more useable. label Mar 18, 2024
@nicholasjng nicholasjng self-assigned this Mar 18, 2024
@nicholasjng nicholasjng merged commit bfaec65 into main Mar 18, 2024
5 checks passed
@nicholasjng nicholasjng deleted the transform-improvements branch March 18, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Makes existing code nicer and more useable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve base Transform interface
1 participant