Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Latest commit

 

History

History
265 lines (172 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

265 lines (172 loc) · 15.9 KB

Changelog

All notable changes to this project will be documented in this file.

[8.0.17.post6] - 2022-04-14

Bug Fixes

  • update type hint for html arg (#17) (7012e4f)

CI

  • fix packaging issues (#2) (f1359c7)
  • update build action (#4) (d3dff81)
  • add dependabot (#6) (2317873)
  • use deps scope for pre-commit.ci (#9) (e0e6d54)

Documentation

  • update downloads badge (a999278)
  • update project title (#3) (61891b1)
  • replace old project name (#5) (a9c6967)
  • use pepy.tech for counting downloads (#12) (1aeb699)
  • add link to org CONTRIBUTING.md (#13) (d559e6c)

Miscellaneous Tasks

Refactor

  • Sourcery refactored main branch (#1) (339de11)
  • improve Version comparison logic (#10) (0fdb0e4)

Styling

  • format pyproject.toml with pyproject-fmt (c5a65c7)
  • sort __all__ (414b74b)

Build

[8.0.17.post5] - 2022-01-21

Features

  • update type hinting on translate (96fa579)

Miscellaneous Tasks

Refactor

  • define ColType as a type alias (33ac2a7)
  • move String alias to java.util (0992a8c)

Build

  • remove files from MANIFEST.in (c9a7b7c)

Revert

[8.0.17.post4] - 2021-12-07

CI

  • update PyPI upload workflow (42896c5)

Features

  • improve date.format (d29f20d)
  • add typing and supporting packages (7e813d3)

Miscellaneous Tasks

Refactor

  • switch to informal interfaces (6f16b00)
  • informal interfaces (6e433ea)

Build

  • update pre-commit config and pyint workflow (7eb692f)
  • update workflows (50a6f83)
  • pre-commit autoupdate (8e279b6)
  • pre-commit autoupdate (51fd6e1)
  • deprecate Python 2.7 (7dd8592)
  • pre-commit autoupdate (ac5f4c7)
  • pre-commit autoupdate (33295f4)
  • pre-commit autoupdate (9c6d342)
  • use Python 2.7 for building package (656324b)

[8.0.17.post3] - 2021-09-21

Features

  • make PyDataSet iterable (3d8186c)

[8.0.17.post2] - 2021-09-20

Bug Fixes

  • correct typo in docstring (23107c1)

CI

  • disable consider-using-f-string (82594e0)

Documentation

Features

  • add build number and update all references (43793ac)
  • add toParseableString implementation (228a823)
  • bump flake8 to 3.9.1 (e7c3428)
  • update black 20.8b1 -> 21.4b0 (935230c)
  • update black 21.4b0 -> 21.4b1 (35e8d09)
  • update black 21.4b1 -> 21.4b2 (e79334d)
  • update black 21.4b2 -> 21.5b0 (15c4ffc)
  • update flake8 3.9.1 -> 3.9.2 (90dced2)
  • update black 21.5b0 -> 21.5b1 (8406ab8)
  • add setup.py (ae671d5)
  • disallow installation on Python 3 (20b5d0a)
  • add com package to pip release (8237aa5)

Miscellaneous Tasks

Refactor

Styling

  • 🎨 tell isort to use Python27 (201abcb)
  • remove blank line (bba432e)
  • update docstrings (ec13618)
  • change from single quotes to double quotes (dcc38dd)
  • fix pylint found errors (3887b4a)

Build

[8.0.17-fix] - 2021-02-13

Features

  • add flake8 to pre-commit hooks (741e994)

Miscellaneous Tasks

  • modify .py files permission (d0b17b4)
  • add targeted Ignition version (835fc55)

Styling

[8.0.15] - 2020-09-04

All

  • Updated copyright legend. (31c53f7)

Db

  • Added getConnectionInfo and setDataSeourceEnabled. (db6dfd6)

File

Incendium.gui

  • added warning, modified error. Added java.lang, and javax.swing packages. Opting for JOptionPane over Ignition's own errorBox and warningBox. (ff1c03e)
  • Modified info method in order to use JOptionPane. (487231e)
  • Added input function. (0d8320a)

Incendium.util

Java

  • Updated copyright legend. (b7a2f31)

Javax

  • Updated copyright legend. (ab859d3)

Lang

  • Throwable now inherits from BaseException. (5f19240)

Perspective

  • Added missing methos to all (1f2dc97)

System

  • Updated copyright legend. (7b4852d)

Tag

Util

  • Added argument to winsound.MessageBeep funciton call. (d06c492)

Validate_form

  • For numbers and collections we should compare to None. (7a07ba5)