Closed AntObi closed 3 months ago
This update introduces version upgrades for several dependencies in both requirements.txt
and requirements-dev.txt
. Notably, pytest
has been upgraded to enhance testing capabilities, while various libraries in requirements.txt
, including pillow
and uncertainties
, have also been updated to improve functionality and stability. Additionally, the version constraint for pymatgen
has been refined in setup.py
to ensure compatibility with future releases. These changes facilitate a more robust development environment.
Files | Change Summary |
---|---|
requirements-dev.txt |
Upgraded pytest from 8.2.0 to 8.3.2 . |
requirements.txt |
Updated versions: pillow from 10.3.0 to 10.4.0 , python-dateutil from 2.9.0 to 2.9.0.post0 , tqdm from 4.66.3 to 4.66.4 , and uncertainties from 3.1.7 to 3.2.2 . |
setup.py |
Modified pymatgen version constraint from >=2024.2.20 to >=2024.2.20,<2024.8.8 . |
sequenceDiagram
participant A as Developer
participant B as CI System
participant C as Test Suite
participant D as Production
A->>B: Push changes
B->>C: Run tests with updated dependencies
C-->>B: Tests pass
B->>D: Deploy to production
🐰 In the garden, changes bloom,
New versions bring away the gloom.
Withpytest
and friends, we leap,
Enhancements made, stability’s deep.
Hop along, let’s code and cheer,
For brighter days, the updates are here! 🌼
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?
Attention: Patch coverage is 90.14085%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 75.26%. Comparing base (
b126e9f
) to head (e91d620
). Report is 49 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
smact/dopant_prediction/doper.py | 79.31% | 6 Missing :warning: |
smact/screening.py | 91.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pulling in dependabot updates
Summary by CodeRabbit
New Features
pillow
,python-dateutil
,tqdm
, anduncertainties
.pymatgen
to ensure compatibility with a known range of dependencies.Bug Fixes
pytest
to the latest version for enhanced testing capabilities, potentially including bug fixes and performance improvements.