Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
-
Forked from handsontable/handsontable
Handsontable is an Excel-like data grid / spreadsheet for HTML & JavaScript
JavaScript 1
-
-
-
Forked from autopilot-rs/autopy-legacy
A simple, cross-platform GUI automation toolkit for Python.
C 4
-
-
17 contributions in the last year
Contribution activity
July - December 2019
June 2019
Created a pull request in xtensor-stack/xtensor-blas that received 1 comment
fix lstsq when N == 1, + test
This happens because the strides optimization and
stride_back(A)
returns 1
when A
is column-major and A.shape() == [M, 1]
but the correct value of …
Created an issue in xtensor-stack/xtensor that received 2 comments
Regression in xt::concatenate
It looks to me that #1669 (merged in commit d7a5a6f), which fixes #1615, causes compilation fail in the following code: #include "xtensor/xarray.hpp"