update gallery, pypi release, bump version

This commit is contained in:
Andreas Koepf 2025-03-05 23:45:45 +01:00
parent d9638df79c
commit 862617b7e0
3 changed files with 766 additions and 1291 deletions

2043
GALLERY.md

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "reasoning_gym"
version = "0.1.13"
version = "0.1.14"
authors = [
{ name = "Open-Thought community", email = "andreas.koepf@xamla.com" },
]

View file

@ -5,7 +5,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
from . import algebra, algorithmic, arc, arithmetic, code, cognition, data, games, geometry, graphs, induction, logic
from .factory import create_dataset, register_dataset
__version__ = "0.1.13"
__version__ = "0.1.14"
__all__ = [
"arc",
"algebra",