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 pyiron-continuum from 0.0.8 to 0.0.9 #274

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pyiron-continuum from 0.0.8 to 0.0.9.

Release notes

Sourced from pyiron-continuum's releases.

pyiron_continuum 0.0.9

What's Changed

New Contributors

Full Changelog: pyiron/pyiron_continuum@pyiron_continuum-0.0.8...pyiron_continuum-0.0.9

Commits
  • ed6ce87 Merge pull request #260 from pyiron/damask_refactor
  • 2af8328 Super stupid variable name mistake Liam's gonna some day smother me with mapl...
  • e66d7ce Merge remote-tracking branch 'origin' into damask_refactor
  • 8d92388 Merge pull request #256 from pyiron/damask_imports
  • 9a7a497 remove meshr from environment-notebooks-damask.yml
  • ebe67c7 don't pin meshr k3d and pyiron-data
  • ffbd09d use recent damask version
  • a908b4e Merge branch 'main' into damask_imports
  • c53143f changed gird_dim -> spatial_discretization in damask notebooks and factory.py
  • 93aa06e Merge pull request #262 from pyiron/update_ci
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pyiron-continuum-0.0.9 branch 2 times, most recently from 12b29da to 58a0f9e Compare April 22, 2024 10:55
@dependabot dependabot bot force-pushed the dependabot/pip/pyiron-continuum-0.0.9 branch 3 times, most recently from d09d6bf to dd7b06e Compare April 27, 2024 02:12
@dependabot dependabot bot force-pushed the dependabot/pip/pyiron-continuum-0.0.9 branch from 0d46ca1 to 0a373a2 Compare May 6, 2024 11:21
@jan-janssen
Copy link
Member

@dependabot rebase

Bumps [pyiron-continuum](https://github.com/pyiron/pyiron_continuum) from 0.0.8 to 0.0.9.
- [Release notes](https://github.com/pyiron/pyiron_continuum/releases)
- [Commits](pyiron/pyiron_continuum@pyiron_continuum-0.0.8...pyiron_continuum-0.0.9)

---
updated-dependencies:
- dependency-name: pyiron-continuum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyiron-continuum-0.0.9 branch from a74a12d to 6272d71 Compare August 1, 2024 12:13
@jan-janssen jan-janssen marked this pull request as draft August 1, 2024 18:33
@jan-janssen
Copy link
Member

File /opt/conda/lib/python3.11/site-packages/pyiron_continuum/damask/factory.py:36, in MaterialFactory.config(rotation, elements, phase, homogenization)
     34 @staticmethod
     35 def config(rotation, elements, phase, homogenization):
---> 36     _config = ConfigMaterial({'material': [], 'phase': phase, 'homogenization': homogenization})
     37     for r, e in zip(rotation, elements):
     38         _config = _config.material_add(O=r, phase=e, homogenization=list(homogenization.keys())[0])
NameError: name 'ConfigMaterial' is not defined

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

A newer version of pyiron-continuum exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants