vector icon indicating copy to clipboard operation
vector copied to clipboard

Vector classes and utilities

Results 24 vector issues
Sort by recently updated
recently updated
newest added

## Description **Kindly take a look at [CONTRIBUTING.md](https://github.com/scikit-hep/vector/blob/main/.github/CONTRIBUTING.md).** _Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests._ ## Checklist - [...

### Vector Version 1.3.1 ### Python Version 3.11.4 ### OS / Environment Kubuntu Linux 22.04. vector is installed using pip in a conda environment. ### Describe the bug When trying...

bug
duplicate
feature

### Vector Version 0.10.0 ### Python Version 3.10.7 ### OS / Environment Linux (Ubuntu 22.04) Conda-provisioned Python ### Describe the bug Outer options become inner-options after operations on vectors: ```pycon...

bug

`Vector` uses [`blacken-docs`](https://github.com/asottile/blacken-docs) to prettify and format the docs. However, we use the `-E` flag to ignore any errors present in the code blocks. Removing the `-E` option outputs the...

docs
good first issue

### Vector Version v1.1.1 ### Python Version 3.11 ### OS / Environment MacOS ### Describe the bug ```python In [1]: import vector; import numba as nb In [2]: vec =...

bug (unverified)

## Description Fixes #221 To fix this, we can use a TypeVar to bound the input cls to VectorProtocol. This avoids the inconsistent inheritance issue. We also don't need the...

Right now `mypy` throws a bunch of errors in this particular code block - https://github.com/scikit-hep/vector/blob/02d4655bf4c27578ca96c082501b517710570e57/src/vector/backends/awkward.py#L575-L582 saying - ``` error: Subclass of "VectorProtocol", "Momentum", and "Vector2D" cannot exist: would have inconsistent...

help wanted

### Vector Version 1.1.1.post1 ### Python Version 3.10.9 ### OS / Environment OS: `KAli Linux 2023.3` Environment: `scipy==1.11.1` ### Describe the bug First of all thanks for the awesome work...

feature

> Eventually maybe we can re-add it, it's a great resource for how to write a numba extension (well, it was). Fine to take it out for now. _Originally posted...

docs
help wanted

## Reproducible example ```py import vector vec = vector.array( [ (1.1, 2.1, 3.1), (1.2, 2.2, 3.2), (1.3, 2.3, 3.3), (1.4, 2.4, 4.4), (1.5, 2.5, 5.5) ], dtype=[("x", float), ("y", float),...

help wanted
bug (unverified)
hacktoberfest