Changelog

All notable changes to JAX DataLoader will be documented in this file.

[0.1.2] - 2025-03-30

Changed

  • Updated package name to match PyPI repository

  • Fixed GitHub Actions workflow for automated releases

[0.1.1] - 2024-03-21

Added

  • Comprehensive examples directory with various use cases

  • Memory management optimizations

  • Enhanced batch size calculation

  • Better error handling

  • Updated documentation

Changed

  • Improved memory efficiency

  • Enhanced batch size calculation

  • Better error handling

  • Updated documentation

Fixed

  • Memory leaks in large dataset handling

  • Batch size calculation issues

  • Error handling in edge cases

[0.1.0] - 2024-03-20

Added

  • Initial release

  • Basic DataLoader functionality

  • Support for various data formats (CSV, JSON, Images)

  • Memory management

  • Multi-GPU support

  • Progress tracking

  • Data augmentation capabilities

  • Caching system

Changed

  • None (initial release)

Fixed

  • None (initial release)