Modernize repo; new node, tsup, vitest#52
Conversation
|
Hi, i have taken a look at this PR so here is few feedback.
On my side TS was complaining about few things so i have patched the following: 3215e46 37262c9. The only problem i have is with the merge of |
|
Another small thing, also related to It tries to support multiple input types
A typed array have a specific location and size in an array buffer. |
* Use substring * Use ArrayBufferLike * Create dump function
…handle Array objects (#56) * Added support to unicode data type * Added data loading from Blob object * Fixed header generation for 1D arrays in dump function * Extended dump function to handle Array objects - Implemented dtype inference for Array objects - Implemented dumping of unicode data * If shape is not specified in the dump function we take the length of the array Moved createPyDescription out from dump function * Removed unused import
Reshape was implemented on top of a transposition function that was working only for 2D matrix. The new implementation works by computing the new index of each element for the new reshaped array. This implementation is more likely to work as the python numpy reshape method
Added tests for the boolean handling Fixed some types that were failing on `tsc`
This should be working on #57 |
Fixed reshape function and booleans handling
|
INCREDIBLE, thank you @sebaB003 !! Merging and deploying this now!! |
No description provided.