Closed kavanase closed 5 months ago
This update weaves a tapestry of improvements throughout the project, enhancing functionality, maintainability, and user experience. From upgrading Python versions to refining workflows, handling errors gracefully, and enriching documentation and testing, these changes aim to elevate the project's quality and efficiency.
File Path | Change Summary |
---|---|
.github/workflows/... |
Updated Python version, upgraded GitHub Actions, refined triggers, and modified test commands. |
.readthedocs.yaml |
Updated OS version to ubuntu-22.04 and Python version to 3.11 . |
CHANGELOG.rst |
Version 3.3.2: Added verbose options, improved oxi-state guessing, efficiency updates. |
README.md , docs/index.rst |
Updated publication link for K. Li et al.'s paper. |
setup.py , docs/conf.py |
Version number updated from '3.3.1' to '3.3.2'. |
shakenbreak/... |
Enhanced functionality with verbose options, improved error handling, and updated function calls. |
tests/... |
Improved test setups, added custom decorators, and refined test functions. |
🐰✨ In the warren, beneath the moon's glow, Changes whisper through the code's flow. Upgraded, refined, a dance of lines, A rabbit's touch in digital signs. Celebrate the craft, hop and twirl, In the burrow of bytes, a new world unfurls. 🌟🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
verbose
option to various functions for enhanced output detail.Bug Fixes
apply_dimer_distortion
function to ensure specific operations sequence.Documentation
Refactor
verbose
parameter for conditional output.Tests
Chores