We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb303f commit 3eb960dCopy full SHA for 3eb960d
CHANGELOG.md
@@ -11,6 +11,7 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
11
12
- Added `dot` product to `Vector`
13
- Added `cross` product to `Vector`
14
+- Added `device` option to GeoCOM CSV `setup_listing`
15
16
### Changed
17
@@ -24,7 +25,9 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
24
25
### Fixed
26
27
- GeoCOM IMG `set_telescopic_configuration` was missing the `prefix` parameter
28
+- GeoCOM CSV `get_voltage_memory` was calling the wrong GeoCOM commmand
29
- `Angle.to_dms` was sometimes returning incorrect value due to rounding
30
+- Package could not be installed from ZIP due to a missing version fallback
31
32
### Removed
33
0 commit comments