update GALLERY.md & bump version

This commit is contained in:
Andreas Koepf 2025-02-11 23:43:56 +01:00
parent c6ef97ec0b
commit 56ba500959
4 changed files with 465 additions and 7 deletions

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, logic
from .factory import create_dataset, register_dataset
__version__ = "0.1.6"
__version__ = "0.1.7"
__all__ = [
"arc",
"algebra",