-
Hi @Crimson-Crow,
This is a great little package, thank you for sharing!
I have a suggestion for an enhancement, which is providing an option to store small numpy arrays as directly as strings.
…
-
## Description
### What steps will reproduce the problem?
When trying to open an array, or if I click a value of a numpy data type, an error pops up "Spyder was unable to retrieve the value of thi…
-
#### Describe the bug
Numpy arrays not properly working with scalar multiplication. If you try to multiply a scalar into a numpy array then you get a Type Error: Unsupported types. This only happens …
-
### 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_bac…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
The current situation when an index is an array of ints or bools is very messy:
- numpy blindly passes every unexpected object it finds to np.asarray, which makes it accept np.ndarray, lists, tuple…
-
to reproduce, unlock skeletonkey into args then numpy.savez the object then try to unpickle the npz will give a maximum recursion depth exceeded error.
```
>>> d = np.load('./vdp_ssm-dpc-epochs.npz'…
-
### What happened?
I'm attempting to use Cohere's embeddings in chromadb but getting the attached error. Here is my code:
from chromadb.utils import embedding_functions
cohere_ef = embedding_func…
-
I think we have to sort out the GIL handling properly. This test,
```python
@pytest.mark.parametrize('n', range(1000))
def test_append_empty_arrays_to_column(self, lmdb_version_store, arr…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.12
### Custom code
Yes
### OS platform and distr…