refactor todo list #3
grimmer0125
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
motivation: https://github.com/grimmer0125/alphago-zero-tictactoe-js uses numjs but
numjs
is only runnable on Node.js 10. Target is to refactor it and release a new pacakge.todo:
remove nj.images code & dependency which use some broken 3-party packages and fail to build this libES6TypeScriptAdd parameter types (some do not have yet)remove gulp, use https://github.com/bitjson/typescript-starter to build. https://github.com/grimmer0125/d4c-queue uses itpublish new packageadd nj.images back or use https://github.com/donmccurdy/ndarray-pixels decide not include this(probably using module merging in TS)use other packages to repalce https://www.npmjs.com/package/expect.jsremove lodash dependencyinfer data shape & dtype, ref: [ndarray] Infer types from inputonly dtype part.data
array DefinitelyTyped/DefinitelyTyped#53728BigUint64Array
,BigInt64Array
, andGenericArray
DefinitelyTyped/DefinitelyTyped#56163interface compatible with ndarraygive up, not good ideaBeta Was this translation helpful? Give feedback.
All reactions