(Same as 1.4.0 - rereleasing due to release process error)
Enhancements
* New random generation mechanism to remove dependency between different random generators matanor in https://github.com/IBM/unitxt/pull/414
* New MultipleChoiceTemplate which changes all QA datasets by elronbandel in https://github.com/IBM/unitxt/pull/405
* New MAP, MRR, and RetrievalK metrics by assaftibm in https://github.com/IBM/unitxt/pull/422
* New LoadFromKaggle loader which allows direct loading of datasets from Kaggle by ilyashnil in https://github.com/IBM/unitxt/pull/413
* New StringContainment metric that if one of the references is contained in the prediction by ellarabi in https://github.com/IBM/unitxt/pull/394
* New ConvertToBoolean post processor that changes the predict to either TRUE or FALSE by ellarabi in https://github.com/IBM/unitxt/pull/394
* 15 new open source classification datasets by ilyashnil in https://github.com/IBM/unitxt/pull/410, https://github.com/IBM/unitxt/pull/418
* Documentation is now automatically generate in each release (https://github.com/IBM/unitxt/pull/384)
Bug fixes
* Fixed and improved error checking in multi label F1 by yoavkatz in https://github.com/IBM/unitxt/pull/390
* Changed translations to use normalized_sacrebleu by gitMichal in https://github.com/IBM/unitxt/pull/426
Non backward compatible changes
* MultipleChoice QA datasets need to move to new MultipleChoiceTemplates
* Translation blue metric is now between 0-1 and not 0-100
* New randomization mechanism may change selects selection of demos , randomized text augmentation, or any other random choice.
What's Changed
* metric and processor related to robustness evaluation by ellarabi in https://github.com/IBM/unitxt/pull/394
* Removed variable set in debugging by yoavkatz in https://github.com/IBM/unitxt/pull/409
* Adding simple datasets by ilyashnil in https://github.com/IBM/unitxt/pull/410
* Add multiple choice template and fix mmlu by elronbandel in https://github.com/IBM/unitxt/pull/405
* Fixed error check in multi label F1 by yoavkatz in https://github.com/IBM/unitxt/pull/390
* FIX multiple choice template by perlitz in https://github.com/IBM/unitxt/pull/416
* example of kaggle loader by ilyashnil in https://github.com/IBM/unitxt/pull/413
* Medical abstract by ilyashnil in https://github.com/IBM/unitxt/pull/418
* Multilabel and jsons by ilyashnil in https://github.com/IBM/unitxt/pull/419
* Improve dataset addition tutorial + Fix auto uploads of the catalog to the web by elronbandel in https://github.com/IBM/unitxt/pull/384
* Improve docs by elronbandel in https://github.com/IBM/unitxt/pull/420
* Fix docs and docs compilation tests by elronbandel in https://github.com/IBM/unitxt/pull/421
* Hard code classes names by elronbandel in https://github.com/IBM/unitxt/pull/425
* Retrieval metrics by assaftibm in https://github.com/IBM/unitxt/pull/422
* modify to different bleu impl. by gitMichal in https://github.com/IBM/unitxt/pull/426
* Improve docs by elronbandel in https://github.com/IBM/unitxt/pull/427
* Independent random generators by matanor in https://github.com/IBM/unitxt/pull/414
New Contributors
* ellarabi made their first contribution in https://github.com/IBM/unitxt/pull/394
**Full Changelog**: https://github.com/IBM/unitxt/compare/1.3.1...1.4.0