New Features
--------------
- ``TextField``: now accepts a vocabulary as input, supports additional special tokens and can operate over nested lists and dictionaries of strings
- ``MultiClassAUC``: new metric to compute non binary AUC
- ``Recall``: new metric to compute non binary recall
- ``BaseSampler``: has a new argument ``downsample_max_samples`` to downsample to a specific number of samples as opposed to a percentage of the data.
- We now use Github Actions for testing and publishing
Bug fixes
---------
- Fixed an issue with serialization on loading Tensors
- Fixed learning rate logging in the ``Trainer``
- ``Perplexity`` now aggregates correctly