Andreas Koepf (aider)
|
c0552097c3
|
feat: Add ProceduralDataset abstract base class for dataset generators
|
2025-01-24 09:51:04 +01:00 |
|
Andreas Koepf
|
c0ca668ce9
|
refactor: Update fraction simplification config with expanded value ranges
|
2025-01-24 09:51:03 +01:00 |
|
Andreas Koepf (aider)
|
5fb6421179
|
refactor: Replace if/elif chain with match/case in _format_fraction
|
2025-01-24 09:43:13 +01:00 |
|
Andreas Koepf (aider)
|
0cb01efbc5
|
feat: Update fraction simplification config to use Sequence and default tuple for styles
|
2025-01-24 09:42:07 +01:00 |
|
Andreas Koepf (aider)
|
e282a779a9
|
feat: Add configurable formatting styles for fraction simplification dataset
|
2025-01-24 09:39:21 +01:00 |
|
Andreas Koepf (aider)
|
b598828e08
|
test: Add test to verify numerators are <= denominators
|
2025-01-24 09:37:27 +01:00 |
|
Andreas Koepf (aider)
|
e1e59d2a2f
|
feat: Ensure numerator is always smaller than denominator in fraction generation
|
2025-01-24 09:35:02 +01:00 |
|
Andreas Koepf (aider)
|
1cc3e434a0
|
refactor: Simplify fraction simplification dataset metadata
|
2025-01-24 09:30:12 +01:00 |
|
Andreas Koepf (aider)
|
0051d46466
|
feat: Add multiple LaTeX fraction formatting styles to FractionSimplificationDataset
|
2025-01-24 09:28:58 +01:00 |
|
Andreas Koepf
|
b29f81a4dc
|
add gcd default max_value to 10_000
|
2025-01-24 09:18:46 +01:00 |
|
Andreas Koepf (aider)
|
b48307a9ec
|
fix: Ensure simplified fraction values stay within configured bounds
|
2025-01-24 09:11:07 +01:00 |
|
Andreas Koepf (aider)
|
dce32139f3
|
feat: Add fraction simplification dataset to arithmetic module
|
2025-01-24 09:10:15 +01:00 |
|
Andreas Koepf (aider)
|
d8cce4672b
|
feat: Modify LCM dataset to generate numbers with LCM less than their product
|
2025-01-24 09:02:57 +01:00 |
|
Andreas Koepf (aider)
|
830b1e3979
|
feat: Enhance GCD dataset to retry generating numbers with GCD > 1
|
2025-01-24 08:58:59 +01:00 |
|
Andreas Koepf (aider)
|
e58a0e2f94
|
feat: Add LCM dataset generator for arithmetic reasoning tasks
|
2025-01-24 08:55:16 +01:00 |
|
Andreas Koepf (aider)
|
d7ef1d471b
|
feat: Add GCD dataset imports to arithmetic module
|
2025-01-24 08:51:29 +01:00 |
|
Andreas Koepf (aider)
|
6cf01debdb
|
test: Add comprehensive unit tests for GCDDataset
|
2025-01-24 08:49:32 +01:00 |
|
Andreas Koepf (aider)
|
c88ec95762
|
feat: Add GCD dataset generator for finding GCD of multiple integers
|
2025-01-24 08:47:19 +01:00 |
|
Andreas Koepf
|
cf07ee8eae
|
bump version, remove accidentially checked in file
|
2025-01-23 23:37:24 +01:00 |
|
Andreas Koepf (aider)
|
aa4813c4e7
|
docs: Add NumberSortingDataset to README task overview
|
2025-01-23 23:30:51 +01:00 |
|
Andreas Koepf (aider)
|
ecb7d1bca1
|
feat: Add NumberSortingDataset to algorithmic package with configuration and tests
|
2025-01-23 23:28:15 +01:00 |
|
Andreas Koepf (aider)
|
a5cee4f3f3
|
feat: Add Game Tasks section with Sudoku and Mini Sudoku datasets
|
2025-01-23 23:22:02 +01:00 |
|
Andreas Koepf (aider)
|
3c3a42f07f
|
fix: Improve mini sudoku board generation and empty cell handling
|
2025-01-23 23:16:59 +01:00 |
|
Andreas Koepf (aider)
|
0311aa56e5
|
test: Add comprehensive unit tests for MiniSudokuDataset
|
2025-01-23 23:15:36 +01:00 |
|
Andreas Koepf (aider)
|
a503089587
|
feat: Add mini sudoku puzzle generator to games package
|
2025-01-23 23:14:51 +01:00 |
|
Andreas Koepf (aider)
|
d7983c9545
|
test: Add comprehensive unit tests for SudokuDataset
|
2025-01-23 22:57:02 +01:00 |
|
Andreas Koepf (aider)
|
87d1db2a1a
|
feat: Add Sudoku puzzle generator with configurable difficulty
|
2025-01-23 22:55:09 +01:00 |
|
Andreas Koepf (aider)
|
fdf5e26e09
|
docs: Add PrimeFactorizationDataset to README task overview
|
2025-01-23 22:52:31 +01:00 |
|
Andreas Koepf (aider)
|
e6b16c484e
|
test: Add comprehensive unit tests for prime factorization dataset
|
2025-01-23 22:51:20 +01:00 |
|
Andreas Koepf (aider)
|
3c1232888c
|
feat: Clarify prime factorization example and answer format
|
2025-01-23 22:50:00 +01:00 |
|
Andreas Koepf (aider)
|
a4391fe5f6
|
feat: Add prime factorization task generator with configurable range and example
|
2025-01-23 22:46:58 +01:00 |
|
Andreas Koepf (aider)
|
466b78a816
|
test: Add task overview section to README.md
|
2025-01-23 22:29:55 +01:00 |
|
Andreas Koepf (aider)
|
562dfb1813
|
refactor: Rename chain_sum to chain_sum_dataset for consistency
|
2025-01-23 22:27:48 +01:00 |
|
Andreas Koepf (aider)
|
2b58508701
|
feat: Update arithmetic __init__.py with docstring and additional exports
|
2025-01-23 22:26:51 +01:00 |
|
Andreas Koepf (aider)
|
cc16eaf60c
|
feat: Add arithmetic dataset functions to algorithmic package __init__
|
2025-01-23 22:24:59 +01:00 |
|
Andreas Koepf (aider)
|
b8c69aa89f
|
feat: Add leg counting imports and exports to arithmetic package
|
2025-01-23 22:22:12 +01:00 |
|
Andreas Koepf (aider)
|
f8219a7a6a
|
refactor: Remove centipede from ANIMALS due to variable leg count
|
2025-01-23 22:18:59 +01:00 |
|
Andreas Koepf (aider)
|
0a239af02d
|
refactor: Sort ANIMALS dictionary by leg count with alphabetical order within groups
|
2025-01-23 22:17:27 +01:00 |
|
Andreas Koepf (aider)
|
8f3a52350c
|
feat: Add more 4-legged and 6-legged animals to ANIMALS dictionary
|
2025-01-23 22:16:08 +01:00 |
|
Andreas Koepf (aider)
|
6184941d6c
|
feat: Add more diverse animals to leg counting dataset
|
2025-01-23 22:14:15 +01:00 |
|
Andreas Koepf (aider)
|
1f6bc9c223
|
feat: Add comprehensive tests for leg counting dataset and configuration
|
2025-01-23 22:09:35 +01:00 |
|
Andreas Koepf (aider)
|
ce9076d7af
|
feat: Add leg counting arithmetic task generator with animal leg counting functionality
|
2025-01-23 22:08:42 +01:00 |
|
Andreas Koepf (aider)
|
fec8a0b54d
|
test: Add comprehensive unit tests for BaseConversionDataset
|
2025-01-23 21:50:58 +01:00 |
|
Andreas Koepf (aider)
|
45cf64ff37
|
feat: Add hint for lowercase letters in base conversion questions for bases > 10
|
2025-01-23 21:49:08 +01:00 |
|
Andreas Koepf (aider)
|
9dcf4c11b2
|
refactor: Remove unnecessary rstrip('L') calls in base conversion
|
2025-01-23 21:46:06 +01:00 |
|
Andreas Koepf (aider)
|
00fc115131
|
fix: Strip whitespace from base conversion source and target representations
|
2025-01-23 21:41:20 +01:00 |
|
Andreas Koepf (aider)
|
f3f7d1c96b
|
feat: Add base conversion task with configurable base ranges
|
2025-01-23 21:37:40 +01:00 |
|
Andreas Koepf (aider)
|
30d3ef6b05
|
test: Add comprehensive unit tests for number filtering task
|
2025-01-23 20:42:20 +01:00 |
|
Andreas Koepf (aider)
|
011c5b34e7
|
feat: Add number filtering task to algorithmic package
|
2025-01-23 20:39:50 +01:00 |
|
Andreas Koepf (aider)
|
b32c6519c4
|
test: Add comprehensive unit tests for WordReversalDataset
|
2025-01-23 20:26:12 +01:00 |
|