Hugo Prodhomme
Hugo Prodhomme
Hello, This is not really an issue, but it could help another general Linuxists issue so I opened it, more like an opened question... What I want to do is...
Hello, Pythran is a wonder ! I use pythran myself for speeding up computation for scientifical interests, and I would like to share my scripts with a user. The problem...
I have a feature/enhancement request for the editor. I would like to navigate faster within code using the keyboard (typically from class to class or function to function, etc...). One...
I have a feature/enhancement request for the iPython console : Would it be possible to add an icon in the tab title, or change the background color of the tab,...
The `argmin` and `argmax` functions would be convenient among the set of `einx` functions. It seems obvious, but they should work just like `min` and `max` except that they would...
Current ways of squeezing an array on a given dimension using `rearrange` are : ``` vals_squeezed = einx.rearrange('a 1 c -> a c', vals) # dim 'k' is not named...
I would like to assign the dead_greek modifier to a key. The only button appearing after I type "dead_" is dead_circumflex. Ubuntu v. 24.04.1 LTS, input remapper v. 2.0.1 Note...
- Description of the problem : While working, the user quickly copy pastes dictionnary assignment lines within local or global scope, and forget to delete the trailing comma, resulting in...
The variable explorer does not correctly display `jax` arrays... (See screenshot below) : I initialized one numpy array `a` (correctly displayed), one jax array `b` (does not display), and also...