Kale Kundert
495f731760
Simplify how comparisons with numpy arrays work.
...
Previously I was subverting the natural order of operations by
subclassing from `ndarray`, but it turns out that you can tell just
numpy to call your operator instead of its by setting the
`__array_priority__` attribute on your class. This is much simpler, and
it turns out the be a little more robust, too.
2017-07-22 07:52:03 -07:00
..
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-06-06 01:10:32 +02:00
2017-04-26 15:57:55 +02:00
2017-07-17 01:44:23 +02:00
2017-03-16 22:45:40 -03:00
2017-07-17 21:05:39 -03:00
2017-07-17 01:44:23 +02:00
2017-07-20 22:10:58 -03:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 21:16:14 -03:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:28:16 +02:00
2017-07-19 17:09:05 -03:00
2017-07-21 13:37:09 +02:00
2017-07-17 01:28:16 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:22 +02:00
2017-07-17 01:44:23 +02:00
2017-07-22 07:52:03 -07:00
2017-07-19 17:57:30 -03:00
2017-07-17 01:28:16 +02:00
2017-07-17 01:44:23 +02:00
2017-07-19 17:09:05 -03:00
2017-03-16 22:45:40 -03:00
2017-03-16 22:45:40 -03:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:22 +02:00
2017-07-17 01:28:16 +02:00
2017-07-20 22:31:49 -03:00