Skip to content

Releases: pln-fing-udelar/fast-krippendorff

0.8.0

08 Oct 16:19
Compare
Choose a tag to compare

Add support for Python 3.13.

0.7.0

18 Jun 22:24
85e4d60
Compare
Choose a tag to compare
  • Add support for NumPy v2

0.6.1

04 Oct 15:17
Compare
Choose a tag to compare
  • Add support for Python 3.12.
  • Drop support for Python 3.8.

0.6.0

28 Mar 22:25
Compare
Choose a tag to compare
  • 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.

0.5.2

26 Oct 17:42
Compare
Choose a tag to compare
  • Add support for Python 3.11.
  • Remove support for Python 3.7.

0.5.1

06 Dec 18:54
Compare
Choose a tag to compare
  • Fix an issue that breaks the usage of missing values (NaNs) when using a string dtype (thanks @normangilmore for the fix!).

0.5.0

06 Oct 22:39
Compare
Choose a tag to compare
  • 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.

0.4.0

12 Oct 18:22
Compare
Choose a tag to compare

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

0.3.3

07 Oct 00:52
Compare
Choose a tag to compare
  • Add support for Python 3.9.
  • Remove support for Python 3.5.
  • Add typing annotations.

0.3.2

25 Nov 02:05
Compare
Choose a tag to compare
  • Remove pypandoc setup dependency.
  • Add missing numpy install dependency.