-
### Description
- This issue aims to improve the static type checking in our codebase and expand the functionality of the Supervision library. The enhancements will make the static type checking an…
-
Currently, it is not the case that
```
cirq.read_json(json_text=cirq.to_json(x))
```
always returns something equivalent to `x`, or even has the same type as `x`. It is not the case when `x` is a …
-
Hello! I was trying to use the `compress` option for the `CTCData` dataset class and I received the `TypeError` below. These are 3D images and they work with `compress` set to `False`.
We can work…
-
Hi thank you very much for your work. I am currently using TarWriter to create a custom tar file of a Dataset. In it I encode a numpy which requires the allow_pickle=True to be then decoded with numpy…
-
Hello,
With numpy This is most likely coming from NumPy’s defaults for masked arrays - numpy.ma.default_fill_value — NumPy v2.1 Manual.
Minimal working example:
```python
import numpy as np
…
-
While playing around with numpy arrays from julia ([discource thread](https://discourse.julialang.org/t/improving-parallel-loop-performance-by-using-numpy-for-allocations/122420?u=artemsolod)) I have …
-
While the idea of using a function to create a nested namespace is neat, it makes creating arrays harder:
```python
import marray
import numpy as np
xp = marray.masked_array(np)
a = xp.asarra…
-
Dask arrays can be sliced with Python integers, Python lists, NumPy arrays, etc. However, slicing with a NumPy scalar results in an `AssertionError` being raised (full traceback is further down below)…
-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
## Description
### What steps will reproduce the problem?
This command failed to be executed because an error occurred while trying to get the file code from Spyder's editor. The error was: An exc…