Releases: pln-fing-udelar/fast-krippendorff
Releases · pln-fing-udelar/fast-krippendorff
0.8.0
0.7.0
- Add support for NumPy v2
0.6.1
- Add support for Python 3.12.
- Drop support for Python 3.8.
0.6.0
- 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 notnp.inexact
. - Change asserts to
ValueError
s - Define more specific typing for the level of measurement, the distance metric callable, the NumPy arrays, and dtypes.
0.5.2
- Add support for Python 3.11.
- Remove support for Python 3.7.
0.5.1
- Fix an issue that breaks the usage of missing values (NaNs) when using a string
dtype
(thanks @normangilmore for the fix!).
0.5.0
- Add support to Python 3.10 and drop support to Python 3.6.
- Allow specifying the return
dtype
as a parameter in the functionalpha
.
0.4.0
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
- Add support for Python 3.9.
- Remove support for Python 3.5.
- Add typing annotations.
0.3.2
- Remove pypandoc setup dependency.
- Add missing numpy install dependency.