-
Notifications
You must be signed in to change notification settings - Fork 38
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
is *(::Int, ::YourVector) a required operation #33
Comments
I also have this:
not defined. All this seems to happen on |
Yes it seems the docs were not updated, something with the build phase. However, the README contains the most important breaking change. You now need to define However, the |
@rveltz, is the absence of |
It was me using No worries for the changes, Bests |
Yes but I should not have deleted that. I did not quite know how to properly deprecate or transition the old required implementation into the new one, and so just implemented it as a breaking change. But for I think I removed |
I think it is fine the way you did. It forces the user to comply with the new interface. You can perhaps add a |
But then, how do you do a |
Can I close this issue? Note that |
I dont remember but I think I opened this issue because my example despite fullfilling the requirements of your doc on vectors did not work. Let's close it for now |
Hi,
I am facing some issues because of those, etc. Should you not use
mul
,... to comply with the required methods for the custom vector type (which I pass) as described here?The text was updated successfully, but these errors were encountered: