Skip to content

Unitxt 1.2.0

Choose a tag to compare

@elronbandel elronbandel released this 10 Dec 11:58
· 1909 commits to main since this release

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:

For more detailed information, please refer to the linked pull requests in our repository.

What's Changed

Full Changelog: 1.1.4...1.2.0