-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change manipulate
to act on Operator
#292
Conversation
Since this is already breaking, I decided to put another breaking change on top: 3e2d12a drops the |
this addresses the first item of #205 |
Closes #203
There is no need for additional iterators as
EKO
is already providing all iterators needed. The only necessary change is to letmanipulate
act onOperator
instead of an wholeEKO
.I guess, we consider this as a part of our public API, so this will trigger a new version. This might also have an effect on evolven3fit (cc @scarlehoff )
As a nice side effect, we also remove a bug discovered in #291 : when activating
plot_operators
inekomark
we were crashing, since there was amanipulate
and this confused eko afterwards