Metadata-Version: 2.4
Name: mura
Version: 0.2.5
Summary: WandB, Git, and run-table integration for ML++ / eliminating workflow unevenness
Author-email: Akhil Sadam <sadam.akhil@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: wandb>=0.15.0
Requires-Dist: gitpython>=3.1.31
Requires-Dist: numpy>=1.23.5
Requires-Dist: lightning>=2.0.0
Requires-Dist: torch>=2.0.0
Requires-Dist: einops>=0.6.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: pydantic>=1.10.9

## Changelog:
### 0.2.0 (2025-07-13)
- Major (breaking) change: Refactor-in-progress to use `dataclasses` for better performance and readability
- Major (breaking) change: Ignoring cluster-job-deployment; this will be reintroduced in a future release
- TODO: add support for schema validation

### 0.1.0 (2025-01-01)
- Initial release with slow, dictionary-to-class parsing
- Note-to-self: older qg package releases need to be pinned to this version for compatibility
