Skip to content

Commit 0da6708

Browse files
committed
release v1.2.1
1 parent 6bcd42e commit 0da6708

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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,

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Release 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.

0 commit comments

Comments
 (0)