v1.3.0
What's Changed
- Removed WASM call overhead by eliminating copies by @dupontcyborg in #83
- Extend slice with newaxis and ... and numeric values by @BorisTheBrave in #84
- Wasm kernel optimizations by @dupontcyborg in #85
- Relaxed SIMD by @dupontcyborg in #87
- Fixed float16 WASM errors on old runtimes (Node 20/22) by @dupontcyborg in #88
- Fixed issue that prevented TypedArrays to be passed into np.array() by @dupontcyborg in #89
- 100% comprehensive dtype test coverage for all functions by @dupontcyborg in #90
- Float16 CI fixes by @dupontcyborg in #91
- Linux vs. MacOS CI discrepancies by @dupontcyborg in #92
- Fixed bool->float16 bug on Node 20/22 by @dupontcyborg in #93
- Browser ESM Bundles by @dupontcyborg in #96
- Add vindex operation that behaves like numpy advanced indexing by @BorisTheBrave in #94
- Updated default dtypes for full and arange by @dupontcyborg in #97
- 1.3.0 prep by @dupontcyborg in #95
Full Changelog: v1.2.0...v1.3.0