Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pymodbustcp to 0.1.10 #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Mar 4, 2021

This PR updates pyModbusTCP from 0.1.8 to 0.1.10.

Changelog

0.1.10

- word_list_to_long() and long_list_to_word(), now support 64 bits long long with opt long_long.
 - encode_ieee() and decode_ieee(), now support double-precision format with opt double.
 - add shortcut alias for functions with long names in utils.
 - rewrite of some functions in utils.
 - improve test_utils readability.
 - server DataBank enforce type check on set data methods to avoid server crash (thanks to xuantw).
 - now get_2comp can deal with negative python int.
 - remove reference to devel github branch.
 - improve last_error_txt() and last_except_txt().

0.1.9

- add module error MB_SOCK_CLOSE_ERR (occur if frame send on close socket).
 - add modbus exception EXP_NEGATIVE_ACKNOWLEDGE (code 0x07) to constants.
 - add last_error_txt() and last_except_txt() for produce human readable status.
 - add EXP_TXT, EXP_DETAILS and MB_ERR_TXT dicts to constants (text representation of codes).
 - update of the compatibility test for python version: remove 2.6/3.2/3.3, add 3.7/3.8/3.9.
 - conform to PEP 396 (add pyModbusTCP.__version__ field).
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant