Alex Rogozhnikov

Results 65 issues of Alex Rogozhnikov

### Describe the bug JSONB is an optimized version of JSON inside postgres. From the point of retrieval, it should behave the same way as normal JSON field. While trivial...

bug
blocked

- I need to use javabridge in several places - JVM can be started only once - so I want to use a function that starts VM and kills it...

One common scenario that can benefit from einsum-like notation, but seemingly was not implemented is computation of pairwise distances. This draft covers how this functionality may look like in einops....

enhancement

## Bug description and example: Very basic example, where label contains multiple spaces. While in html multiple spaces are displayed, svg collapses all of them to just one. [Open the...

bug

## Summary recently oneflow stopped working in CI, reasons are unclear. ## Code to reproduce bug see an example of failed job: https://github.com/arogozhnikov/einops/actions/runs/6415689967/job/17418032244?pr=288 In github actions 1. `oneflow==0.9.0` 2. `python...

bug
community

Currently I don't see a way to implement einsum or batched matmul using the standard. There is a way with explicit loop, but that does not count. Some ways this...

RFC
topic: Linear Algebra
Needs Discussion

Hi folks, a small announcement: Einops just gained support for API-compliant tensors: ```python from einops.array_api import rearrange, reduce, repeat, pack, unpack from numpy.array_api import zeros x = zeros([2, 3, 4,...

use case

Previous discussion: https://github.com/data-apis/array-api/issues/97 Resolution was to ignore the case of data-dependent (unknown) dimensionalities. I have a suggestion how to implement it by adding a new function to the API with...

RFC
API extension
Needs Discussion

Hi @Mobius1 and thanks for the lib! I wonder if ES6 style imports can be used with `Selectable`? Something like ```js import {Selectable} from 'selectable.js'; ```

### Problem I'd like to give users opportunity to play with demo notebooks for the library. Along with notebook there is also a couple of utility files. ### Proposed Solution...

enhancement