Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 14 May 08:57
· 79 commits to main since this release

[1.5.0] - 2026-05-14

πŸš€ Features

  • Replace in-repo linalg with cvx-linalg dependency
  • Upgrade cvx-linalg to 0.3.0

πŸ› Bug Fixes

  • Replace import cvxsimulator with import cvx.simulator
  • Update broken documentation links in README.md
  • Set MARIMO_FOLDER to book/marimo in .rhiza/.env
  • Remove hardcoded sizes in marimo factor model example
  • Update README factor model example for cvx-linalg 0.3.0
  • Update factormodel marimo notebook for cvx-linalg 0.3.0

πŸ’Ό Other

  • Bump version 1.4.14 β†’ 1.5.0

🚜 Refactor

  • Remove simulator version test from test_versions.py

πŸ“š Documentation

  • Add coverage badge to README
  • Expand notebooks and reports nav in mkdocs.yml
  • Fix factor test fixture return type docstring

🎨 Styling

  • Apply ruff import sorting
  • Fix ruff import sorting in remaining files

πŸ§ͺ Testing

  • Bring test coverage to 100%

βš™οΈ Miscellaneous Tasks

  • Sync rhiza template to v0.8.20
  • Update rhiza template to v0.10.5
  • Sync with rhiza template v0.10.5
  • Add mkdocs.yml following cvxcla structure
  • Add pandas to dev dependencies