Justus Sagemüller
Justus Sagemüller
Clarify the current status of ODL.
This is mostly a re-packing of changes proposed in https://github.com/odlgroup/odl/pull/1710. I grouped them together by type of change to make it understandable what is happening (separating large but trivial changes...
That variable is intended for `copy` arguments to methods that generate some data-carrying object. With it the caller signals that they do _not wish_ any copy to be made (rather...
In current ODL, `==` is always a proper equality operator, i.e. it returns a boolean saying whether the left and right operands are equal. Although I would say this is...
Seems to work with the new versions of those packages.