Skip to content

0.4.0

Choose a tag to compare

@jdebacker jdebacker released this 16 Jun 03:50
· 14 commits to master since this release
a5af39a

This release:

Changed

  • Migrated the project from conda to uv. Install with uv sync --extra dev; pyproject.toml is the single source of truth for dependencies and uv.lock pins exact versions.
  • CI uses astral-sh/setup-uv, and ruff replaces black for formatting and linting (check_format.yml -> check_ruff.yml).
  • Updated the README, AGENTS.md, and the Makefile to the uv workflow.

Removed

  • setup.py, environment.yml, pytest.ini, and MANIFEST.in (their settings moved into pyproject.toml).