Francis Williams

Results 12 issues of Francis Williams

It seems like `-m64` is an x86 tag. See (compilation error `cc: error: unrecognized command line option ‘-m64'` in #40 ). This appears to be breaking ARM builds.

We have almost all the internal API to do arbitrary dimensional voronoi diagrams as well as restricted voronoi diagrams. Need to expose a public API for this

Let's make a nice readthedocs.io documentation

Let's have scripts that do what cmake does. This makes it easy to integrate numpyeigen into other build systems.

enhancement

Input arguments are getting reordered by the compiler. Last stable commit seems to be `05a22ad4f06a431bffc3860b30c00cf89e81373b`

Let's add support for ``` npe_class(PythonClassName, cpp::MyClass) npe_init() npe_arg(a, dense_f32, dense_f64) npe_arg(b, npe_matches(a)) npe_begin_code() return cpp::MyClass(a, b); npe_end_code() npe_method(foo) npe_arg(a, dense_f32, dense_f64) npe_begin_code() return npe_self.foo(a); npe_end_code() npe_end_class() ``` This is...

enhancement
python-course

Allow including a function in another file. This is useful for class definitions.

enhancement