Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #166

Merged
merged 89 commits into from
Nov 21, 2024
Merged

Next release #166

merged 89 commits into from
Nov 21, 2024

Conversation

PhilippRue
Copy link
Member

@PhilippRue PhilippRue commented Nov 21, 2024

Checklist for next release

  • finish your development and merge it into the develop branch
  • update documentation
  • update / fix tests
  • bump version numbers (in files aiida_kkr/__init__.py, pyproject.toml, .bumpversion.cfg)

If everything is done, you can merge your changes from develop back into master and create a tag for the new version number. Creating a new tag always triggers publication to pypi (see .github/workflows/cd.yml for the definition of this github action).

PhilippRue and others added 30 commits November 13, 2023 13:34
also refactor tools for combine imps and move some to imp_cluster_tools
to reuse the functions in there for the new STM-scanning feature
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v3.6.2)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
STM workflow add to the entry points
Renamed STM_wc to kkr_STM_wc
Test for the kkr_STM_wc has been added
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 23.97716% with 799 lines in your changes missing coverage. Please review.

Project coverage is 59.41%. Comparing base (b2bf5ba) to head (9e53278).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
aiida_kkr/tools/tools_STM_scan.py 0.00% 211 Missing ⚠️
aiida_kkr/workflows/kkr_STM.py 14.69% 180 Missing ⚠️
aiida_kkr/workflows/_combine_imps.py 2.70% 108 Missing ⚠️
aiida_kkr/tools/imp_cluster_tools.py 15.51% 98 Missing ⚠️
aiida_kkr/tools/ldau.py 4.08% 47 Missing ⚠️
aiida_kkr/workflows/imp_BdG.py 3.70% 26 Missing ⚠️
aiida_kkr/calculations/kkrimp.py 35.13% 24 Missing ⚠️
aiida_kkr/tools/combine_imps.py 19.23% 21 Missing ⚠️
aiida_kkr/workflows/kkr_imp_sub.py 38.46% 16 Missing ⚠️
aiida_kkr/workflows/kkr_imp_dos.py 68.75% 15 Missing ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   56.10%   59.41%   +3.30%     
==========================================
  Files         100      102       +2     
  Lines       14009    14606     +597     
==========================================
+ Hits         7860     8678     +818     
+ Misses       6149     5928     -221     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@PhilippRue PhilippRue merged commit ae4e164 into master Nov 21, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants