Changelog for finance-dag
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to a "realistic" Semantic Versioning as defined here and here.
0.1.0-dev7 - 2026-04-24
Fixed
- Wheel creation issue.
0.1.0-dev6 - 2026-04-24
Fixed
- Wheel build.
0.1.0-dev5 - 2026-04-24
Fixed
- Wheel generation.
0.1.0-dev4 - 2026-04-24
Fixed
- Cross-platform builds.
0.1.0-dev3 - 2026-04-24
Fixed
- Build issue.
0.1.0-dev2 - 2026-04-24
Fixed
- Build directory issue.
0.1.0-dev1 - 2026-04-24
Fixed
- Release automation.
0.1.0-dev0 - 2026-04-24
Added
- Project setup with
uv. - Linting and formatting with
ruff. - Type checking with
mypy. - Core implementation of
finance-daglogic. - Cython integration for performance-critical DAG evaluation.
- Unit tests using
pytest. - Test matrix setup with
toxfor multiple Python versions. - Initial project documentation (README, CONTRIBUTING, LICENSE, and AGENTS).
- Code coverage reporting with
pytest-cov. - GitHub Actions for CI/CD.
- Pre-commit hooks.