From dc3d3ce4e95a8cd04b962de07e592261f17c07d3 Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 23 Jul 2025 06:41:54 -0700 Subject: [PATCH 1/3] Version: 1.8 --- sources/classcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/classcore/__init__.py b/sources/classcore/__init__.py index a27e6aa..ed702cd 100644 --- a/sources/classcore/__init__.py +++ b/sources/classcore/__init__.py @@ -62,7 +62,7 @@ class decorators. Furthermore, the exception classes in the __version__: __.typx.Annotated[ str, __.ddoc.Visibilities.Reveal ] -__version__ = '1.8a0' +__version__ = '1.8' standard.finalize_module( From 88ced4e71b17d075b192fd4a448a15a99e971430 Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 23 Jul 2025 06:42:11 -0700 Subject: [PATCH 2/3] Update changelog for v1.8 release. --- documentation/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/changelog.rst b/documentation/changelog.rst index c12c903..d52da9c 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -23,6 +23,22 @@ Release Notes .. towncrier release notes start +Classcore 1.8 (2025-07-23) +========================== + +Enhancements +------------ + +- Standard: Modules: Allow certain modules to be excluded from reclassification. + Also, implement cycle detection. + + +Repairs +------- + +- Standard: Modules: Reclassify modules with proper depth-first traversal. + + Classcore 1.7 (2025-07-08) ========================== From 09a4dc861763304c6b52c343fa719b8383a2074a Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 23 Jul 2025 06:58:11 -0700 Subject: [PATCH 3/3] Clean up news fragments. --- .auxiliary/data/towncrier/+modules-df.repair.rst | 1 - .auxiliary/data/towncrier/+modules-exclude.enhance.rst | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 .auxiliary/data/towncrier/+modules-df.repair.rst delete mode 100644 .auxiliary/data/towncrier/+modules-exclude.enhance.rst diff --git a/.auxiliary/data/towncrier/+modules-df.repair.rst b/.auxiliary/data/towncrier/+modules-df.repair.rst deleted file mode 100644 index 9578e01..0000000 --- a/.auxiliary/data/towncrier/+modules-df.repair.rst +++ /dev/null @@ -1 +0,0 @@ -Standard: Modules: Reclassify modules with proper depth-first traversal. diff --git a/.auxiliary/data/towncrier/+modules-exclude.enhance.rst b/.auxiliary/data/towncrier/+modules-exclude.enhance.rst deleted file mode 100644 index ac2484b..0000000 --- a/.auxiliary/data/towncrier/+modules-exclude.enhance.rst +++ /dev/null @@ -1,2 +0,0 @@ -Standard: Modules: Allow certain modules to be excluded from reclassification. -Also, implement cycle detection.