Viraj Navkal

Results 3 issues of Viraj Navkal

For some use cases, it would be nice to have patsy code a design matrix as if it were going to include an intercept (so e.g. it would exclude some...

Currently we use this conditional to determine whether to build with GPU support: https://github.com/CharlesShang/DCNv2/blob/c7f778f28b84c66d3af2bf16f19148a07051dac1/setup.py#L33 But it would be nice to be able to build the library with GPU support even...

Many libraries that use numpydoc also use the Sphinx [`linkcode`](http://www.sphinx-doc.org/en/stable/ext/linkcode.html) feature. In order to use it, they all must define a `linkcode_resolve` function that returns the web URL where the...