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

Bump pympipool from 0.7.17 to 0.8.1 #301

Closed
wants to merge 7 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps pympipool from 0.7.17 to 0.8.1.

Release notes

Sourced from pympipool's releases.

pympipool 0.8.1

What's Changed

Full Changelog: pyiron/pympipool@pympipool-0.8.0...pympipool-0.8.1

pympipool 0.8.0

What's Changed

Full Changelog: pyiron/pympipool@pympipool-0.7.18...pympipool-0.8.0

pympipool 0.7.18

What's Changed

Full Changelog: pyiron/pympipool@pympipool-0.7.17...pympipool-0.7.18

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 29, 2024
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/dependabot/pip/pympipool-0.8.1

@liamhuber
Copy link
Member

Will require a version of pyiron_base that accepts it, at a minimum

Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.17 to 0.8.1.
- [Release notes](https://github.com/pyiron/pympipool/releases)
- [Commits](pyiron/pympipool@pympipool-0.7.17...pympipool-0.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pympipool-0.8.1 branch from a0f6815 to 9fc2c55 Compare April 29, 2024 18:27
@jan-janssen
Copy link
Member

Will require a version of pyiron_base that accepts it, at a minimum

This got merged this morning so I am happy to push a new release depending on how urgent you need this:
pyiron/pyiron_base#1418

@liamhuber
Copy link
Member

Will require a version of pyiron_base that accepts it, at a minimum

This got merged this morning so I am happy to push a new release depending on how urgent you need this: pyiron/pyiron_base#1418

@jan-janssen, thanks for the attentiveness! No rush at all on my end though, I was just making a note-to-self for why it didn't get merged along with the rest of the version bumps

@jan-janssen
Copy link
Member

I would like to get pyiron/pyiron_base#1417 merged before we release a new version, so I am just waiting for a review - it should be done till the end of the week.

@jan-janssen
Copy link
Member

The following packages are incompatible
├─ pyiron_atomistics 0.5.3**  is installable and it requires
│  └─ pyiron_base >=0.7.7,<=0.8.2 , which can be installed;
└─ pyiron_base 0.8.3**  is not installable because it conflicts with any installable versions previously reported.

@liamhuber
Copy link
Member

Superseded by #313

@liamhuber liamhuber closed this May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/pympipool-0.8.1 branch May 6, 2024 23:56
@liamhuber
Copy link
Member

Oops, got my tabs mixed up.

This won't get superceded by #313, because pylammpsmpi (and thus pyiron_atomistics) is still pinned at 0.8.0.

@liamhuber liamhuber restored the dependabot/pip/pympipool-0.8.1 branch May 6, 2024 23:58
@liamhuber
Copy link
Member

@dependabot recreate

@liamhuber liamhuber reopened this May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #314.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/pympipool-0.8.1 branch May 6, 2024 23:59
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+1.66% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (744ebfc) 3501 3070 87.69%
Head commit (7e50607) 3925 (+424) 3507 (+437) 89.35% (+1.66%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#301) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8977375818

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.35%

Totals Coverage Status
Change from base Build 8976974693: 0.0%
Covered Lines: 3507
Relevant Lines: 3925

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants