This version brings a big lot of fixes to v3.0.0:
- 3.0.1: Fixes errors when dataset had 1-phoneme long words, and the phoneme had multiple graphemes.
- 3.0.2: Fixes two bugs:
- process killed by kernel when run with cell frequencies, due to generating crossproduct of categories (issue #92).
- Fix bug occuring with debug, where index of predicted frequencies were duplicated.
- 3.0.3: Fixes generated forms having extra spaces due to not resegmenting anymore (issue #93)
- 3.0.4: Fixes broken cell probabilities with cell samples (issue #96)
- 3.0.5: Fixes misalignment in patterns dfs due to merging/unmerging of cells (issue #93 again).
- 3.0.6: Moves integration tests to makefile to use less minutes (issue #97).
- 3.0.7: Fix unwanted reordering of cells, leading to shuffled entropy results.
- 3.0.8: Fixes a few bugs in entropy visualizations.
- 3.0.9: Remove ``tokens_freq.cells`` from CLI and always compute weighted entropies if available. Store the results in ``metadata.json``.
- 3.0.10:
- Ensure the ``Metadata`` class (:class:`qumin.utils.Metadata`) can find the current run directory, when Hydra is not in use, e.g. in custom scripts. See the class documentation for additional details.
- Fix broken features in entropy computations.
- Various small fixes and better warnings.