We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8c1ba commit 5074ac2Copy full SHA for 5074ac2
CHANGELOG.md
@@ -12,9 +12,19 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
- Added `dot` product to `Vector`
13
- Added `cross` product to `Vector`
14
15
+### Changed
16
+
17
+- Reworked arithmetic operations supported by `Angle`
18
+- Reworked arithmetic operations supported by `Vector`
19
20
### Fixed
21
22
- GeoCom ING `set_telescopic_configuration` was missing the `prefix` parameter
23
+- `Angle.to_dms` was sometimes returning incorrect value due to rounding
24
25
+### Removed
26
27
+- Removed `normalize_rad` classmethod from `Angle`
28
29
## v0.12.0 (2025-08-26)
30
0 commit comments