Daniel McCloy

Results 258 comments of Daniel McCloy

Not sure if additional reports are helpful, since it seems to be a warning generated by a dependency, not a numerical issue, but FYI it happens for me too: ```...

:+1: for fa-google-scholar and fa-google-scholar-square

what about https://github.com/mne-tools/mne-installers/releases/download/**latest**/MNE-Python-**latest**-Linux.sh that is an alias for the most recent version? and you update that link each time you make a release?

no, I mean literally create a path https://github.com/mne-tools/mne-installers/releases/download/latest/MNE-Python-latest-Linux.sh that doesn't result in a 404

https://api.github.com/repos/mne-tools/mne-installers/releases/latest gets you the JSON

> In the specific use cases here we know size of the matrices so we put the () at the right place so the order of the dots are optimal....

> we discovered that multiple `dot` calls perform well for square matrixes and `multi_dot` perform better for non-square matrixes. @ does not work well in either case. Define what "works...

> This is about time complexity ok, well, quoting @larsoner: > it's probably worth some quick checks with arrays of these shapes to see if it's at least as good...

Using @cbrnr's script, but changing `number` from 10 to 100, I get this: ``` multi_dot dot @ shapes [(4, 4), (4, 1), (1, 4)] 0.000599 0.000166 0.000178 [(58, 58), (58,...