From d5efa63b994420bd420ae7853be725b09c1dd0d5 Mon Sep 17 00:00:00 2001
From: tonegas
Date: Fri, 27 Feb 2026 18:01:43 +0100
Subject: [PATCH 1/3] Modified readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eb7e78d3..371f4305 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[](https://opensource.org/licenses/MIT)
-[](https://coveralls.io/github/tonegas/nnodely?branch=main)
+[](https://codecov.io/github/tonegas/nnodely)
[](https://nnodely.readthedocs.io/en/stable/)
[](https://pypi.org/project/nnodely/)
From 9a2b08ea2d286fb781c5eb6ba2553a3d1547a484 Mon Sep 17 00:00:00 2001
From: tonegas
Date: Fri, 27 Feb 2026 18:20:53 +0100
Subject: [PATCH 2/3] Update to version 1.5.4
---
nnodely/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nnodely/__init__.py b/nnodely/__init__.py
index 3c4f5aa4..26201190 100644
--- a/nnodely/__init__.py
+++ b/nnodely/__init__.py
@@ -37,7 +37,7 @@
major, minor = sys.version_info.major, sys.version_info.minor
logger.LOG_LEVEL = logging.INFO
-__version__ = '1.5.3'
+__version__ = '1.5.4'
if major < 3:
sys.exit("Sorry, Python 2 is not supported. You need Python >= 3.10 for "+__package__+".")
From a806a78492a509d46f2a0db7c17bacf4c7abbc69 Mon Sep 17 00:00:00 2001
From: tonegas
Date: Fri, 27 Feb 2026 18:31:45 +0100
Subject: [PATCH 3/3] Fixed the link to the documentation
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 371f4305..dbfacf92 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://opensource.org/licenses/MIT)
[](https://codecov.io/github/tonegas/nnodely)
-[](https://nnodely.readthedocs.io/en/stable/)
+[](https://nnodely.readthedocs.io/)
[](https://pypi.org/project/nnodely/)
# Neural Network Framekwork for Modelling, Control, and Estimation of Physical Systems
@@ -25,7 +25,7 @@ nnodely is not a replacement for a general purpose deep learning frameworks —
- 📖 Documentation •
+ 📖 Documentation •
🔬 Case Studies •
🚀 Other Applications