- java: add String to java.lang (#22)
- system: update type hint for
html
arg (#17)
- Sourcery refactored main branch (#1)
- move
String
alias tojava.util
- define ColType as a type alias
- simplify
beep
code
system.util.beep()
will print "Beep!" when called regardless of platform
- mypy: add
String
type definition
- add
String
type
- install now requires typing
- add type hints on all
system
functions - remove deprecated functions
- the triumphant return of
print_function
- improve
date.format
- Python versions below 2.7.18 are no longer supported
export*
functions have been deprecated in favor ofsystem.dataset.export*
functions- Python versions below 2.7.18 are no longer supported
- ci: set
python-version
to '3.10' - ci: set
python-version
to 3.10.0
- implement informal interfaces
- make PyDataSet iterable
- add
com
package topip
release - setup: allow installation on 2.5, 2.6, and 2.7
- setup: add setup.py
- use pprint instead of print
- add
com
package - allow any import level for winsound
- add pylint
- Since Ignition 7.9 relies on Jython 2.5.3, this project was adapted to conform with Python 2.5.6
- java.util.Date
- pre-commit: update black 21.5b0 -> 21.5b1
- pre-commit: update flake8 3.9.1 -> 3.9.2
- pre-commit: update black 21.4b2 -> 21.5b0
- pre-commit: update black 21.4b1 -> 21.4b2
- pre-commit: update black 21.4b0 -> 21.4b1
- pre-commit: update black 20.8b1 -> 21.4b0
- pre-commit: bump flake8 to 3.9.1
- add flake8 to pre-commit hooks