Installation
python2 -m pip install --upgrade ignition-api
New in 8.1.13
Scripting
- A new historical tag record will now be created (and previous one retired) if a mismatch occurs between a current tag and its previously recorded datatype when using the system.tag.storeTagHistory function.
Change Log
[8.1.13] - 2021-12-23
CI
Documentation
- update packages’ descriptions (275e1c7)
Features
- simplify
beep
code (5074d09)- BREAKING:
system.util.beep()
will print “Beep!” when called regardless of platform
- BREAKING:
Miscellaneous Tasks
- add
cliff.toml
file for changelog generation (e63ff91) - format setup.cfg file (5915921)
- update
.pylintrc
removeunused-import
(832cb11)
Refactor
- change return type to
unicode
(ddb184d) - rename argument from
pageID
topageId
(45bbf4f) - integrate minor changes (a008eed)
- define ColType as a type alias (d18d44d)
- move
String
alias tojava.util
(ea530ac)
Styling
- tell
isort
to sort using Python 2.7 (72fd6d0)