-
### Is your feature request related to a problem? Please describe.
CVXPY is looking for a sparse COO-like nD type. Functionality needed seems close to what is provided by the new COO nD format here. …
-
Hello author, thank you for your contribution. I encountered some issues while using this code. During the first round of validation, I found that the validation speed was very slow, taking almost fiv…
-
### Describe the issue:
When `a` and `v` are structured arrays it is possible for searchsorted to give unexpected results. Unfortunately, my reproducer involves an ~80 MiB array which I am unable …
-
Any possibility or interest in passing large arrays of numbers between Java arrays and NumPy arrays? Since Cython is already used, this may be trivial to add to the conversion methods.
##
---
…
-
bokeh version 1.4.0
python 3.7.0
jupyter notebook 6.0.2
macOS 10.15.2
#### Description of expected behavior and the observed behavior
This should work:
```
import bokeh.plotting
fig = bo…
-
### Describe the bug
Multi-line description of Raises messages are concatenared into a single string interleaved by `\n`, this doesn't ultimately render in html (i.e. it renders as a single string). …
-
It needs to be easy and straightforward to convert data sources to the format defined in #7
It's a good opportunity to try test-driven development.
- [ ] load raw photometry neurophotometrics o…
-
### Describe your issue.
I've been using `scipy.datasets` for documentation examples for a while now, and just this morning they started failing during builds on readthedocs.org.
I can't tell if t…
-
`test_append_empty_arrays_to_column`
See https://github.com/man-group/ArcticDB/pull/819/files#r1434311648
Incorrect GIL handling?
-
Now we create a constant node with code like this
~~~ python
empty_shape = op.Constant(value_ints=[0])
depth = op.Reshape(depth, empty_shape)
values = op.Constant(value_ints=[0, 1])
cast_values =…