Unitxt 1.2.0
Release Notes for Version 1.2.0
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.
 
Fixes
- Fixed bug in Mapping Full List in MapInstanceValues: MapInstanceValues did not correctly map lists (@yoavkatz) - PR #367.
 
Improvements
- 
Update Logging: Unitxt now uses standard logger for better clarity and troubleshooting (@elronbandel) - PR #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.
 - 
Templates Converted to Operators: Transformed templates into operators for improved functionality and integration (@elronbandel) - PR #357.
 
Documentation and Code Coverage:
- Expand Code Coverage and Documentation: Improved documentations and test coverages of operators (@dafnapension) - PR #361 PR #366, PR #370, PR #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 #358
 - Improve filtering operator by @elronbandel in #362
 - Update logging by @elronbandel in #363
 - first draft for expand code coverage and documentation by @dafnapension in #361
 - Add support for mapping full list in MapInstanceValues by @yoavkatz in #367
 - Allow using cache set default to not by @elronbandel in #360
 - Expand code coverage and document operators by @dafnapension in #366
 - cover additional operators by @dafnapension in #370
 - cover take by @dafnapension in #371
 - Turn templates to operators by @elronbandel in #357
 - Update README.md by @elronbandel in #368
 
Full Changelog: 1.1.4...1.2.0