34j

Results 56 issues of 34j

### Description of change ### Pull-Request Checklist - [ ] Code is up-to-date with the `main` branch - [ ] This pull request follows the [contributing guidelines](https://github.com/browniebroke/pypackage-template/blob/main/CONTRIBUTING.md). - [ ]...

### Description of change Closes #879 ### Pull-Request Checklist - [ ] Code is up-to-date with the `main` branch - [ ] This pull request follows the [contributing guidelines](https://github.com/browniebroke/pypackage-template/blob/main/CONTRIBUTING.md). -...

### Is your feature request related to a problem? Please describe. I am a little frustrated that this repository is supposed to be a template, yet the content gets changed...

enhancement

### Bug Explanation ```shell > python -c "import ivy; ivy.set_backend('numpy'); print(ivy.lgamma(5)); print(ivy.lgamma(5.))" ivy.array(3) ivy.array(3.1780539) > python -c "import ivy; ivy.set_backend('numpy'); print(ivy.vector_norm([1, 1])); print(ivy.vector_norm([1., 1.]))" ivy.array(1) ivy.array(1.4142135) ``` https://data-apis.org/array-api/latest/extensions/generated/array_api.linalg.vector_norm.html According to...

Bug Report

### Bug Explanation ```shell > python -c "import ivy; ivy.array(0)[..., None]" Traceback (most recent call last): File "", line 1, in File "./venv/lib/python3.11/site-packages/ivy/func_wrapper.py", line 643, in _handle_view_indexing ret = fn(*args,...

Bug Report

I would like to compute $f(x) := xi$, $g(y) := y - 1$ where $i$ is an imaginary number, $x$ is `float` and $y$ is `uint`, using array-api. However, I...

topic: Complex Data Types
topic: Type Promotion

https://github.com/data-apis/array-api/blob/6d205d72dde3db8fc8668ad6aef5d003cc8ef80f/src/array_api_stubs/_draft/_types.py#L60-L79 ↓ ```python class finfo_object(Protocol[dtype]): """Dataclass returned by `finfo`.""" bits: int eps: float max: float min: float smallest_normal: float dtype: dtype class iinfo_object(Protocol[dtype]): """Dataclass returned by `iinfo`.""" bits: int max:...

topic: Static Typing

### Description of change - Runs doctests using `pytest` and `sybil` - Instead of #1039, I propose using `sybil` to execute doctests in the documentation. - If the project has...

### Description of change ### Pull-Request Checklist - [ ] Code is up-to-date with the `main` branch - [ ] This pull request follows the [contributing guidelines](https://github.com/browniebroke/pypackage-template/blob/main/CONTRIBUTING.md). - [ ]...

### Description of change ### Pull-Request Checklist - [ ] Code is up-to-date with the `main` branch - [ ] This pull request follows the [contributing guidelines](https://github.com/browniebroke/pypackage-template/blob/main/CONTRIBUTING.md). - [ ]...