File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.8.1
4+
5+ ### Added
6+
7+ - new methods for ` SerialConnection ` wrapper:
8+ - ` send_binary `
9+ - ` receive_binary `
10+ - ` exchange_binary `
11+ - ` precision ` property for the GeoCom definition
12+
13+ ### Changed
14+
15+ - GeoCom TMC ` get_angle_correction_status ` was renamed to
16+ ` get_angle_correction `
17+ - GeoCom TMC ` switch_angle_correction ` was renamed to ` set_angle_correction `
18+ - GeoCom ` get_double_precision ` was moved to COM
19+ - GeoCom ` set_double_precision ` was moved to COM
20+
21+ ### Fixed
22+
23+ - method docstrings were rendered wrong in some cases due to missing new lines
24+ - GSI Online DNA settings commands were parsing boolean value incorrectly
25+ - GeoCom AUT ` set_search_area ` command would not execute due to incorrect
26+ parameter serialization when sending the request to the instrument
27+
328## v0.8.0
429
530All CLI applications were migrated to a new package called
You can’t perform that action at this time.
0 commit comments