Emma Smith
Emma Smith
Perhaps the largest static dim type could be a compile time choice made by environment variable?
Just to add this also solves https://github.com/rust-ndarray/ndarray/issues/1047 I think.
I have an implementation for Complex double precision floating point here based on the existing code: https://github.com/BQSKit/bqskitrs/blob/272698ca38b000e8b830fcc441e27e4a5d96489c/squaremat/src/matmul.rs#L14 I'd be happy to upstream this code in some form. I agree the...
The biggest issue is that MinGW is not compatible with MSVC binaries, so I would have to re-compile the most popular libraries and other things I am using. It also...
No worries, I am watching the repo. Keep up the good work!
@dsoronda since you are `using QtWidgets;` QtSharp depends on the Qt5Widgets.dll. If it cannot find where that is (perhaps it is not in your binary search path?) then it will...
Hi, really cool little board! I wanted to mention that the WTFPL is rather problematic (see https://opensource.google/docs/thirdparty/licenses/#wtfpl-not-allowed) and it'd be much better to license under the MIT or BSD licenses....
You can make [platform wheels](https://packaging.python.org/en/latest/distributing.html#platform-wheels). This is at least the recommended way to make multi-platform distributions. For example [Christoph Gohlke has many wheels](http://www.lfd.uci.edu/~gohlke/pythonlibs/). Note the variety of types. I think...
You should be able to do `python setup.py bdist_wheel` and it will automatically detect the platform etc, and name the file as according to [PEP 425](https://www.python.org/dev/peps/pep-0425/). This is called a...
I am having the same error with Python 2.7.9 x64 on Windows 8. I just freshly installed. Looking through the qt forums this is a problem for qt apps too....