-
Hi, I've been trying to use Jax to speed up a program that uses `scipy.ndimage.map_coordinates` extensively. Was able to use jax's `map_coordinates` to get a significant speedup, as well as using `jit…
-
Example:
```python
with Cluster("Cluster 1") as cluster1:
c1node1 = VM("c1node1")
with Cluster("Cluster 2") as cluster2:
c2node1 = VM("c2node1")
cluster1 - Edge…
-
### What is the bug or the crash?
I created shapefiles containing polygon features, using the Digitize splines plugin.
Such shapefile contains two polygon features.
These features have two text at…
-
- [X] a possible bug
- [ ] a question about package functionality
- [ ] a suggested code or documentation change, improvement to the code, or feature request
Using `I()` inside a formula does …
-
## v0.2
- [x] Allow user to adjust scaling factor
- [ ] Insert strokes and select them, allowing user to drag and resize as needed (Also helps with strokes going off page?)
- [ ] Default to upp…
-
Environment:
OS: Windows 7 x64
LibreCAD 2.0.7
Steps to reproduce:
1.Draw circle or ellipse
2.Use tool explode
3.Mark circle(ellipse) and push Enter
![image](https://cloud.githubusercontent.com/ass…
-
Qt's built in anti-aliasing (which I exposed with 2.1.0) doesn't really help with our circles.
This is because LibreCAD uses QPainter::drawArc, instead of QPainter::drawEllipse.
-
I am currently working on a project where I deploy predictive models as a standalone application. The next thing I want to do is deploy it as a web application. App designer help a lot, but it's very …
-
-
**Reported by @karlmsmith on 26 Oct 2011 18:31 UTC**
Steve Hankin wrote:
```
One guy was all over the idea that Ferret regridding
should include Kriging. I said that I supposed there
was support …