You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update project configuration and version to 0.10.2 (#42)
* Update project configuration and version to 0.10.2
- Updated version in `__init__.py` and `pyproject.toml` to 0.10.2.
- Added `uv.lock` to `.gitignore`.
- Refactored `pyproject.toml` to use the new build system and dependency groups.
- Simplified GitHub Actions workflows for testing and release processes by consolidating OS and Python version specifications.
* Update Python version constraint in pyproject.toml
- Changed the Python version requirement from ">=3.10" to ">=3.10,<3.15" to restrict compatibility to specific versions.
* Update peak assignment summary and molecule names in usage notebook
- Enhanced the HTML and plain text representations of the peak assignment summary for better readability.
- Updated the molecule name for SAH from "Adenosylhomocysteine" to "S-adenosyl-L-homocysteine" for accuracy.
- Adjusted the Ado molecule name to "Adenosine" for consistency.
- Updated Python version in the notebook metadata from 3.12.11 to 3.13.7.
* Add pre-commit configuration for code quality checks
* run ruff
* fixed configuration
0 commit comments