Releases: MrClock8163/GeoComPy
Releases · MrClock8163/GeoComPy
v0.14.0
Added
- Added support for CRC16 checksums in GeoCOM transactions
- Added
SocketConnectionto allow socket based communication - Added
open_socketfunction to create TCP and RFCOMM socket connections
Changed
- Changed the
Connectioninterface definition to requiresend_binary,receive_binaryandexchange_binarymethods - Changed
open_serialto raiseConnectionRefusedErrorinstead of the original exception when the connection could not be opened - Changed all methods of
SerialConnectionto raise the generalConnectionErorandTimeoutErrorinstead of serial specificSerialExceptionandSerialTimeoutException - Changed
GeoCominit to raiseConnectionRefusedErrorinstead ofConnectionErrorwhen the connection could not be verified - Changed
GsiOnlineDNAinit to raiseConnectionRefusedErrorinstead ofConnectionErrorwhen the connection could not be verified - Updated GeoCOM response parsing to raise exception when the number of received parameters does not match the number of parsers specified
- Updated
GeoCominit signature to require keyword arguments - Updated
GsiOnlineDNAinit signature to require keyword arguments - Updated
Angleinit signature to require keyword arguments - Updated
GsiWordand subclass init signatures to require keyword arguments - Updated
GsiBlock.parseand.serializesignatures to require keyword arguments - Updated
parse_gsi_wordsignature to require keyword arguments - Updated
parse_gsi_blocks_from_filesignature to require keyword arguments - Updated
write_gsi_blocks_to_filesignature to require keyword arguments - Renamed
retryoption ofopen_serialtoattempts - Renamed
retryoption ofGeoComtoattempts - Renamed
retryoption ofGsiOnlineDNAtoattempts
Removed
- Removed
REF_VERSIONattribute fromGsiOnlineDNA - Removed
REF_VERSION_STRattribute fromGsiOnlineDNA
v0.13.0
Added
- Added
dotproduct toVector - Added
crossproduct toVector - Added
deviceoption to GeoCOM CSVsetup_listing
Changed
- Reworked arithmetic operations supported by
Angle - Reworked arithmetic operations supported by
Vector - Renamed
parsestrtoparse_string - Renamed
parsebooltoparse_bool - Renamed
toenumtoget_enum - Renamed
enumparsertoget_enum_parser - Updated GeoCOM FTR
downloadto returnbytesinstead ofstr - Updated GeoCOM FTR
download_largeto returnbytesinstead ofstr
Fixed
- GeoCOM IMG
set_telescopic_configurationwas missing theprefixparameter - GeoCOM CSV
get_voltage_memorywas calling the wrong GeoCOM commmand Angle.to_dmswas sometimes returning incorrect value due to rounding- Package could not be installed from ZIP due to a missing version fallback
Removed
- Removed
normalize_radclassmethod fromAngle
v0.12.0
Added
- Added Leica GSI format module
- Container types for words
- Container type for blocks
- Parsing
- Serialization
Changed
- GSI Online DNA commands now use the new GSI format module for GSI parsing
and serialization
Fixed
- Fixed DMS angle formatting where leading zeroes were missing from seconds
Removed
- Removed the obsolete
gsiwordutility function from thedatamodule
v0.11.0
Added
- Added discovered GeoCom RPC 5074 (unknown true function name, implemented as
abort_listingin CSV subsystem) - Added
loggeroptional parameter toopen_serial - Added
loggeroptional parameter toSerialConnection
Changed
- Renamed GeoCom FTR
abort_listtoabort_listing
Fixed
- GeoCom CSV
listcommand did not properly parse returned string parameters
Removed
- Removed
get_loggerutility function
v0.10.0
Added
- Added
relative_tomethod to theAngletype - Added precision option to DMS angle formatting
Changed
- Renamed GeoCom TMC
set_orientationtoset_azimuthto make its purpose more obvious - Changed input parameter type of
set_azimuthto be more permissive
v0.9.0
Starting with this version, the package is in beta stage. The public API is
not going to drastically change from this point. Small changes, and
developments are still to come.
Changed
- GeoCom CSV
get_laserlot_statuswas renamed toget_laserplummet_status - GeoCom CSV
switch_laserlotwas renamed toswitch_laserplummet - GeoCom CSV
get_laserlot_intensitywas renamed toget_laserplummet_intensity - GeoCom CSV
set_laserlot_intensitywas renamed toset_laserplummet_intensity
v0.8.1
Added
- new methods for
SerialConnectionwrapper:send_binaryreceive_binaryexchange_binary
precisionproperty for the GeoCom definition
Changed
- GeoCom TMC
get_angle_correction_statuswas renamed toget_angle_correction - GeoCom TMC
switch_angle_correctionwas renamed toset_angle_correction - GeoCom
get_double_precisionwas moved to COM - GeoCom
set_double_precisionwas moved to COM
Fixed
- method docstrings were rendered wrong in some cases due to missing new lines
- GSI Online DNA settings commands were parsing boolean value incorrectly
- GeoCom AUT
set_search_areacommand would not execute due to incorrect
parameter serialization when sending the request to the instrument
v0.8.0
All CLI applications were migrated to a new package called
Instrumentman. Further
development happens there.
Added
- Component swizzling in vectors and coordinates
Changed
- Wait/delay times are now expected in seconds instead of milliseconds,
where possible
v0.7.0
v0.7.0
Added
retryoption toopen_serial- Morse CLI application (
geocompy.apps.morse) - Interactive Terminal CLI application (
geocompy.apps.terminal) - Set Measurement CLI applications (
geocompy.apps.setmeasurement...)
v0.6.0
Added
- GeoCom
- Digital Level
- LS10/15 GeoCom support through new
dnasubsytem (LS10/15 also responds to GSI Online DNA commands)
- LS10/15 GeoCom support through new
- Central Services
get_firmware_creation_datecommand (RPC 5038)get_datetime_newcommand (RPC 5051)set_datetime_newcommand (RPC 5050)setup_listingcommand (RPC 5072)get_maintenance_endcommand (RPC 5114)
- Theodolite Measurement and Calculation
get_complete_measurementcommand (RPC 2167)
- Digital Level
Fixed
morse.pyexample script was not using the most up-to-date methods- GeoCom File Transfer subsystem commmands were missing from the command name lookup table