Skip to content

v0.2.0

Choose a tag to compare

@Azure99 Azure99 released this 21 Mar 17:48
· 92 commits to main since this release

What's Changed

  • refactor: Replace json_dumps with json.dumps for consistent JSON handling
  • refactor: Use StrEnum instead of Enum, optimize schema-related code
  • refactor: Replace BaseOperator and BaseSchema with Operator and Schema
  • feat: Add functionality to convert row data to Schema objects
  • refactor: Convert Operator, Pipeline, and Provider classes to abstract base classes
  • feat: Unify data abstraction to support local and distributed execution modes
  • refactor: Update configuration for ruff
  • docs: Update readme
  • fix: add missing exports in __init__.py
  • feat: Add support for ray
  • refactor: Rename DatasetType to DatasetEngine
  • refactor: Make Dataset class abstract