-
Trying to use prange inside an overload eg.
```python
@njit(**JIT_OPTIONS, parallel=True)
def update(x, xp, r, rp, p, Ap, alpha):
return update_impl(x, xp, r, rp, p, Ap, alpha)
def update…
-
Is it possible to draw rectangles with semi-transparent fill color?
If not, it would be very useful to add this :)
-
A newly released paper, [SparQ Attention: Bandwidth-Efficient LLM Inference](https://arxiv.org/pdf/2312.04985.pdf), suggests a method for increasing the inference throughput of LLMs up to 8x by reduci…
-
I have just noticed that the squidpy notebook can't make the last plot; it should be a quick fix. The latest version of the notebook (gonna be merge in main soon) is this one: https://github.com/scver…
-
The inferred results of the Diffdock-PP model provide information solely about the positions of the C-alpha atoms in the protein backbone. Could you please provide me with detailed information on how …
-
**What is your question?**
It seems that add tile_description would make the gemm result different? `assert (tensor_D_numpy - tensor_D).max() == 0.0` would pass if I add tile_decription.
```
import …
-
Is it possible to include alpha shapes in 2D to this package?
https://doc.cgal.org/latest/Alpha_shapes_2/index.html#Chapter_2D_Alpha_Shapes
Thanks.
-
Hi guys, thanks so much for making these bindings, good job.
I was wondering if you could please implement the 3D alpha shapes function.
I am conducting research on cellular migration and this…
-
When you build a `Delaunay_triangulation_3` in CGAL with points that are coplanar, you still get a nice 2D triangulation. However, when you build the corresponding `Alpha_shape_3`, CGAL (more precisel…
-
### Prerequisites
- [ ] I am running the latest **alpha** version of MineColonies for my Minecraft version.
- [x] I checked the MineColonies/Structurize [wiki](https://wiki.minecolonies.ldtteam…