Skip to content

Releases: ignition-devs/incendium

2.0.0

21 Oct 02:32
d887fac
Compare
Choose a tag to compare

Features

  • Add InParam, OutParam and Param to incendium.db

Breaking Changes

  • All calls to incendium.db functions must be changed from creating a dict for IN and OUT params to creating a list of InParam and OutParam

1.1.2

18 Oct 19:46
94b9a30
Compare
Choose a tag to compare

Bug Fixes

  • Update icendium.vision.gui constants

1.1.1

18 Oct 16:22
1fb56ba
Compare
Choose a tag to compare

Bug Fixes

  • Bring back gui.CURSOR* constants

Full Changelog: v1.1.0...v1.1.1

1.1.0

15 Oct 19:43
1956cd7
Compare
Choose a tag to compare

BREAKING CHANGES

  • Switch from Jython to pure Python version 2.7.18

Miscellaneous Tasks

  • Remove Ignition's jython 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 to IncendiumUser as it's used in util module
    

1.0.7.post2

13 Sep 15:57
e90c07f
Compare
Choose a tag to compare

What's new?

  • Updated installation instructions

1.0.7.post1

13 Sep 15:52
8c23ce9
Compare
Choose a tag to compare

What's new?

  • Now when you install incendium using jython -m pip install <release_url>, it will require ignition-api-jython.

1.0.7

11 Sep 20:07
7da881d
Compare
Choose a tag to compare

What's new?

  • Now you can install incendium using jython -m pip install <release_url>

Modified

  • Refactored db module

1.0.6

05 Aug 01:04
9f0c0e7
Compare
Choose a tag to compare

Fixed

  • break loop after conditions have been met for DisposableConnection (#19)

1.0.5

23 Jun 01:37
c284d7b
Compare
Choose a tag to compare

Modified

  • Reduced code complexity setting --max-complexity=10

1.0.4

25 Feb 02:35
ffc2157
Compare
Choose a tag to compare

Added

  • to_json function under incendium.dataset (Wiki)