12 lines
346 B
Markdown
12 lines
346 B
Markdown
|
|
### Enhancements
|
||
|
|
|
||
|
|
### Features
|
||
|
|
|
||
|
|
### Fixes
|
||
|
|
|
||
|
|
- Fix ruff lint errors (import sorting, unused variable, magic constant)
|
||
|
|
- Fix mypy errors (optional ML dep imports, sqlite row type casts)
|
||
|
|
- Fix ruff format violations across test files
|
||
|
|
- Restore clean bubble_sort_method.py test fixture
|
||
|
|
- Use pytest.importorskip for optional torch/jax/tensorflow deps
|