Conversation
Merge develop branch changes into the master branch
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.9.0 to 2.9.0.post0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [uncertainties](https://github.com/lmfit/uncertainties) from 3.1.7 to 3.2.2. - [Release notes](https://github.com/lmfit/uncertainties/releases) - [Changelog](https://github.com/lmfit/uncertainties/blob/master/CHANGES.rst) - [Commits](lmfit/uncertainties@3.1.7...3.2.2) --- updated-dependencies: - dependency-name: uncertainties dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.3 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.3...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThis update introduces version upgrades for several dependencies in both Changes
Sequence Diagram(s)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
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- requirements-dev.txt (1 hunks)
- requirements.txt (3 hunks)
Files skipped from review due to trivial changes (1)
- requirements.txt
Additional comments not posted (1)
requirements-dev.txt (1)
4-4: Upgradepytestto version 8.3.2.The update to
pytestfrom version8.2.0to8.3.2likely includes bug fixes, performance improvements, or new features. Ensure that the updated version is compatible with your existing test suite and other dependencies.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #298 +/- ##
===========================================
- Coverage 75.40% 75.26% -0.14%
===========================================
Files 24 24
Lines 2236 2361 +125
===========================================
+ Hits 1686 1777 +91
- Misses 550 584 +34 ☔ View full report in Codecov by Sentry. |
Restrict pymatgen version due to windows
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (16)
examples/Practical_tutorial/Images/ASO.gifis excluded by!**/*.gifexamples/Practical_tutorial/Images/Combinations_vs_Permutations.pngis excluded by!**/*.pngexamples/Practical_tutorial/Images/ZurMcGill.jpgis excluded by!**/*.jpgexamples/Practical_tutorial/Images/anderson.gifis excluded by!**/*.gifexamples/Practical_tutorial/Images/atomsinbox.pngis excluded by!**/*.pngexamples/Practical_tutorial/Images/binary-graph.tiffis excluded by!**/*.tiffexamples/Practical_tutorial/Images/forascii.jpgis excluded by!**/*.jpgexamples/Practical_tutorial/Images/lattice_match.gifis excluded by!**/*.gifexamples/Practical_tutorial/Images/linus-pauling.pngis excluded by!**/*.pngexamples/Practical_tutorial/Images/pauling-equation.jpgis excluded by!**/*.jpgexamples/Practical_tutorial/Images/pauling-equation.pngis excluded by!**/*.pngexamples/Practical_tutorial/Images/pauling-equation.tiffis excluded by!**/*.tiffexamples/Practical_tutorial/Images/quaternary-graph.tiffis excluded by!**/*.tiffexamples/Practical_tutorial/Images/site_overlap.gifis excluded by!**/*.gifexamples/Practical_tutorial/Images/ternary-graph.tiffis excluded by!**/*.tiffexamples/Practical_tutorial/Images/toc.gifis excluded by!**/*.gif
Files selected for processing (1)
- setup.py (1 hunks)
Additional comments not posted (1)
setup.py (1)
55-55: Verify compatibility with the newpymatgenversion constraint.The version constraint for
pymatgenhas been updated to>=2024.2.20,<2024.8.8. This change helps prevent compatibility issues with versions released after2024.8.8. Ensure that the project has been tested with this version range to confirm stability and functionality.
Dependabot updates
Pulling in dependabot updates
Summary by CodeRabbit
New Features
pillow,python-dateutil,tqdm, anduncertainties.pymatgento ensure compatibility with a known range of dependencies.Bug Fixes
pytestto the latest version for enhanced testing capabilities, potentially including bug fixes and performance improvements.