-
The default parameters for the c++ SpatialPooler (https://github.com/numenta/nupic.core/blob/master/src/nupic/algorithms/SpatialPooler.hpp#L232-L249) differ from the swig interface (https://github.com…
-
### 🚀 The feature, motivation and pitch
#### Introduction
This feature request looks to add more windows for filtering and spectral analysis. I've noticed that we're supporting only the followin…
-
Both `Valve` and `QuickConnect` need extremely special windows implementations.
* Python's [`.read()`](https://github.com/python/cpython/blob/v3.6.0/Python/fileutils.c#L1192-L1205) will only break …
-
Hello, I would like to raise a question regarding the FastCC implementation of Cobrapy. After multiple runs, FastCC outputs a different number of blocked reactions using the Recon1 model. It might be …
-
I'm writing a function that accepts anything that can create a read-only buffer:
```rust
fn validate_cbor(&self, py: Python
-
Hi,
Just wanted to let you know that I've been benchmarking various Python LAP solving implementations.
https://github.com/cheind/py-lapsolver/tree/develop#benchmarks
Until recently, the sol…
-
Should standardize the `error_type` field between langpack implementations. I think it's more useful to be the "exception type" (whatever that means in the given language) if possible.
https://git…
-
In pure Python mode we need some way to register custom callbacks with `ltypes`, for example:
```
import ltypes
def callback(name):
...
ltypes.register_ccall_callback(callback)
@ccall
def…
-
Exceptions thrown by system calls in Python functions throw an EnvironmentError subclass, ctypes.WinError creates a WindowsError, extension modules using windows system calls throw some kind of OSErro…
-
Using lambdas can lead to the model not being usable on other python versions / systems when saving and loading the result as a h5 file (see: https://github.com/keras-team/keras/issues/9595 ).
I su…