Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "Rhys Thomas"},
{name = "João Quinta da Fonseca"},
]
license = {text = "Apache 2.0 License"}
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"]
Expand All @@ -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",
Expand Down
Loading