From 9bed2c7c9a50cfd5725a9997b739898026cf1abb Mon Sep 17 00:00:00 2001 From: Tianlu Yuan <5412915+tianluyuan@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:46:51 -0600 Subject: [PATCH] update HISTORY --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 893626a..544970f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +11 Nov 2024 v1.2.6 +----------------- +Switch build to use `pyproject.toml`, include only package directory. Updates to tests for numpy 2.0. Some housekeeping (since v1.2.2). + 6 Feb 2022 v1.2.2 ----------------- Decrease `ftol` used by the FB5 minimizer. Previously, for some test cases when the initial seed (moment estimate) is close to optimal the SLSQP minimizer did not find an improved solution.