From 8823b920d0d8e8cc0fd0b769168a0527fb75af17 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:40:08 +0200 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d38a69f..afce51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/mljs/fcnnls/compare/v3.0.0...v3.1.0) (2026-06-23) + + +### Features + +* migrate package to ESM and align with current tooling ([4282e28](https://github.com/mljs/fcnnls/commit/4282e28240993e845744e6afa2b3d982a729a25e)) + + +### Performance Improvements + +* use Matrix.gram() for XtX ([#28](https://github.com/mljs/fcnnls/issues/28)) ([36f1705](https://github.com/mljs/fcnnls/commit/36f1705912f59c1a7e49b4762b3768e01624d016)) + ## [3.0.0](https://github.com/mljs/fcnnls/compare/v2.1.0...v3.0.0) (2023-10-09) diff --git a/package.json b/package.json index f1fe40e..e3849d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-fcnnls", - "version": "3.0.0", + "version": "3.1.0", "description": "Fast Combinatorial Non-negative Least Squares", "type": "module", "exports": {