All notable changes to this project will be documented in this file.
- update type hint for
html
arg (#17) (7012e4f)
- fix packaging issues (#2) (f1359c7)
- update build action (#4) (d3dff81)
- add dependabot (#6) (2317873)
- use
deps
scope for pre-commit.ci (#9) (e0e6d54)
- 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)
- update black from 21.12b0 to 22.1.0 (23c517d)
- add
[email protected]
(071969e) - bump actions/setup-python from 2 to 3 (#7) (98b2d9a)
- bump actions/checkout from 2 to 3 (#8) (6689190)
- bump .pylintrc from 2.12.2 to 2.13.2 (#11) (e9b002b)
- pre-commit autoupdate (#14) (ef4bd83)
- update pylint configuration (#15) (74de37d)
- update type hinting on
translate
(96fa579)
- remove files from
MANIFEST.in
(c9a7b7c)
- undo java.lang.String (739c194)
- update PyPI upload workflow (42896c5)
- 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)
- make PyDataSet iterable (3d8186c)
- correct typo in docstring (23107c1)
- disable consider-using-f-string (82594e0)
- update the copyright notice date (330d7ef)
- update README.md (c7d6fb6)
- update README.md (a278d70)
- replaced datetime for Date (fe6b4f7)
- ✏️ fix typo (7e14deb)
- 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 topip
release (8237aa5)
- java.util.Date (91f164e)
- add pylint (e893adb)
- add
com
package (2a7fa49) - improve code quality (a96322a)
- 🎨 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)
- bump flake8 and isort to latest version (fe27c71)
- rearrange hooks (f293b1c)
- add pydocstyle hook (4f14a9d)
- remove D209 from ignored codes (a9b7d12)
- remove E211 and E99 from ignore (0e2318f)
- remove W503 from ignore (04947ec)
- update black 21.5b1 → 21.5b2 (7addd05)
- pre-commit autoupdate (11d5f53)
- pre-commit autoupdate (d854978)
- check max complexity (eeaa271)
- pre-commit autoupdate (ad46b0a)
- update black from 21.6b0 to 21.7b0 (3b57423)
- pre-commit autoupdate (5c6ba18)
- pre-commit autoupdate (d19a279)
- add pylint workflow (477d799)
- skip pylint (0905053)
- pre-commit autoupdate (26d7332)
- add flake8 to pre-commit hooks (741e994)
- Black (5a8ad81)
- flake8 (c686ba6)
- add flake8 and isort badges (3a38821)
- 🎨 make isort compatible with black (7547df1)
- Updated copyright legend. (31c53f7)
- Added getConnectionInfo and setDataSeourceEnabled. (db6dfd6)
- Fixed docstring. (7f8a07d)
- 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)
- Added get_timer (d9b0a70)
- Updated copyright legend. (b7a2f31)
- Updated copyright legend. (ab859d3)
- Throwable now inherits from BaseException. (5f19240)
- Added missing methos to all (1f2dc97)
- Updated copyright legend. (7b4852d)
- Added argument to winsound.MessageBeep funciton call. (d06c492)
- For numbers and collections we should compare to None. (7a07ba5)