Commit graph

86 commits

Author SHA1 Message Date
abdulhakeem
01da24978e Update README.md 2025-01-25 13:22:46 -06:00
abdulhakeem
ea1c7795ef Add set up instructions 2025-01-25 13:13:06 -06:00
Andreas Koepf (aider)
7c61924335 refactor: Rename UnscrambleWordsDataset to LetterJumbleDataset 2025-01-25 18:37:42 +01:00
Andreas Koepf (aider)
f531d6b513 feat: Add unscramble_words dataset with configurable word scrambling 2025-01-25 18:21:31 +01:00
Andreas Koepf
9340bd5b5e docs: Remove outdated 'Sorting' dataset reference from README 2025-01-25 18:21:29 +01:00
Andreas Koepf (aider)
06793ffbe0 feat: Add CaesarCipherDataset to README algorithmic tasks section 2025-01-25 18:05:50 +01:00
Andreas Koepf (aider)
b3258f03c3 feat: Add Caesar cipher dataset generator with encryption and decryption tasks 2025-01-25 18:00:13 +01:00
Andreas Koepf (aider)
4bfa9fd987 docs: Fix typos in README.md 2025-01-25 02:38:27 +01:00
Andreas Koepf
bcc3ddbb3b add simple example how to use the create_dataset() factory function 2025-01-25 02:16:54 +01:00
Andreas Koepf (aider)
88f27d4004 docs: Add CountdownDataset to game tasks overview in README 2025-01-25 01:58:54 +01:00
panispani
f71b6d869e Update README to include Maze task 2025-01-24 21:57:03 +00:00
panispani
f2ce88429c Fix spelling mistake in README 2025-01-24 21:19:24 +00:00
panispani
c0dea48ab0 Reformat README 2025-01-24 21:19:03 +00:00
panispani
af0e6e800b Update README to include PolynomialEquations task 2025-01-24 20:44:48 +00:00
Andreas Koepf (aider)
57c3d2a746 docs: Add division operator to BasicArithmeticDataset description 2025-01-24 18:18:37 +01:00
Andreas Koepf (aider)
b19cea9419 feat: Add ColorCubeRotationDataset to README with example and documentation 2025-01-24 17:41:33 +01:00
Andreas Koepf (aider)
e6e8f8cc42 refactor: Rename relationships module to graphs 2025-01-24 16:50:12 +01:00
Andreas Koepf (aider)
b6f673aa54 feat: Add family relationships dataset with configurable family trees 2025-01-24 16:46:43 +01:00
Andreas Koepf
fd388f917b rename SequenceDataset -> NumberSequenceDataset 2025-01-24 16:23:02 +01:00
Andreas Koepf (aider)
b66b1c09b9 feat: Add SimpleEquationsDataset to algebra module
Developed together with Benjamin Rio (benjamrio)
2025-01-24 16:08:05 +01:00
Andreas Koepf
98988c8481 Rename ArithmeticDataset to BasicArithmeticDataset 2025-01-24 10:31:26 +01:00
Andreas Koepf (aider)
95d9974911 refactor: Rename ArithmeticDataset to BasicArithmeticDataset 2025-01-24 10:02:02 +01:00
Andreas Koepf (aider)
1220118d95 feat: Add fraction simplification dataset to arithmetic module 2025-01-24 09:10:15 +01:00
Andreas Koepf (aider)
8d369e6ced feat: Add LCM dataset generator for arithmetic reasoning tasks 2025-01-24 08:55:16 +01:00
Andreas Koepf (aider)
1fc5f2eb8f feat: Add GCD dataset generator for finding GCD of multiple integers 2025-01-24 08:47:19 +01:00
Andreas Koepf (aider)
3917990153 docs: Add NumberSortingDataset to README task overview 2025-01-23 23:30:51 +01:00
Andreas Koepf (aider)
51acc2da76 feat: Add Game Tasks section with Sudoku and Mini Sudoku datasets 2025-01-23 23:22:02 +01:00
Andreas Koepf (aider)
1c02352348 docs: Add PrimeFactorizationDataset to README task overview 2025-01-23 22:52:31 +01:00
Andreas Koepf (aider)
5ef2196813 test: Add task overview section to README.md 2025-01-23 22:29:55 +01:00
Andreas Koepf (aider)
b73c466392 docs: Add documentation for PropositionalLogicDataset to README 2025-01-23 14:50:02 +01:00
Andreas Koepf (aider)
1c0a7e9a7c docs: Add comprehensive documentation for existing generators in README 2025-01-23 14:15:12 +01:00
Andreas Koepf (aider)
48492c4fd8 feat: Add arithmetic_dataset() factory function to basic_arithmetic.py 2025-01-23 12:47:01 +01:00
Andreas Koepf
3077d8571e edit simple example in README 2025-01-23 12:30:52 +01:00
Andreas Koepf (aider)
cfba2cb0d5 docs: Add ChainSum usage example to README 2025-01-23 12:17:20 +01:00
Andreas Koepf
d4628270bb fix README 2025-01-23 11:04:41 +01:00
Andreas Koepf
1b413e0b73 create inital README 2025-01-23 09:40:28 +01:00