-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NDArray restructured, tests passing * finishing touches on NDArray * prepare Vector and Matrix, fix tslint * restructure methods of Vector * disable duplication checks * ... * improve types, replace *.call(this, ...) with this.*(...) * passing tests and lint * upd dependencies, fix vulns, upd benchmarks, upd docs * fix docs * improve docs * upd travis buildspec * upgrade matplotnode to 0.4.1 * upgrade matplotnode to 0.4.2 * add libpython-dev to travis buildspec * upd g++ to 4.9 * rm clang * nyc config updates * fix issues with inheritance, split up tests into separate files, rearrange stuff * upgrade deps * fix #39 * improvements * minor cleanup * cleanup jacobi method * add lapack optimisations, rename some methods * dist + docs * ... * benchmarks * add dtype * improvements * switch version from 6.0.0 to 6.0.0-beta.0
- Loading branch information
1 parent
c5a10cf
commit a57ab87
Showing
333 changed files
with
29,245 additions
and
15,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
version: 2 | ||
plugins: | ||
duplication: | ||
enabled: false | ||
tslint: | ||
config: tsconfig.json | ||
enabled: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
open_collective: vectorious |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules | |
coverage | ||
.DS_Store | ||
built | ||
benchmarks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Oops, something went wrong.