File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ Knowledge:
2+ - The project uses pixi for development environment management, specifically to handle mixed Python and R dependencies.
3+ - if pixi does not exists (check ` which pixi ` ), set it up with: ` curl -fsSL https://pixi.sh/install.sh | sh `
4+ - To run the project's tests, use the command ` pixi run test ` .
5+ - Documentation is built using the command ` pixi run -e docs docs ` .
6+ - Project versioning is configured dynamically using setuptools-git-versioning.
7+ - The project uses pyproject.toml exclusively for configuration and dependency management,
Original file line number Diff line number Diff line change 44Release Notes
55=============
66
7- Version 1.2.1 :small: `TBD `
7+ Version 1.2.1 :small: `January 21, 2569/2026 `
88--------------------------------------------
99- Refactored project configuration to use `pyproject.toml ` exclusively, replacing `setup.py ` and `requirements.txt `.
1010- Removed duplicate `adjustText ` dependency.
You can’t perform that action at this time.
0 commit comments