-
The current definition of img_to_3channel needs masking to avoid infinities or NaNs. It has dead code for numpy masked arrays, but jax doesn't allow this.
-
Would be good to have a fixest analogue of `sm.OLS` that lets one use raw matrices and sidestep the need to construct data frames. This would not do the current (admittedly quite user-friendly but no…
-
## Overview
All operations on arrays should be checked to see if they can be vectorised i.e. rewritten with numpy functions. Vectorised functions are typically faster than non-vectorised functions,…
-
https://www.freecodecamp.org/learn/data-analysis-with-python/data-analysis-with-python-course/numpy-arrays
-
## 🐛 Bug Report
## How To Reproduce
Steps to reproduce the behaviour:
```python
In [1]: import dask.array as da
...: from iris.util import array_equal
In [2]: array_equal(da.array([1,…
-
sparse is used infrequently in toolkit but has quite restrictive dependencies for numba so switching it to an optional dependency would make toolkit more flexible to install.
Current uses for spars…
-
**Describe the bug**
A clear and concise description of what the bug is.
A good array data viewer like spyder, which has data in little boxes, better to have a colormap background to see the large…
-
I would like to save and load an f8m5e2 array. I initially tried using the standard `numpy.save()` and `numpy.load()` functions, but loading fails.
```bash
.local/lib/python3.10/site-packages/nump…
-
A symbol that would return the matrix product of two arrays (similar to [numpy.matmul](https://numpy.org/doc/stable/reference/generated/numpy.matmul.html))
-
Thanks so much for this project! I've encountered an issue on Jupyter Notebooks when trying to access the lexicon nrc_en.json. Here's the output of a sample that I tried to run:
from nrclex import…