Skip to content

Releases: Red-Hat-AI-Innovation-Team/its_hub

v1.1.0

18 Jun 19:19
8f4f346

Choose a tag to compare

What's Changed

Features

  • Structured outputsresponse_format support threaded through LM, orchestrator, and algorithms (#211)
  • Raw choice preservationinclude_raw_choices option to retain full API choice metadata on responses (#226, #227)
  • LLM Judge improvements — robust JSON extraction (markdown fences, truncated JSON, regex fallback), structured output schema for scoring
  • Coding agent plugin.claude-plugin/ and .codex-plugin/ with skills for inference scaling, batch scaling, setup guide
  • Algorithm animations — ManimGL visualizations for self-consistency, best-of-n, particle filtering (#225)
  • E2e test suite — async and sync mode end-to-end tests with AIME/MATH500 subsets (#212)

Fixes

  • TaskGroup error handling — wraps ExceptionGroup into a descriptive RuntimeError with counts and type summary (#233)
  • Retryable errors expandedRETRYABLE_ERRORS now includes ConnectionError, TimeoutError, OSError, and aiohttp.ClientError
  • Concurrency race in test mocksStepMockLanguageModel fix (#221)
  • Circular reference in include_raw_choices (#227)
  • Eval harness — removed phantom type_check dimension, redistributed weights (#224)

Chores / CI

  • Better test coverage workflows (#219, #234)
  • Dependabot + Mergify configs, issue/PR templates
  • Removed factory.md config file (#238)
  • Docs sidebar navigation fixes (#222)
  • Default max_tries reduced from 8 to 3

API Changes

  • AbstractOrchestrator.agenerate() signature simplified: explicit max_tokens, temperature, include_stop_str_in_output, tools, tool_choice params replaced with **kwargs. Callers using keyword args are unaffected.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Apr 20:37
7c81762

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v1.0.0

v0.3.5 - Entropic Particle Filtering

26 Nov 20:09
6e9df10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4 - Dedup response. Update workflow. Add back uvicorn dependency

07 Nov 03:08
0957b06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3 upgrade reward-hub; remove uvicorn bound

22 Oct 15:48
1f37ba4

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2 fix-bon processing bug; upgrade dependency range;

21 Oct 22:37
25d8802

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1 Release include Litellm integration, llm-judge reward, reward-hub upgrade

17 Oct 18:38
d53e99d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Oct 13:34
f649cc3

Choose a tag to compare

What's Changed

  • Lower Python version requirement to >=3.10 by @xukai92 in #153

Full Changelog: v0.2.5...v0.3.0

v0.2.5

15 Oct 18:01
81081df

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

Release endpoint feature & upgrade vllm dependency version

06 Oct 16:03
4ba91d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3a1...v0.2.4