New Features and Enhancements:
- **Cache Usage Optimization**: Optimized cache usage with a new default setting to enhance performance by not storing intermediate results in HuggingFace cache (elronbandel) - [PR 360](https://github.com/IBM/unitxt/pull/360).
Fixes
- **Fixed bug in Mapping Full List in MapInstanceValues**: MapInstanceValues did not correctly map lists (yoavkatz) - [PR 367](https://github.com/IBM/unitxt/pull/367).
Improvements
- **Update Logging**: Unitxt now uses standard logger for better clarity and troubleshooting (elronbandel) - [PR 363](https://github.com/IBM/unitxt/pull/363).
- **Better error checking in FilterByListsOfValues Operator**: FilterByListsOfValues now throws and error when filtering all elements of a list, unless explicitly requested otherwise (elronbandel) - [PR 362](https://github.com/IBM/unitxt/pull/362).
- **Templates Converted to Operators**: Transformed templates into operators for improved functionality and integration (elronbandel) - [PR 357](https://github.com/IBM/unitxt/pull/357).
Documentation and Code Coverage:
- **Expand Code Coverage and Documentation**: Improved documentations and test coverages of operators (dafnapension) - [PR 361](https://github.com/IBM/unitxt/pull/361) [PR #366](https://github.com/IBM/unitxt/pull/366), [PR #370](https://github.com/IBM/unitxt/pull/370), [PR #371](https://github.com/IBM/unitxt/pull/371).
For more detailed information, please refer to the linked pull requests in our repository.
What's Changed
* ethos and post processors by naamaz in https://github.com/IBM/unitxt/pull/358
* Improve filtering operator by elronbandel in https://github.com/IBM/unitxt/pull/362
* Update logging by elronbandel in https://github.com/IBM/unitxt/pull/363
* first draft for expand code coverage and documentation by dafnapension in https://github.com/IBM/unitxt/pull/361
* Add support for mapping full list in MapInstanceValues by yoavkatz in https://github.com/IBM/unitxt/pull/367
* Allow using cache set default to not by elronbandel in https://github.com/IBM/unitxt/pull/360
* Expand code coverage and document operators by dafnapension in https://github.com/IBM/unitxt/pull/366
* cover additional operators by dafnapension in https://github.com/IBM/unitxt/pull/370
* cover take by dafnapension in https://github.com/IBM/unitxt/pull/371
* Turn templates to operators by elronbandel in https://github.com/IBM/unitxt/pull/357
* Update README.md by elronbandel in https://github.com/IBM/unitxt/pull/368
**Full Changelog**: https://github.com/IBM/unitxt/compare/1.1.4...1.2.0