From e6be04098af02577b9dbf7852a1938e1c9bceb29 Mon Sep 17 00:00:00 2001 From: OVVO-Financial Date: Tue, 14 Jul 2026 22:22:27 -0400 Subject: [PATCH 1/3] Bump package version to 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a961bb11..b7f1cab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ovvo-nns" -version = "1.3.0" +version = "1.4.0" description = "Python port of nonlinear nonparametric statistics from R NNS" readme = "README.md" requires-python = ">=3.11" From 5288c2cc0eba95342b8d876b94aa9610c9a663f4 Mon Sep 17 00:00:00 2001 From: OVVO-Financial Date: Tue, 14 Jul 2026 22:22:42 -0400 Subject: [PATCH 2/3] Update nns package version to 1.4.0 --- src/nns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nns/__init__.py b/src/nns/__init__.py index 8882f54d..419270c3 100644 --- a/src/nns/__init__.py +++ b/src/nns/__init__.py @@ -4,7 +4,7 @@ from nns.pm_matrix import pm_matrix as pm_matrix -__version__ = "1.3.0" +__version__ = "1.4.0" _EXPORTS = { "BoostResult": ("nns.boost", "BoostResult"), From a77a259180871cca3281ffd61dad466e7fc8fc70 Mon Sep 17 00:00:00 2001 From: OVVO-Financial Date: Tue, 14 Jul 2026 22:23:05 -0400 Subject: [PATCH 3/3] Update README version to 1.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 709ce83c..e6cb7af5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ NNS is built around partial moments, the lower and upper components of variance, |---|---| | Distribution package | `ovvo-nns` | | Import package | `nns` | -| Current version | `1.3.0` | +| Current version | `1.4.0` | | Python | `>=3.11` | | Required runtime dependencies | NumPy, SciPy | | R required at runtime | No |