Skip to content

Tags: intersystems/iknow

Tags

v1.5.3

Language Model Checkpoint for IRIS 2023.3

v1.5.2

Language Model Checkpoint for IRIS 2023.1

v1.5.1

Language Model Checkpoint for IRIS 2022.3

v1.5

Language Model checkpoint for IRIS 2022.2

v1.4

Add CRC documentation

v1.3.1

Language Model checkpoint for IRIS 2022.1

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.py

bump to v1.1.1 ahead of release

v1.1

Check whether version number complies with PEP 440

a24b7f9 exposed a problem where if the
version number does not comply with PEP 440, it may be normalized by
setuptools, but the build scripts are still looking for a wheel
containing the un-normalized version. This causes the build scripts to
fail to find the wheels that are created. To avoid this situation, we
now check the version number for PEP 440 compliance when building the
Python interface. This will allow non-compliant version number issues to
be caught locally.