Releases: ignition-devs/ignition-api-8.1
Releases · ignition-devs/ignition-api-8.1
8.1.25
What's Changed
- ci: cache workflows to improve performance by @thecesrom in #150
- build(deps): bump pydocstyle to 6.3.0 by @thecesrom in #151
- ci: cache pre-commit by @thecesrom in #152
- ci: cache Python by @thecesrom in #153
- build(deps): bump commitizen to v2.40.0 by @thecesrom in #154
- test(tox): update configuration by @thecesrom in #155
- ci: use default location for caching pre-commit by @thecesrom in #156
- build(deps): bump isort to 5.12.0 by @thecesrom in #157
- build(deps): bump black to version 23.1.0 by @thecesrom in #158
- build: reorganize and update configuration files by @thecesrom in #159
- ci: update cache keys by @thecesrom in #160
- ci: use thecesrom/workflows by @thecesrom in #161
- ci: pass secrets onto reusable workflow by @thecesrom in #162
- ci: use thecesrom/workflows v0.1.0 by @thecesrom in #163
Full Changelog: v8.1.24...v8.1.25
8.1.24
What's Changed
- build(deps): bump isort to 5.11.4 by @thecesrom in #142
- build(deps): pydocstyle 6.2.0 by @thecesrom in #143
- build(deps): bump pydocstyle 6.2.2 by @thecesrom in #144
- ci: use Python 3.11 by @thecesrom in #145
- revert(ci): use Python 3.10 by @thecesrom in #146
- refactor(ci): simplify ci workflow by @thecesrom in #147
- feat(system): add vision module by @thecesrom in #149
Full Changelog: v8.1.23...v8.1.24
8.1.23
What's Changed
- build(deps): freeze flake8 at 5.0.4 by @thecesrom in #133
- Build/deps/bump commmitizen v2.37.1 by @thecesrom in #134
- fix: create Number type alias by @thecesrom in #136
- build(deps): pre-commit autoupdate by @thecesrom in #137
- chore(tox): add stubgen environment by @thecesrom in #138
- build(deps): bump isort 5.11.0 by @thecesrom in #139
- build(deps): bump isort 5.11.0 → 5.11.1 by @thecesrom in #140
- build(deps): bump isort 5.11.2 by @thecesrom in #141
Full Changelog: v8.1.22.post1...v8.1.23
8.1.22.post1
What's Changed
- refactor(ci): run on ubuntu-20.04 by @thecesrom in #129
- fix(all): Updated default boolean returns by @keith-gamble in #130
- build(deps): pre-commit autoupdate by @pre-commit-ci in #131
New Contributors
- @keith-gamble made their first contribution in #130
Full Changelog: v8.1.22...v8.1.22.post1
8.1.22
What's Changed
- ci: drop tox-gh by @thecesrom in #120
- test(tox): revert envlist changes by @thecesrom in #121
- revert(ci): use tox-gh for running tox in CI by @thecesrom in #122
- build(deps): pre-commit autoupdate by @pre-commit-ci in #123
- feat(system): allow java.util.Locale objects to be passed in as param… by @thecesrom in #125
- refactor(org): update MathIllegalArgumentException init signature by @thecesrom in #127
- chore: improve type hints by @thecesrom in #128
Full Changelog: v8.1.21.post3...v8.1.22
8.1.21.post3
What's Changed
- fix: change type hints on iter methods by @thecesrom in #119
Full Changelog: v8.1.21.post2...v8.1.21.post3
8.1.21.post2
What's Changed
- build(deps): use tox.ini for pydocstyle by @thecesrom in #111
- build(deps): use tox.ini for flake8 by @thecesrom in #112
- build(deps): use tox.ini for isort by @thecesrom in #113
- refactor(ia): add type hint to common.script.abc classes by @thecesrom in #114
- refactor(ia): add type hints to DatasetUtilities and WindowUtilities by @thecesrom in #115
- refactor: improve type hints by @thecesrom in #116
- chore(test): move cz and mypy settings by @thecesrom in #117
Full Changelog: v8.1.21.post1...v8.1.21.post2
8.1.21.post1
What's Changed
- ci(github): freeze mypy to version 0.971 by @thecesrom in #100
- ci(github): use tox for running CI tests by @thecesrom in #101
- build(deps): pre-commit autoupdate by @pre-commit-ci in #102
- ci(github): run tox as executable by @thecesrom in #103
- feat(ia): add TagPathParser class by @thecesrom in #105
- feat(ia): add classes implementing TagPath by @thecesrom in #107
- test(tox): update tox configuration by @thecesrom in #108
- chore: update pylint configuration by @thecesrom in #109
- test(tox): reorder envs by @thecesrom in #110
Full Changelog: v8.1.21...v8.1.21.post1
8.1.21
What's Changed
- fix(system): accept String arguments for popup position by @thecesrom in #74
- feat(system): add missing
system
constants by @thecesrom in #77 - refactor(system): remove class aliases by @thecesrom in #78
- fix(ia): accept unicode arg in SProcCall functions by @thecesrom in #80
- feat(ia): add ApplicationScope class by @thecesrom in #82
- feat(java): add type hints to all java and javax classes and methods by @thecesrom in #83
- build(deps): pre-commit autoupdate by @pre-commit-ci in #85
- fix(system): set smtp keyword argument as optional by @thecesrom in #86
- feat(java): add java.io.IOException by @thecesrom in #89
- feat(java): add java.nio Files and Paths by @thecesrom in #90
- build(deps): pre-commit autoupdate by @pre-commit-ci in #91
- build(deps): pre-commit autoupdate by @pre-commit-ci in #92
- feat(java): add java.text.SimpleDateFormat class by @thecesrom in #93
- feat(ia): add LocaleUtils by @thecesrom in #94
- ci(github): set Python version via env variable by @thecesrom in #95
- build(deps): pre-commit autoupdate by @pre-commit-ci in #96
- refactor: use correct typing notation for args and kwargs by @thecesrom in #97
- feat(system): add util.getModules function by @thecesrom in #98
- feat(system): add new roster functions from 8.1.21 by @thecesrom in #99
Full Changelog: v8.1.20...v8.1.21
8.1.20.post5
What's Changed
- build(deps): pre-commit autoupdate by @pre-commit-ci in #92
- feat(java): add java.text.SimpleDateFormat class by @thecesrom in #93
- feat(ia): add LocaleUtils by @thecesrom in #94
Full Changelog: v8.1.20.post4...v8.1.20.post5