Skip to content

Releases: IBM/unitxt

Unitxt 1.26.10

Choose a tag to compare

@yoavkatz yoavkatz released this 27 May 10:41
3989798

Security Fixes

  • Fix CWE-95 (Eval Injection) in _get_torch_dtype() (#1964)
  • Upgrade vulnerable dependencies in TORR benchmark requirements (#1968)

Bug Fixes

  • Fix qa evaluation data classification policy (#1962)
  • Update inference tests for WatsonX model deprecations and API changes (#1969)
  • CI compatibility fixes (HF_TOKEN, arena-hard migration, datasets 4.8.5, huggingface_hub 1.16, numpy 2.0, and pandas 3.0) (#1966)

What's Changed

  • Fix qa evaluation data classification policy by @yoavkatz in #1962
  • fix: CI compatibility fixes (HF_TOKEN, arena-hard migration, datasets 4.8.5) by @yoavkatz in #1966
  • fix: upgrade vulnerable dependencies in TORR benchmark requirements by @csrajmohan in #1968
  • fix: Update inference tests for WatsonX model deprecations and API changes by @yoavkatz in #1969
  • Security: Fix CWE-95 (Eval Injection) in _get_torch_dtype() by @yoavkatz in #1964
  • fix: Compatibility with huggingface_hub 1.16, numpy 2.0, and pandas 3.0 by @yoavkatz in #1971

Full Changelog: 1.26.9...1.26.10

Unitxt 1.26.9

Choose a tag to compare

@elronbandel elronbandel released this 13 Jan 09:31
20b951e

What's Changed

Full Changelog: 1.26.8...1.26.9

Unitxt 1.26.8

Choose a tag to compare

@elronbandel elronbandel released this 06 Jan 12:22
ea47e51

What's Changed

Full Changelog: 1.26.7...1.26.8

Unitxt 1.26.7

Choose a tag to compare

@elronbandel elronbandel released this 03 Dec 15:49
f24c1be

What's Changed

New Contributors

Full Changelog: 1.26.6...1.26.7

Unitxt 1.26.6

Choose a tag to compare

@elronbandel elronbandel released this 07 Aug 08:44
076649a

What's Changed

Full Changelog: 1.26.5...1.26.6

Unitxt 1.26.5

Choose a tag to compare

@elronbandel elronbandel released this 31 Jul 14:10
8eb8974

What's Changed

New Contributors

Full Changelog: 1.26.4...1.26.5

Unitxt 1.26.4

Choose a tag to compare

@elronbandel elronbandel released this 22 Jul 14:35
83063f9

What's Changed

Full Changelog: 1.26.3...1.26.4

Unitxt 1.26.3

Choose a tag to compare

@elronbandel elronbandel released this 16 Jul 17:47
728fcc8

What's Changed

Full Changelog: 1.26.2...1.26.3

Unitxt 1.26.2

Choose a tag to compare

@elronbandel elronbandel released this 16 Jul 09:44
68aa406

What's Changed

Full Changelog: 1.26.1...1.26.2

Unitxt 1.26.1

Choose a tag to compare

@elronbandel elronbandel released this 10 Jul 17:27
b6cc840

Lock datasets dependency to <4.0.0

The latest datasets v4.0.0 release removes support for loading datasets with trust_remote_code=True. This change breaks compatibility with many datasets currently in the Unitxt catalog, as several datasets require this feature to load properly.

This patch restricts the datasets version to below 4.0.0 until we can find or develop replacements for affected datasets.