-
Notifications
You must be signed in to change notification settings - Fork 15
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-base from 0.9.12 to 0.10.0 #1531
Conversation
Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.9.12 to 0.10.0. - [Release notes](https://github.com/pyiron/pyiron_base/releases) - [Changelog](https://github.com/pyiron/pyiron_base/blob/main/CHANGELOG.md) - [Commits](pyiron/pyiron_base@pyiron_base-0.9.12...pyiron_base-0.10.0) --- updated-dependencies: - dependency-name: pyiron-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Pull Request Test Coverage Report for Build 10533586232Details
💛 - Coveralls |
|
|
@samwaseda There seems to be an issue with the backwards compatibility of the |
|
I guess the remaining errors are not related to |
@pmrv I guess the |
Am looking at it. |
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
@pmrv I patched the conda package under the assumption that
|
@samwaseda The windows error of the calphy job seems to be related to the |
Hmmm I’m not really sure if it’s related, because if it’s related it shouldn’t be able to load the job in the first place |
Looking at the code briefly, I feel the issue might be related to the def transfer_files(origin_path: str, project_path: str):
"""
Transfer files from the origin path to the project path.
Args:
origin_path (str): Path to the origin directory.
project_path (str): Path to the project directory.
Returns:
pandas.DataFrame: Job table.
str: Common path.
"""
df = get_dataframe(origin_path=origin_path)
common_path = os.path.commonpath(list(df["project"]))
copytree(os.path.join(origin_path, common_path), project_path, dirs_exist_ok=True)
return df, common_path Should not this be |
it still doesn’t sound really plausible because the error comes from the fact that the class simply doesn’t have |
I just checked |
I’m actually not sure right now how |
I'm assuming the issue is with the database entries after importing the project. If you follow the logic in here called from |
Ok I’ll look into it then |
@pmrv and @samwaseda I was able to fix the windows tests with the fix in pyiron/pyiron_base#1616 . So now it is primarily the jupyter notebook tests and in there the copying of the jobs that fails. |
Nice! I guess now the problems are not related to pack unpack right? |
Yes, I patched the |
Bumps pyiron-base from 0.9.12 to 0.10.0.
Release notes
Sourced from pyiron-base's releases.
Commits
04ddd73
Merge pull request #1605 from pyiron/dependabot/pip/numpy-2.1.0c90cfa1
backwards compatibilitycb629ce
Accept more warnings3d57600
[dependabot skip] Update environment3fff19d
Bump numpy from 2.0.1 to 2.1.0d10bc69
Merge pull request #1607 from pyiron/updates49e4ffd
Merge pull request #1364 from pyiron/hasdictcf9c4d1
Merge pull request #1608 from pyiron/h5io_browser96ef894
Update environment.yml249d448
Update environment-mini.ymlDependabot 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)