Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / arogozhnikov/einops issues and pull requests

#366 - Update README.md

Pull Request - State: closed - Opened by arogozhnikov 8 days ago

#365 - version 0.8.0 -> 0.8.1

Pull Request - State: closed - Opened by arogozhnikov 8 days ago

#364 - test if we can update python version in tests

Pull Request - State: open - Opened by arogozhnikov 12 days ago - 1 comment

#363 - rename input_dict, document parameter

Pull Request - State: closed - Opened by arogozhnikov 12 days ago

#362 - Add PyTensor backend

Pull Request - State: closed - Opened by ricardoV94 13 days ago - 9 comments

#361 - flax EinMix syntax differs from torch

Issue - State: open - Opened by gmedan 21 days ago - 1 comment

#360 - Add support of ellipsis to einmix

Pull Request - State: closed - Opened by arogozhnikov about 1 month ago

#359 - add a comment about axes names

Pull Request - State: closed - Opened by arogozhnikov about 1 month ago

#358 - Update docstring for einops.reduce

Pull Request - State: closed - Opened by arogozhnikov about 1 month ago

#357 - Documentation suggestions?

Issue - State: open - Opened by cleong110 about 1 month ago - 3 comments

#356 - [Feature suggestion] xarray support

Issue - State: closed - Opened by westurner about 2 months ago - 3 comments
Labels: feature suggestion

#354 - [BUG] use einops torch layers with torch_tensorrt compile failed

Issue - State: open - Opened by Jason3900 2 months ago - 4 comments
Labels: bug

#353 - [Paddle] Update _backends.py to support pir.Value

Pull Request - State: closed - Opened by HydrogenSulfate 2 months ago

#352 - [Feature suggestion] Support documentation-only names in repeat (and rearrange)

Issue - State: open - Opened by fzimmermann89 3 months ago
Labels: feature suggestion

#349 - Fix docs broken links after `master` -> `main` migration

Pull Request - State: closed - Opened by VladKha 3 months ago - 1 comment

#348 - mention that cupy and jax now support array api

Pull Request - State: closed - Opened by arogozhnikov 3 months ago

#347 - [Feature suggestion] Diag / trace-like reductions

Issue - State: closed - Opened by lukemarris 3 months ago - 2 comments
Labels: feature suggestion

#346 - view/copy semantics of einops.repeat

Issue - State: closed - Opened by Phosphor-Bai 4 months ago - 1 comment
Labels: question

#345 - include CITATION.cff for einops

Pull Request - State: closed - Opened by luke-carlson 4 months ago - 1 comment

#344 - Combine rearrange and repeat?

Issue - State: closed - Opened by bjourne 5 months ago - 1 comment
Labels: feature suggestion

#343 - [Feature suggestion] Support of tensordict (and tensorclass)

Issue - State: open - Opened by fzimmermann89 5 months ago - 3 comments
Labels: feature suggestion

#342 - Add dict syntax to the einops layers example

Pull Request - State: closed - Opened by eadadi 5 months ago - 2 comments

#341 - Auto-deploy mkdocs + update mkdocs requirements

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#340 - Interactive playground for einops

Issue - State: open - Opened by arogozhnikov 5 months ago - 13 comments

#338 - Moving tests into source tree

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#337 - Mention support of cupy, pydata/sparse, ndonnx and others

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#335 - Delete chainer backend

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#333 - delete experimental/indexing

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#332 - Refactoring of tests

Issue - State: open - Opened by arogozhnikov 5 months ago

#331 - Set up auto-deploy of documentation

Issue - State: closed - Opened by arogozhnikov 5 months ago

#330 - Add devcontainer and dockerfile

Pull Request - State: closed - Opened by arogozhnikov 5 months ago

#327 - Fix tensor concat in tinygrad backend

Pull Request - State: closed - Opened by pzread 5 months ago - 2 comments

#327 - Fix tensor concat in tinygrad backend

Pull Request - State: closed - Opened by pzread 5 months ago - 2 comments

#325 - change tests for numpy2.0 + fix for numpy regression

Pull Request - State: closed - Opened by arogozhnikov 6 months ago

#323 - support mindspore

Pull Request - State: closed - Opened by lvyufeng 9 months ago - 2 comments

#322 - module 'einops' has no attribute 'layers'

Issue - State: closed - Opened by AlexZhu2000 9 months ago - 1 comment

#321 - [Feature suggestion] Optionally return the inferred dimensions

Issue - State: open - Opened by ml-w 9 months ago - 3 comments
Labels: feature suggestion

#320 - [BUG] Basic code from documentation does not work

Issue - State: closed - Opened by vignesh99 9 months ago - 1 comment

#319 - update github actions

Pull Request - State: closed - Opened by arogozhnikov 10 months ago

#318 - Codebase standards + update TF layers

Pull Request - State: closed - Opened by arogozhnikov 10 months ago

#317 - [BUG] SyntaxError in Python 3.11

Issue - State: closed - Opened by befelix 10 months ago - 2 comments
Labels: bug

#316 - Update README.md

Pull Request - State: closed - Opened by project-delphi 10 months ago - 1 comment

#315 - Circular imports when importing einops and torch._dynamo

Issue - State: closed - Opened by befelix 10 months ago - 8 comments
Labels: backend bug

#314 - Alias ellipsis to a star for rearrange

Issue - State: open - Opened by knyazer 10 months ago - 3 comments
Labels: feature suggestion

#313 - Tests failing on FreeBSD

Issue - State: closed - Opened by yurivict 11 months ago - 4 comments

#312 - What am I doing wrong with repeat command?

Issue - State: closed - Opened by asusdisciple 11 months ago - 1 comment

#309 - Passing a float in `repeat` as a dimension size prevents correct usage afterwards

Issue - State: open - Opened by Maykeye 12 months ago - 2 comments
Labels: wontfix

#308 - [Feature suggestion] package downloaded from conda-forge seems missing some functions

Issue - State: closed - Opened by drowning-in-codes almost 1 year ago - 1 comment
Labels: feature suggestion

#306 - allow tuples alongside lists for reduce, rearrange, repeat

Pull Request - State: closed - Opened by tran-khoa about 1 year ago - 1 comment

#305 - [BUG] `einsum` with `ii->i` raises an unknow axis error.

Issue - State: closed - Opened by nikitaved about 1 year ago - 1 comment

#304 - MLX backend support

Pull Request - State: closed - Opened by dc-dc-dc about 1 year ago - 3 comments

#303 - Allow anonymous axes in parse_shape, fix #302

Pull Request - State: closed - Opened by arogozhnikov about 1 year ago

#302 - [Feature suggestion] fixup/support anonymous axes in `parse_shape`

Issue - State: closed - Opened by rehno-lindeque about 1 year ago - 2 comments
Labels: feature suggestion

#300 - Add support for keras3

Issue - State: closed - Opened by chicham about 1 year ago - 2 comments
Labels: feature suggestion

#299 - [BUG] einops.repeat returns value with type Never

Issue - State: closed - Opened by adamjstewart about 1 year ago - 3 comments
Labels: backend bug

#298 - Fix invalid escape sequence in einsum docstring

Pull Request - State: closed - Opened by atwam about 1 year ago - 3 comments

#297 - Tinygrad support

Pull Request - State: closed - Opened by blueridanus about 1 year ago - 6 comments

#296 - [Feature suggestion] Allow performing a view instead of a reshape

Issue - State: closed - Opened by samsja about 1 year ago - 3 comments
Labels: feature suggestion

#295 - [Feature suggestion] apple mlx support

Issue - State: closed - Opened by lukaemon about 1 year ago - 3 comments
Labels: feature suggestion

#294 - [BUG] Einops repeat throws device error during torchscripting

Issue - State: closed - Opened by jgibson2 about 1 year ago - 1 comment

#293 - [BUG] error when import einops

Issue - State: closed - Opened by Adolfhill about 1 year ago - 1 comment

#292 - [BUG] batchsize of dataloading

Issue - State: closed - Opened by wwwy-binary about 1 year ago

#290 - *** AttributeError: 'Rearrange' object has no attribute 'recipe'[BUG]

Issue - State: closed - Opened by yibingchen2023 over 1 year ago - 1 comment

#289 - Remove oneflow from testing

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#288 - tests: fix torch installation to force CPU

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#287 - Coerce bool to int in unpack

Pull Request - State: closed - Opened by drubinstein over 1 year ago - 3 comments

#286 - Support composition/decomposition of axes in `einsum`

Issue - State: open - Opened by f-dangel over 1 year ago - 2 comments
Labels: feature suggestion

#285 - maintenance: update versions of github actions

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#284 - einops.layers.torch.Rearrange does not accept a list[torch.Tensor] as an input

Issue - State: open - Opened by zimka over 1 year ago - 1 comment
Labels: enhancement

#283 - maintenance: cache pip dependencies

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#282 - Add support for any/all reductions in einops.reduce

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#281 - fix #279, update description

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#279 - [BUG] get_backend is not thread-safe

Issue - State: closed - Opened by tran-khoa over 1 year ago - 3 comments

#278 - [Feature suggestion] All/Any Reduction

Issue - State: closed - Opened by George-Ogden over 1 year ago - 2 comments
Labels: feature suggestion

#276 - bump version

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#274 - einops compatible with ONNX export?

Issue - State: closed - Opened by bryanhpchiang over 1 year ago - 3 comments
Labels: question

#273 - Wrap torch symbolic shape as HashableTuple to mitigate unhashable torch.SymInt

Pull Request - State: closed - Opened by yanboliang over 1 year ago - 4 comments

#270 - Fix Restyling Gram matrix

Pull Request - State: closed - Opened by javierBarandiaran over 1 year ago - 1 comment

#269 - Test test_torch_layer fails: RuntimeError: required keyword attribute 'value' has the wrong type

Issue - State: closed - Opened by yurivict over 1 year ago - 3 comments
Labels: backend bug

#268 - [BUG] 5 tests failed

Issue - State: closed - Opened by yurivict over 1 year ago - 1 comment

#267 - [BUG] Please explain in the README how to run tests

Issue - State: closed - Opened by yurivict over 1 year ago - 1 comment

#266 - release 0.7.0rc1, highlight changes in README

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#265 - automatically register torch ops in torchdynamo

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#264 - Drop gluon

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#263 - Uniform support for list inputs across rearrange/reduce/repeat

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#262 - add type-based caching

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago

#261 - Support array api

Pull Request - State: closed - Opened by arogozhnikov over 1 year ago - 2 comments