# Change Log - **Last updated**: 2026-07-02T14:22:52Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2023-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ### [0.1.15](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/tsne@0.1.15/packages/tsne) (2025-06-03) #### ⏱ Performance improvements - avoid allocations, optimize computeGradient() ([8888892](https://codeberg.org/thi.ng/umbrella/commit/8888892)) - pre-allocate arrays for gradient & yMean - skip gradient update if same rows - use destructured Math fns ### [0.1.9](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/tsne@0.1.9/packages/tsne) (2025-04-16) #### ♻️ Refactoring - minor internal updates ([52958dd](https://codeberg.org/thi.ng/umbrella/commit/52958dd)) ### [0.1.1](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/tsne@0.1.1/packages/tsne) (2025-02-20) #### ⏱ Performance improvements - more efficient use of vector ops ([af07e27](https://codeberg.org/thi.ng/umbrella/commit/af07e27)) ## [0.1.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/tsne@0.1.0/packages/tsne) (2025-02-19) #### 🚀 Features - import as new pkg ([6761949](https://codeberg.org/thi.ng/umbrella/commit/6761949))