Fast Krippendorff Versions Save

Fast computation of Krippendorff's alpha agreement measure in Python.

v0.6.1

8 months ago
  • Add support for Python 3.12.
  • Drop support for Python 3.8.

v0.6.0

1 year ago
  • Raise an error if a single coder is provided (or if all units were assigned less than 2 coders).
  • Raise an error if the output dtype is not np.inexact.
  • Change asserts to ValueErrors
  • Define more specific typing for the level of measurement, the distance metric callable, the NumPy arrays, and dtypes.

v0.5.2

1 year ago
  • Add support for Python 3.11.
  • Remove support for Python 3.7.

v0.5.1

2 years ago
  • Fix an issue that breaks the usage of missing values (NaNs) when using a string dtype (thanks @normangilmore for the fix!).

v0.5.0

2 years ago
  • Add support to Python 3.10 and drop support to Python 3.6.
  • Allow specifying the return dtype as a parameter in the function alpha.

v0.4.0

3 years ago

The distance metric functions now take NumPy arrays as input and output. The input arrays are broadcasted to determine the shape of the output.

v0.3.3

3 years ago
  • Add support for Python 3.9.
  • Remove support for Python 3.5.
  • Add typing annotations.

v0.3.2

4 years ago
  • Remove pypandoc setup dependency.
  • Add missing numpy install dependency.

v0.3.1

4 years ago

Remove support to Python 3.4 and declare explicit support to Python 3.8.

v0.3.0

5 years ago
  • Fix 'ordinal' metric, which was giving a slightly different value for alpha.
  • Remove support to Python 3.3.