Skip to content

Commit 734c202

Browse files
feat(vectors): replace 99% of vector ops with new versions
BREAKING CHANGE: Due to major refactoring & restructuring related to #497, some direct imports & function names have changed - replace former codegen approach with higher-order functions - split up various operations into more granular source files - add doc strings for almost all functions (🎉 — lack of was a former major criticism of this pkg) - update/remove deps
1 parent 4ea118a commit 734c202

File tree

439 files changed

+5925
-15006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+5925
-15006
lines changed

packages/vectors/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,18 @@ For Node.js REPL:
197197
const vec = await import("@thi.ng/vectors");
198198
```
199199

200-
Package sizes (brotli'd, pre-treeshake): ESM: 14.03 KB
200+
Package sizes (brotli'd, pre-treeshake): ESM: 15.13 KB
201201

202202
## Dependencies
203203

204204
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
205205
- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary)
206206
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
207-
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
208207
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
209208
- [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
210209
- [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize)
211210
- [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
212211
- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
213-
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
214212

215213
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
216214

0 commit comments

Comments
 (0)