v0.3.2 (2025-01-22)
🐛
-
🐛 Fix heuristic
Operation.origin
code that gave wrong results in cubic system (8ad71d1
) -
🐛 Fix some trigonal systems being mistaken for cubic (
51e50d1
) -
🐛 Fix test which wrongly assumed that diagonal 3-fold screw axes should extinct -hhh, h-hh, and hh-h reflections (
38bff51
) -
🐛 Fix test which wrongly assumed that diagonal 3-fold screw axes should extinct -hhh, h-hh, and hh-h reflections (
6b98f10
) -
🐛 Make
Group.auto_generated_code
a single word (67c01c7
) -
🐛 Properly attach
Group.name
and.number
when reading catalog from json (1952454
) -
🐛 Split
SymmOp
intoOperation
andBoundedOperation
whose translation is fixed to [0,1) (5352e54
) -
🐛 The direction of screw axes should align with their glide (
ea7c587
)
⏪
- ⏪ Revert "🧪 Add failing test for auto-generated space group names" (
0f0cb4c
)
This reverts commit 50c96c2.
Other
-
💡 Remove TODO comment associated with completed code update (
80189b8
) -
🚧 Add
hikari.utility.Singleton
to be potentially used later (a051311
) -
🚧 Add rudimentary
hm_symbol
property that better aligns with crystallographic tables (8b850b0
) -
📝 Improve documentation, type hints in
hikari.dataframes.cif
(2018a6c
) -
📝 Improve documentation, type hints in
hikari.dataframes.cif
(941c6a1
) -
📝 Improve type hints for
hikari.symmetry.Operation
s (ce974d0
) -
📝 Streamline
operations.py
type hints to rely ontyping
only (3d003ab
) -
🧪 Add failing test for auto-generated space group names (
50c96c2
) -
✅ Make (ub)bounded a property, add/improve all
Operation
tests (ad33a95
) -
Merge remote-tracking branch 'origin/development' into development (
321bc56
)
Split SymmOp
into Operation
and BoundedOperation
Detailed Changes: v0.3.1...v0.3.2