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

Documentation is generally missing #286

Closed
kalmarek opened this issue May 16, 2024 · 1 comment
Closed

Documentation is generally missing #286

kalmarek opened this issue May 16, 2024 · 1 comment

Comments

@kalmarek
Copy link

And the remaining one (in README) can be in subtle ways not exactly correct:

README says

The MA.operate!!(op::Function, x, args...) redirects to op(x, args...) if x is not mutable or if the result of the operation cannot be stored in x. Otherwise, it redirects to MA.operate!(op, x, args...).

but actually it redirects only to MA.operate(op, x, args...).

As for the future I'd be great if a tutorial page on implementing e.g. MA for Rationals is provided

@odow
Copy link
Member

odow commented Aug 1, 2024

Closing in favor of #293

@odow odow closed this as completed Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants