Releases: ignition-devs/incendium
Releases · ignition-devs/incendium
2.0.0
Features
- Add InParam, OutParam and Param to
incendium.db
Breaking Changes
- All calls to
incendium.db
functions must be changed from creating adict
for IN and OUT params to creating alist
ofInParam
andOutParam
1.1.2
Bug Fixes
- Update icendium.vision.gui constants
1.1.1
1.1.0
BREAKING CHANGES
- Switch from Jython to pure Python version 2.7.18
Miscellaneous Tasks
- Remove
Ignition
'sjython
branch from submodules as this project is now pure Python
Refactor
- Import
unicode_literals
from__future__
- Import and use implementing classes rather than interfaces
- Rename
_User
class toIncendiumUser
as it's used inutil
module
1.0.7.post2
What's new?
- Updated installation instructions
1.0.7.post1
What's new?
- Now when you install
incendium
usingjython -m pip install <release_url>
, it will requireignition-api-jython
.
1.0.7
What's new?
- Now you can install
incendium
usingjython -m pip install <release_url>
Modified
- Refactored
db
module
1.0.6
1.0.5
Modified
- Reduced code complexity setting
--max-complexity=10