fix(types): add overload signatures to Dataset.ordered/shuffled for batch type inference
Type checkers now correctly infer:
- Iterable[ST] when batch_size is None (default)
- Iterable[SampleBatch[ST]] when batch_size is int
Closes #28
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This is a binary file and will not be displayed.