From 3530553e5ce02dee9185022665cafa31e0661460 Mon Sep 17 00:00:00 2001 From: Michael Atkinson Date: Tue, 6 Jan 2026 23:12:49 +0000 Subject: [PATCH 1/3] chore: force release action --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e1aea..c0e77ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -168,3 +168,4 @@ This was a overhaul of large sections of the code and many changes/additions hav - Fixes to quat class: - Construction from axis/angle now in passive sense not just a conversion. - Fix big with transform vector where -ve vector was returned in some cases due to intermediate quat being transformed to northern hemisphere. + From 62e7751de92101d37e66d78442534615b623b92b Mon Sep 17 00:00:00 2001 From: Michael Atkinson Date: Tue, 6 Jan 2026 23:41:02 +0000 Subject: [PATCH 2/3] fix: Update license name --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 487e26f..ff3423e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Rhys Thomas"}, {name = "João Quinta da Fonseca"}, ] -license = {text = "Apache 2.0 License"} +license = "Apache-2.0" description = "A python library for correlating EBSD and HRDIC data." readme = "README.md" keywords = ["EBSD", "HRDIC", "deformation", "crystal", "correlative analysis"] @@ -19,7 +19,6 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", From 188f7e4cd1d16642bb40b77c4a70ff347c3cca66 Mon Sep 17 00:00:00 2001 From: Michael Atkinson Date: Tue, 6 Jan 2026 23:49:08 +0000 Subject: [PATCH 3/3] chore: Update license formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff3423e..2682908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Rhys Thomas"}, {name = "João Quinta da Fonseca"}, ] -license = "Apache-2.0" +license = {text = "Apache-2.0"} description = "A python library for correlating EBSD and HRDIC data." readme = "README.md" keywords = ["EBSD", "HRDIC", "deformation", "crystal", "correlative analysis"]