Saransh Chopra

Results 106 issues of Saransh Chopra

All the `# TODO: Add an example here - see https://github.com/scikit-hep/vector/issues/194` lines in https://github.com/scikit-hep/vector/blob/main/src/vector/backends/numpy.py

docs
good first issue

## Description The draft PDF can be downloaded from - https://github.com/scikit-hep/vector/actions/runs/10420364323 JOSS paper format - https://joss.readthedocs.io/en/latest/paper.html JOSS submission guidelines - https://joss.readthedocs.io/en/latest/submitting.html ## Checklist - [ ] Have you followed the...

- Add Python 3.13 classifier - Test on Python 3.13 in CI - Support for Python 3.13 in `noxfile` Closes: #336

maintenance

Adds a `.cff` file and moves the `bib` entry to README. Closes: #175

documentation

### Is Your Feature Request Related to a Problem? Please Describe At the moment, glass uses [test-constraints.txt](https://github.com/glass-dev/glass/blob/main/.github/test-constraints.txt) to specify constraints for installing `test` dependencies. The file specifies `--prefer-binary` flag which...

enhancement
infrastructure

### Is Your Feature Request Related to a Problem? Please Describe It will be useful for both the users and the developers to have well defined static types for everything...

enhancement

I noticed that pybamm uses `np.ndarray` everywhere, but we should use [numpy.typing.NDArray](https://numpy.org/devdocs/reference/typing.html#numpy.typing.NDArray) wherever possible (everywhere). Ideally they should be swappable without any errors. Feel free to close this issue if...

difficulty: easy
priority: low
hacktoberfest

See how hist splits its installation as `hist_base` (with required dependencies) and `hist` (with all the optional dependencies) - https://github.com/conda-forge/hist-feedstock/blob/33fb4d946e7f9672c6b448b65ff199adcabdb8d1/recipe/meta.yaml#L15-L59

difficulty: easy
priority: low
dependencies
hacktoberfest

Checklist - [X] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [X] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [X] Source is...

**Describe the bug** Passing a `bh.Histogram` object into `hist.Hist` with the `name` keyword argument does not work for `name`. **Steps to reproduce** ```py In [1]: import hist; import boost_histogram as...