-
some users have expressed concerns towards lxml usage. it's a c module that's not trivial to deploy.
offering a pure-python xml backend support would increase soaplib adoption.
it also must be made …
-
Serializing a [`QueryDict`](https://docs.djangoproject.com/en/2.2/ref/request-response/#django.http.QueryDict) from Django gives different results when using the optimized and pure python versions of …
-
**Describe the bug**
Currently I'm do some inference on my laptop using this python package. I found an issue described below.
I use the following code to test the result for classical matrix mult…
-
https://github.com/seung-lab/cloud-volume/blob/master/cloudvolume/py_compressed_segmentation.py#L16
current integer division will not work correctly if the mod is 0. For example, 4//2+1 = 3, ceil(4…
-
Awesome work!
I was wondering if this works also with pure python mode https://cython.readthedocs.io/en/latest/src/tutorial/pure.html.
-
Installation of the requirements with `pip` does not work on Mac because of conflicting dependencies. Likely a problem with package cf_units. More info will be collected.
-
### Is your feature request related to a problem? Please describe.
In my code, I would like to do [...]
```cython
if cython.compiled:
cython.eval("typedef const int a")
else:
a = int
…
-
Like https://github.com/bdcht/grandalf. This addition would be useful for a large number of users, because it will let `pydot` work for smaller graphs in absence of GraphViz.
-
pysam cannot be compiled on windows, whereas [bamnostic](https://github.com/betteridiot/bamnostic) and [pybam](https://github.com/JohnLonginotto/pybam) are pure python and platform-agnostic.
-
this requires reviewing all uses of [`run`](https://github.com/FND/tiddlywebplugins.gitstore/blob/c085c0ef1931987aa2a84ab72a419d8e339fa4a0/tiddlywebplugins/gitstore/__init__.py#L259) and checking whet…