From b4462445b948c547ce7eb3ac00e97d957bfcf839 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 01/15] info for release 7.4.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d64c8b..680b230 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.3.1 + SpiNNFrontEndCommon == 1!7.4.1 matplotlib [options.packages.find] From e88414570f816ae174f9ebfc0c305839cfd81320 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 02/15] info for release 7.4.1 --- doc/source/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7247068..a72016a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,12 +6,12 @@ This code depends on SpiNNUtils_, SpiNNMachine_, SpiNNMan_, PACMAN_, SpiNNFrontE .. _SpiNNaker: https://apt.cs.manchester.ac.uk/projects/SpiNNaker .. _SpinnakerTestBase: https://github.com/SpiNNakerManchester/sPyNNaker -.. _SpiNNUtils: https://spinnutils.readthedocs.io -.. _SpiNNMachine: https://spinnmachine.readthedocs.io -.. _SpiNNMan: https://spinnman.readthedocs.io -.. _PACMAN: https://pacman.readthedocs.io -.. _SpiNNFrontEndCommon: https://spinnfrontendcommon.readthedocs.io -.. _Combined_documentation: https://spinnakermanchester.readthedocs.io +.. _SpiNNUtils: https://spinnutils.readthedocs.io/en/7.4.1 +.. _SpiNNMachine: https://spinnmachine.readthedocs.io/en/7.4.1 +.. _SpiNNMan: https://spinnman.readthedocs.io/en/7.4.1 +.. _PACMAN: https://pacman.readthedocs.io/en/7.4.1 +.. _SpiNNFrontEndCommon: https://spinnfrontendcommon.readthedocs.io/en/7.4.1 +.. _Combined_documentation: https://spinnakermanchester.readthedocs.io/en/7.4.1 SpinnakerTestBase ================= From 6f0d7cb4fd42ebe25761f82daf9f713e758cc3cd Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 03/15] info for release 7.4.1 --- spinnaker_testbase/_version.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spinnaker_testbase/_version.py b/spinnaker_testbase/_version.py index 99e9be0..67fbb0e 100644 --- a/spinnaker_testbase/_version.py +++ b/spinnaker_testbase/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.3.1" -__version_month__ = "TBD" -__version_year__ = "TBD" -__version_day__ = "TBD" -__version_name__ = "To Do" +__version__ = "1!7.4.1" +__version_month__ = "October" +__version_year__ = "2025" +__version_day__ = "16" +__version_name__ = "Quietly Confident 1" From 7d4b6d35c62ad0f54489bd38eae78dfe534a2974 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 04/15] info for release 7.4.1 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f157419..93154c7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ ] # Which version of other SpiNNaker docs do we refer to? -spinnaker_doc_version = "latest" +spinnaker_doc_version = "7.4.1" intersphinx_mapping = { 'python': ('https://docs.python.org/3.8', None), @@ -100,9 +100,9 @@ # built documents. # # The short X.Y version. -version = '6.0' +version = '1!7.4' # The full version, including alpha/beta/rc tags. -release = '6.0.1' +release = '1!7.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From b519840f4b6af301f5cee8931291023a39a419c4 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 05/15] info for release 7.4.1 --- doc/doc_requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/doc_requirements.txt b/doc/doc_requirements.txt index d9c2ac5..1faa425 100644 --- a/doc/doc_requirements.txt +++ b/doc/doc_requirements.txt @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. --e git+https://github.com/SpiNNakerManchester/SpiNNUtils.git@master#egg=SpiNNUtilities --e git+https://github.com/SpiNNakerManchester/SpiNNMachine.git@master#egg=SpiNNMachine --e git+https://github.com/SpiNNakerManchester/SpiNNMan.git@master#egg=spinnman --e git+https://github.com/SpiNNakerManchester/PACMAN.git@master#egg=spinnaker-pacman --e git+https://github.com/SpiNNakerManchester/spalloc.git@master#egg=spalloc --e git+https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon.git@master#egg=spinnfrontendcommon +-e git+https://github.com/SpiNNakerManchester/SpiNNUtils.git@7.4.1#egg=SpiNNUtilities +-e git+https://github.com/SpiNNakerManchester/SpiNNMachine.git@7.4.1#egg=SpiNNMachine +-e git+https://github.com/SpiNNakerManchester/SpiNNMan.git@7.4.1#egg=spinnman +-e git+https://github.com/SpiNNakerManchester/PACMAN.git@7.4.1#egg=spinnaker-pacman +-e git+https://github.com/SpiNNakerManchester/spalloc.git@7.4.1#egg=spalloc +-e git+https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon.git@7.4.1#egg=spinnfrontendcommon From 42629ffee71844a9bb96c35e97483b0fd9841c0b Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 16 Oct 2025 17:47:16 +0100 Subject: [PATCH 06/15] info for release 7.4.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e4c189..b21b7f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ There is need to use this repository unless you want to run some or all tests lo Documentation ------------- -[TestBase documentation](https://spinnakertestbase.readthedocs.io/) +[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/7.4.1) -[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io) +[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/7.4.1) From 94c4aab8851b42ff4372b4a6707d16be55c02db6 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 07:15:08 +0100 Subject: [PATCH 07/15] remove coverall badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b21b7f0..80fe065 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Python Actions](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main)](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml) [![Coverage Status](https://coveralls.io/repos/github/SpiNNakerManchester/TestBase/badge.svg)](https://coveralls.io/github/SpiNNakerManchester/TestBase) +[![Python Actions](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main)](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml) This Repository hold classes and script used for unit and integration tests From 082d361a2c9b82074f372f62c3047fcd1454ad1e Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 08/15] info for release 7.4.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 680b230..ba3baf4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.4.1 + SpiNNFrontEndCommon == 1!7.4.2 matplotlib [options.packages.find] From 87e40ba53d6ce08a2e629aff2cda6ba1f5ce9217 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 09/15] info for release 7.4.2 --- doc/source/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index a72016a..7247068 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,12 +6,12 @@ This code depends on SpiNNUtils_, SpiNNMachine_, SpiNNMan_, PACMAN_, SpiNNFrontE .. _SpiNNaker: https://apt.cs.manchester.ac.uk/projects/SpiNNaker .. _SpinnakerTestBase: https://github.com/SpiNNakerManchester/sPyNNaker -.. _SpiNNUtils: https://spinnutils.readthedocs.io/en/7.4.1 -.. _SpiNNMachine: https://spinnmachine.readthedocs.io/en/7.4.1 -.. _SpiNNMan: https://spinnman.readthedocs.io/en/7.4.1 -.. _PACMAN: https://pacman.readthedocs.io/en/7.4.1 -.. _SpiNNFrontEndCommon: https://spinnfrontendcommon.readthedocs.io/en/7.4.1 -.. _Combined_documentation: https://spinnakermanchester.readthedocs.io/en/7.4.1 +.. _SpiNNUtils: https://spinnutils.readthedocs.io +.. _SpiNNMachine: https://spinnmachine.readthedocs.io +.. _SpiNNMan: https://spinnman.readthedocs.io +.. _PACMAN: https://pacman.readthedocs.io +.. _SpiNNFrontEndCommon: https://spinnfrontendcommon.readthedocs.io +.. _Combined_documentation: https://spinnakermanchester.readthedocs.io SpinnakerTestBase ================= From 10b13dbec7e7b2209be178cb9268cc2791dc48a7 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 10/15] info for release 7.4.2 --- spinnaker_testbase/_version.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spinnaker_testbase/_version.py b/spinnaker_testbase/_version.py index 67fbb0e..a5752ff 100644 --- a/spinnaker_testbase/_version.py +++ b/spinnaker_testbase/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.4.1" -__version_month__ = "October" -__version_year__ = "2025" -__version_day__ = "16" -__version_name__ = "Quietly Confident 1" +__version__ = "1!7.4.2" +__version_month__ = "TBD" +__version_year__ = "TBD" +__version_day__ = "TBD" +__version_name__ = "" From cffd7e267a5753aaabb4f8c8970b67a7f9cf4b4c Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 11/15] info for release 7.4.2 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 93154c7..ccec435 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -102,7 +102,7 @@ # The short X.Y version. version = '1!7.4' # The full version, including alpha/beta/rc tags. -release = '1!7.4.1' +release = '1!7.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 8594de7b8e214074fea68f6669d7b36929daea78 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 12/15] info for release 7.4.2 --- doc/doc_requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/doc_requirements.txt b/doc/doc_requirements.txt index 1faa425..d9c2ac5 100644 --- a/doc/doc_requirements.txt +++ b/doc/doc_requirements.txt @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. --e git+https://github.com/SpiNNakerManchester/SpiNNUtils.git@7.4.1#egg=SpiNNUtilities --e git+https://github.com/SpiNNakerManchester/SpiNNMachine.git@7.4.1#egg=SpiNNMachine --e git+https://github.com/SpiNNakerManchester/SpiNNMan.git@7.4.1#egg=spinnman --e git+https://github.com/SpiNNakerManchester/PACMAN.git@7.4.1#egg=spinnaker-pacman --e git+https://github.com/SpiNNakerManchester/spalloc.git@7.4.1#egg=spalloc --e git+https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon.git@7.4.1#egg=spinnfrontendcommon +-e git+https://github.com/SpiNNakerManchester/SpiNNUtils.git@master#egg=SpiNNUtilities +-e git+https://github.com/SpiNNakerManchester/SpiNNMachine.git@master#egg=SpiNNMachine +-e git+https://github.com/SpiNNakerManchester/SpiNNMan.git@master#egg=spinnman +-e git+https://github.com/SpiNNakerManchester/PACMAN.git@master#egg=spinnaker-pacman +-e git+https://github.com/SpiNNakerManchester/spalloc.git@master#egg=spalloc +-e git+https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon.git@master#egg=spinnfrontendcommon From 54b686654516695b2a8b51e34608ca40f641eadd Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:27:37 +0100 Subject: [PATCH 13/15] info for release 7.4.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80fe065..47db415 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ There is need to use this repository unless you want to run some or all tests lo Documentation ------------- -[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/7.4.1) +[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/latest) -[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/7.4.1) +[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/latest) From 582f190bbd0e89398102344db8a73586ddb5164f Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 09:58:01 +0100 Subject: [PATCH 14/15] drop python 3.8 and 3.9 --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ba3baf4..96f915d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,6 @@ classifiers = Operating System :: Microsoft :: Windows Operating System :: MacOS Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 @@ -42,7 +40,7 @@ keywords = test support [options] -python_requires = >=3.8, <4 +python_requires = >=3.10, <4 packages = find: zip_safe = True include_package_data = True From dda3c7702184e85df1aaf34081e13274298c562f Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 17 Oct 2025 10:49:30 +0100 Subject: [PATCH 15/15] spinnaker_doc_version = "latest" --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ccec435..c1c0a04 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ ] # Which version of other SpiNNaker docs do we refer to? -spinnaker_doc_version = "7.4.1" +spinnaker_doc_version = "latest" intersphinx_mapping = { 'python': ('https://docs.python.org/3.8', None),