url
stringlengths
63
66
repository_url
stringclasses
1 value
labels_url
stringlengths
77
80
comments_url
stringlengths
72
75
events_url
stringlengths
70
73
html_url
stringlengths
52
56
id
int64
3.39M
3.04B
node_id
stringlengths
18
32
number
int64
1
4.39k
title
stringlengths
3
367
user
dict
labels
listlengths
0
5
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
2
milestone
null
comments
listlengths
0
30
created_at
timestamp[s]date
2012-02-26 12:10:46
2025-05-02 18:11:41
updated_at
timestamp[s]date
2012-02-26 14:52:41
2025-05-02 18:16:27
closed_at
stringlengths
0
20
author_association
stringclasses
3 values
type
stringclasses
1 value
active_lock_reason
stringclasses
2 values
sub_issues_summary
dict
body
stringlengths
0
119k
closed_by
dict
reactions
dict
timeline_url
stringlengths
72
75
performed_via_github_app
null
state_reason
stringclasses
4 values
is_pull_request
bool
2 classes
draft
bool
2 classes
pull_request
dict
https://api.github.com/repos/materialsproject/pymatgen/issues/3780
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3780/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3780/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3780/events
https://github.com/materialsproject/pymatgen/issues/3780
2,257,829,642
I_kwDOACgets6Gk78K
3,780
Incompatibility Issue with ALGO Parameter in Incar and Vasprun Classes
{ "login": "yanghan234", "id": 32856137, "node_id": "MDQ6VXNlcjMyODU2MTM3", "avatar_url": "https://avatars.githubusercontent.com/u/32856137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yanghan234", "html_url": "https://github.com/yanghan234", "followers_url": "https://api.github.com/use...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-04-23T02:48:05
2024-04-23T02:48:05
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.9 ### Pymatgen version Version: 2024.4.13 ### Operating system version Ubuntu 20.04 LTS ### Current behavior There appears to be an inconsistency in handling the `ALGO` parameter between the `Incar` and `Vasprun` classes. Specifically, when setting the `ALGO` parameter to "GW0" using ...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3780/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3780/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3781
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3781/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3781/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3781/events
https://github.com/materialsproject/pymatgen/pull/3781
2,258,886,037
PR_kwDOACgets5tehIY
3,781
Fix wrong error type in tests for `io.vasp.sets`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5318590534...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe modification involves updating the type of exception thrown in a specific function within the test suite for VASP sets. Previously, an `OSError` was raised, but now it has been changed to a `...
2024-04-23T13:26:42
2024-04-24T02:09:22
2024-04-24T02:09:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Fix wrong error type in tests for `io.vasp.sets` in #3771, should be `RuntimeError` instead of `OSError`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3781/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3781/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3781", "html_url": "https://github.com/materialsproject/pymatgen/pull/3781", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3781.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3781.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3782
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3782/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3782/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3782/events
https://github.com/materialsproject/pymatgen/pull/3782
2,259,520,834
PR_kwDOACgets5tgosO
3,782
Update `vasprun.converged_ionic` logic when `EDIFFG=0`, REDO of PR #3765
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe recent modifications enhance the `converged_ionic` method in `pymatgen`'s VASP outputs handling by incorporating a check for the `EDIFFG` parameter. This ensures more accurate convergence deter...
2024-04-23T18:33:07
2024-04-23T19:34:43
2024-04-23T18:44:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
This is an attempt to redo #3765 after the tests were broken for some weird reason. All tests still pass locally. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the convergence determination in simulations by including checks based o...
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3782/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3782/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3782", "html_url": "https://github.com/materialsproject/pymatgen/pull/3782", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3782.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3782.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3783
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3783/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3783/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3783/events
https://github.com/materialsproject/pymatgen/pull/3783
2,259,609,112
PR_kwDOACgets5tg76R
3,783
Update `vasprun.converged_ionic` logic when `EDIFFG=0`, REDO of PR #3765
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5318590534, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe recent updates to the pymatgen library focus on refining the handling of VASP output files. Enhancements include improved logic for ionic convergence checks, streamlined class initializations...
2024-04-23T19:22:13
2024-04-23T22:57:10
2024-04-23T22:57:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
see #3765
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3783/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3783/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3783", "html_url": "https://github.com/materialsproject/pymatgen/pull/3783", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3783.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3783.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3784
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3784/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3784/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3784/events
https://github.com/materialsproject/pymatgen/pull/3784
2,264,152,227
PR_kwDOACgets5twZiP
3,784
Fix for incorrect file path in `tests/io/test_zeopp.py`
{ "login": "AntObi", "id": 30937913, "node_id": "MDQ6VXNlcjMwOTM3OTEz", "avatar_url": "https://avatars.githubusercontent.com/u/30937913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AntObi", "html_url": "https://github.com/AntObi", "followers_url": "https://api.github.com/users/AntObi/fo...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5304335471...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe changes involve enhancing parameter descriptions, improving code readability, and updating file paths for better organization and accessibility within the codebase across multiple files in di...
2024-04-25T17:43:49
2024-04-26T01:48:16
2024-04-25T18:35:41Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary I've been testing using `Zeo++` with pymatgen using `io/zeopp` and found that some of the tests were failing. I've determined that the tests were failing due to incorrect file paths to the tests files. Major changes: Fixed incorrect file path in zeopp test file - fix 1: `f"{TEST_FILES_DIR}/cssr/EDI.css...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3784/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3784/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3784", "html_url": "https://github.com/materialsproject/pymatgen/pull/3784", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3784.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3784.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3785
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3785/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3785/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3785/events
https://github.com/materialsproject/pymatgen/pull/3785
2,264,310,102
PR_kwDOACgets5tw7dc
3,785
Fix `ruff` FURB192
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe updates involve modernizing Python syntax across multiple files, enhancing code readability and efficiency. Key changes include upgrading dependency versions in pre-commit hooks, streamlining...
2024-04-25T19:06:53
2024-04-25T19:21:03
2024-04-25T19:17:31Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
plus refactoring FURB192: https://docs.astral.sh/ruff/rules/sorted-min-max
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3785/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3785/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3785", "html_url": "https://github.com/materialsproject/pymatgen/pull/3785", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3785.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3785.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3786
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3786/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3786/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3786/events
https://github.com/materialsproject/pymatgen/pull/3786
2,264,850,320
PR_kwDOACgets5tyxr2
3,786
Install optional `boltztrap2` and `pygraphviz` in CI
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5578251138...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "do we want to merge this as partially complete and leave some of the todos for later?", "Thanks for asking. I was facing some resistance while trying to install them (maybe that's the reason they're not installed in CI). And what make things worse is that I never use any of these.\r\nSome help would be appreciat...
2024-04-26T02:42:19
2024-08-24T13:43:28
2024-08-06T14:57:48Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Install some optional dependencies in CI, to fix #3684. - Fix patch for `bader_caller` (setting `PATH` to empty is easier than changing the `patch` location, and serves the same result where `bader` cannot be found in `PATH`) ### Partially installed on Ubuntu - `boltztrap2`: only with `pip` (`uv`...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3786/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3786/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3786", "html_url": "https://github.com/materialsproject/pymatgen/pull/3786", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3786.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3786.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3787
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3787/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3787/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3787/events
https://github.com/materialsproject/pymatgen/issues/3787
2,267,299,218
I_kwDOACgets6HJD2S
3,787
Periodic boundary condition is not considered in the interpolator of VolumetricData
{ "login": "goodwilling", "id": 56999195, "node_id": "MDQ6VXNlcjU2OTk5MTk1", "avatar_url": "https://avatars.githubusercontent.com/u/56999195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/goodwilling", "html_url": "https://github.com/goodwilling", "followers_url": "https://api.github.com/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Using the following revision, expected interpolation results have been obtained. \r\n\r\n self.xpoints = np.linspace(0.0, (self.dim[0]-1)/self.dim[0], num=self.dim[0])\r\n self.ypoints = np.linspace(0.0, (self.dim[1]-1)/self.dim[1], num=self.dim[1])\r\n self.zpoints = np.linspace(0.0, (self.di...
2024-04-28T02:18:08
2024-04-28T06:08:48
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.11.4 ### Pymatgen version pymatgen 2024.3.1 ### Operating system version Windows 10 ### Current behavior When I use the interpolation method implemented in pymatgen.io.common.VolumetricData, it is found that the results for valence charge density are slightly different compared to tho...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3787/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3787/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3789
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3789/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3789/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3789/events
https://github.com/materialsproject/pymatgen/pull/3789
2,267,470,112
PR_kwDOACgets5t7iXD
3,789
Remove `gulp` from package data, code base and CI tests
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5563699492, "node_id": "LA_kwDOACgets8AAAABS59RJA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/ux", "name": "ux", "color": "28DEA4", "default": false, "description": "User experience" }, { "id": 5585018768, "node_id": "LA_kwDOACgets8AAAABTOS...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe changes involve streamlining configurations, updating URLs, and enhancing error messages across the project files. These adjustments aim to improve setup clarity, documentation accuracy, and us...
2024-04-28T10:11:06
2024-05-15T01:14:34
2024-04-28T22:17:04Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Exclude `gulp` from package data - See discussion in #3788, the binaries and libs of super outdated `gulp` (11 yrs old) should not be included in the package data. And it's taking up half of the package size: ```bash pymatgen-2024.4.13 % du -sh * | sort -hr 15M pymatgen 10M cmd_line ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3789/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3789/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3789", "html_url": "https://github.com/materialsproject/pymatgen/pull/3789", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3789.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3789.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3790
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3790/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3790/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3790/events
https://github.com/materialsproject/pymatgen/pull/3790
2,267,849,459
PR_kwDOACgets5t8ydu
3,790
Format doc strings
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5456916296, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh : this broke some code in pymatgen-analysis-diffusion and thus also in emmet, particularly the change from `symmop` to `symm_op` in `Structure.apply_operation`. Can we announce breaking changes or avoid them if they're made for code style?", "@janosh Seriously, stop breaking stuff with this kind of cosme...
2024-04-28T22:20:08
2024-05-10T19:41:08
2024-04-28T22:41:26Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
plus minor formatting and 1 deprecation of `NRANDOM` -> `n_random` in `coordination_geometry_symmetry_measures_fallback_random`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3790/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3790/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3790", "html_url": "https://github.com/materialsproject/pymatgen/pull/3790", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3790.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3790.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3791
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3791/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3791/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3791/events
https://github.com/materialsproject/pymatgen/issues/3791
2,268,040,239
I_kwDOACgets6HL4wv
3,791
[Dev] `datetime.datetime.utcnow()` deprecated and replacement breaks `strptime`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "It seems I cannot re-open this for some reason. This was closed by the accidentally included `to fix` keyword but was not fixed.\r\n> 7fac0b466bbb18372334b87c990c46a1096b6415 need to fix #3791", "Thanks for the fix @janosh, the Windows tests failing in CI is due to a matplotlib issue https://github.com/materials...
2024-04-29T03:17:59
2024-08-04T14:06:08
2024-08-04T11:16:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## `datetime.datetime.utcnow()` deprecated See discussion in https://github.com/materialsproject/pymatgen/pull/3705#discussion_r1537225117, `datetime.datetime.utcnow()` is marked as deprecated and might be [removed after Python 3.12](https://discuss.python.org/t/deprecating-utcnow-and-utcfromtimestamp/26221/15). ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3791/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3791/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3792
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3792/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3792/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3792/events
https://github.com/materialsproject/pymatgen/pull/3792
2,270,291,348
PR_kwDOACgets5uFOHa
3,792
Imperative doc strings
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5436106752, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe recent updates across various modules in the `pymatgen` package primarily involve semantic adjustments in docstrings for clarity and consistency, and a notable shift from using `np.average` t...
2024-04-30T01:00:31
2024-04-30T17:07:08
2024-04-30T11:46:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
follow up to #3790
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3792/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3792/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3792", "html_url": "https://github.com/materialsproject/pymatgen/pull/3792", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3792.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3792.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3793
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3793/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3793/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3793/events
https://github.com/materialsproject/pymatgen/issues/3793
2,271,241,689
I_kwDOACgets6HYGXZ
3,793
import `monty.json` slowing down core import
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5457739150, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "this is probably import overhead from loading `pandas` and maybe other big packages. if you start an interactive python session first, wait for it to load and then run `poscar = Structure.from_file(\"./POSCAR\")` on its own, i expect it will be faster\r\n", "Thanks for the input! I'm not quite sure as I didn't h...
2024-04-30T11:43:52
2024-11-13T17:49:47
2024-11-13T17:49:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Summary - `from monty.json import xxx` significantly slowly down core modules, as `torch` is eagerly imported - [ ] Might need to look into other commonly used modules For example: ```bash python -X importtime -c "from pymatgen.core.structure import Structure" 2> pmg.log && tuna pmg.log ``` With `torc...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3793/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3793/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3794
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3794/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3794/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3794/events
https://github.com/materialsproject/pymatgen/issues/3794
2,272,574,406
I_kwDOACgets6HdLvG
3,794
`get_points_in_sphere()` has inconsistent return types
{ "login": "fxcoudert", "id": 1980544, "node_id": "MDQ6VXNlcjE5ODA1NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1980544?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fxcoudert", "html_url": "https://github.com/fxcoudert", "followers_url": "https://api.github.com/users/fx...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@fxcoudert thanks for reporting! will be fixed by #3797" ]
2024-04-30T22:17:52
2024-05-01T17:18:13
2024-05-01T17:18:13Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.11.5 ### Pymatgen version 2024.4.13 ### Operating system version _No response_ ### Current behavior When `get_points_in_sphere()` is called with `zip_results=False`, it returns a tuple of numpy arrays: ``` return frac_coords, distances, indices, images ``` However, if it ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3794/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3794/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3795
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3795/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3795/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3795/events
https://github.com/materialsproject/pymatgen/issues/3795
2,272,804,073
I_kwDOACgets6HeDzp
3,795
Monthly issue metrics report
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-01T02:18:00
2024-05-07T03:20:18
2024-05-07T03:20:17Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
# Issue Metrics | Metric | Average | Median | 90th percentile | | --- | --- | --- | ---: | | Time to first response | 1 day, 19:29:22 | 0:20:01 | 3 days, 11:24:24 | | Time to close | 3 days, 15:49:52 | 1 day, 4:59:30 | 9 days, 14:23:36 | | Time to answer | None | None | None | | Metric | Count | | --- | ---: | | Numb...
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3795/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3795/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3796
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3796/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3796/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3796/events
https://github.com/materialsproject/pymatgen/issues/3796
2,272,851,077
I_kwDOACgets6HePSF
3,796
StructureMatcher might be wrong when used to check if two structures are equal.
{ "login": "usccolumbia", "id": 15660723, "node_id": "MDQ6VXNlcjE1NjYwNzIz", "avatar_url": "https://avatars.githubusercontent.com/u/15660723?v=4", "gravatar_id": "", "url": "https://api.github.com/users/usccolumbia", "html_url": "https://github.com/usccolumbia", "followers_url": "https://api.github.com/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "This is a feature not a bug. We have stated explicitly that StructureMatcher is based on coordinate mapping. Unless the coordinates are highly precise and the same tolerances are used, two matched structures do not need to have the same space group. ", "This report is supposed to be regarded as a warning to the ...
2024-05-01T03:15:28
2024-05-02T09:36:54
2024-05-01T10:11:22Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.9 (issue not related to this) ### Pymatgen version 2024.3.1 ### Operating system version Mac Os Sonoma 14.3. (issue not related to this) ### Current behavior StructureMatcher has been frequently used recently to evaluate crystal structure generators such as CDVAE and crystal structur...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3796/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3796/timeline
null
not_planned
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3797
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3797/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3797/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3797/events
https://github.com/materialsproject/pymatgen/pull/3797
2,273,846,002
PR_kwDOACgets5uRO7Z
3,797
Homogenize return type of `Lattice.get_points_in_sphere` to always be `np.array`(s)
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5648629103, "node_id": "LA_kwDOACgets8AAAABUK89b...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe updates to the `pymatgen` codebase focus on refining the return types of the `get_points_in_sphere()` method in the Lattice module to ensure consistency, especially in scenarios where no poin...
2024-05-01T17:06:54
2024-05-01T17:18:12
2024-05-01T17:18:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
closes #3794
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3797/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3797/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3797", "html_url": "https://github.com/materialsproject/pymatgen/pull/3797", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3797.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3797.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3798
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3798/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3798/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3798/events
https://github.com/materialsproject/pymatgen/pull/3798
2,273,975,593
PR_kwDOACgets5uRrWB
3,798
Fix overlayed subplots in `BSPlotterProjected.get_projected_plots_dots()`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5322856717, "node_id": "LA_kwDOACgets8AAAABPURZD...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe recent updates in `pymatgen` have focused on refining method signatures, improving variable naming for clarity, and adjusting enumeration in loops across various modules. These changes aim to e...
2024-05-01T18:32:19
2024-05-04T04:31:16
2024-05-02T14:28:51Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
closes #3760 **before** ![before-3760-fix](https://github.com/materialsproject/pymatgen/assets/30958850/70763b1e-cc19-4b3a-859b-7290b84c93e4) **after** ![after-3760-fix](https://github.com/materialsproject/pymatgen/assets/30958850/60adfabf-530b-4f84-bb5a-3cd213f277b0) there were multiple issues in `BSPlo...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3798/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3798/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3798", "html_url": "https://github.com/materialsproject/pymatgen/pull/3798", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3798.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3798.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3799
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3799/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3799/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3799/events
https://github.com/materialsproject/pymatgen/pull/3799
2,275,387,383
PR_kwDOACgets5uWfis
3,799
Help fix `BSPlotterProjected`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5322856717, "node_id": "LA_kwDOACgets8AAAABPURZD...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "> Wondering what is the best way to push commit to another person's PR without being a maintainer?\r\n\r\nthe way you did is exactly right, i.e. open a PR to the WIP branch", "@janosh Can you review this please? I also fixed the unit tests.\r\n\r\nHowever I'm not sure if we should set \"orbital\" as subscript, f...
2024-05-02T12:12:11
2024-05-15T01:11:16
2024-05-02T14:17:17Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Give a hand on #3798. - Set orbital in subplot title as subscript, and increase the title font size. - Allow user to set marker size. - Docstring tweaks. - Fixed a typo in `io.adf` for repeated `start` as keyword and position args. - Minor type fixes. Wondering what is the best way to push commi...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3799/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3799/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3799", "html_url": "https://github.com/materialsproject/pymatgen/pull/3799", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3799.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3799.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3800
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3800/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3800/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3800/events
https://github.com/materialsproject/pymatgen/pull/3800
2,275,647,040
PR_kwDOACgets5uXY0R
3,800
More type annotations
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5509830160, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe recent updates across various files in the Python library focus on refining method definitions and documentation for improved code clarity and type checking. Changes include adding return type ...
2024-05-02T14:11:42
2024-05-02T15:20:19
2024-05-02T15:20:18Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3800/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3800/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3800", "html_url": "https://github.com/materialsproject/pymatgen/pull/3800", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3800.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3800.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3801
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3801/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3801/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3801/events
https://github.com/materialsproject/pymatgen/pull/3801
2,275,814,923
PR_kwDOACgets5uX9g7
3,801
Fix `_get_dipole_info` for DDEC6 `ChargemolAnalysis` and add test case
{ "login": "JonathanSchmidt1", "id": 54937397, "node_id": "MDQ6VXNlcjU0OTM3Mzk3", "avatar_url": "https://avatars.githubusercontent.com/u/54937397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JonathanSchmidt1", "html_url": "https://github.com/JonathanSchmidt1", "followers_url": "https://...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 6605952379, "node_id": "LA_kwDOACgets8AAAABib7Ve...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe update involves adjusting the index range for parsing dipole information in `chargemol_caller.py` of `pymatgen` and adding a new test assertion in `test_chargemol_caller.py` to validate the p...
2024-05-02T15:24:01
2024-05-02T16:09:34
2024-05-02T16:06:52Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - fix 1: _get_dipole_info was previously getting the y and z component and the magnitude instead of x,y and z. The only test case was 0,0,0 so it was never noticed. Previously the dipole was only checked for the spin unpolarized structure with no dipoles (I added some extra spaces to ma...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3801/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3801/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3801", "html_url": "https://github.com/materialsproject/pymatgen/pull/3801", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3801.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3801.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3802
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3802/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3802/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3802/events
https://github.com/materialsproject/pymatgen/pull/3802
2,275,905,436
PR_kwDOACgets5uYRlE
3,802
Imperative `get_...` method and `@property` doc strings
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5456916296, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-02T16:00:52
2024-05-02T16:25:42
2024-05-02T16:25:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
follow up to #3790 and #3792
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3802/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3802/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3802", "html_url": "https://github.com/materialsproject/pymatgen/pull/3802", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3802.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3802.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3803
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3803/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3803/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3803/events
https://github.com/materialsproject/pymatgen/pull/3803
2,277,024,411
PR_kwDOACgets5ucGiq
3,803
Add `strict_anions` option to `MaterialsProject2020Compatibility`
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
[ { "id": 5414010766, "node_id": "LA_kwDOACgets8AAAABQrM_jg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/needs%20discussion", "name": "needs discussion", "color": "D96543", "default": false, "description": "Needs discussion to agree on actionable next steps" },...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Notifying @munrojm too, since this would affect MP database builds.", "To remind ourselves of the anions including in the experimental data used to fit the corrections, I re-generated this list using the same `oxi_state_guess` logic used within the correction scheme:\r\n\r\n| Element | Oxidation State | Co...
2024-05-03T06:37:47
2024-06-09T02:58:48
2024-06-09T02:58:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Issue This PR relates to the `MaterialsProject2020Compatibility` scheme, and cases in which structures might be heavily over-stabilized in error, leading to unrealistic structures potentially being placed on the convex hull. In brief, * Anion corrections are applied in cases where an element may not be an a...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3803/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3803/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3803", "html_url": "https://github.com/materialsproject/pymatgen/pull/3803", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3803.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3803.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3804
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3804/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3804/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3804/events
https://github.com/materialsproject/pymatgen/pull/3804
2,277,888,883
PR_kwDOACgets5ufBm2
3,804
Add `is_radioactive` property to Element class
{ "login": "AntObi", "id": 30937913, "node_id": "MDQ6VXNlcjMwOTM3OTEz", "avatar_url": "https://avatars.githubusercontent.com/u/30937913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AntObi", "html_url": "https://github.com/AntObi", "followers_url": "https://api.github.com/users/AntObi/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 56...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThe recent updates to the `pymatgen` library enhance its chemical composition and periodic table functionalities by incorporating the concept of radioactivity. These changes introduce a new `radi...
2024-05-03T15:10:51
2024-05-03T16:29:31
2024-05-03T16:29:31Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: * This PR adds an `is_radioactive` property to the `Element` class which allows users to check if an Element is radioactive. * The `contains_element_type` method in the `Composition` class has radioactive as a possible category added, so users can check if a composition contains radioacti...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3804/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3804/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3804", "html_url": "https://github.com/materialsproject/pymatgen/pull/3804", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3804.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3804.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3805
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3805/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3805/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3805/events
https://github.com/materialsproject/pymatgen/pull/3805
2,278,301,458
PR_kwDOACgets5ugaan
3,805
Doc string standardization
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5456916296, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-03T19:31:38
2024-05-03T19:53:15
2024-05-03T19:53:14Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
e.g. imperative style and remove leading Get/Return verbs from `@property` following #3802, #3792, #3790
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3805/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3805/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3805", "html_url": "https://github.com/materialsproject/pymatgen/pull/3805", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3805.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3805.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3806
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3806/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3806/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3806/events
https://github.com/materialsproject/pymatgen/pull/3806
2,278,449,208
PR_kwDOACgets5ug6eS
3,806
mixing scheme: change default for verbose
{ "login": "tschaume", "id": 1404564, "node_id": "MDQ6VXNlcjE0MDQ1NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1404564?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tschaume", "html_url": "https://github.com/tschaume", "followers_url": "https://api.github.com/users/tscha...
[ { "id": 5563699492, "node_id": "LA_kwDOACgets8AAAABS59RJA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/ux", "name": "ux", "color": "28DEA4", "default": false, "description": "User experience" }, { "id": 5680875673, "node_id": "LA_kwDOACgets8AAAABUpt...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-03T21:27:59
2024-05-31T19:07:36
2024-05-03T23:29:50Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Reduce default verbosity for libraries dependent on pymatgen.
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3806/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3806/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3806", "html_url": "https://github.com/materialsproject/pymatgen/pull/3806", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3806.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3806.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3807
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3807/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3807/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3807/events
https://github.com/materialsproject/pymatgen/pull/3807
2,278,493,154
PR_kwDOACgets5uhELy
3,807
Bump tqdm from 4.66.2 to 4.66.3
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "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`.\n\nIf you change your mind, j...
2024-05-03T22:07:47
2024-05-04T10:47:03
2024-05-04T10:47:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p> <blockquote> <h2>tqdm v4.66.3 stable</h2> <ul> <li><code>cli</code>: <code>eval</code> safety (fixes CVE-2024-340...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3807/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3807/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3807", "html_url": "https://github.com/materialsproject/pymatgen/pull/3807", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3807.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3807.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3808
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3808/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3808/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3808/events
https://github.com/materialsproject/pymatgen/pull/3808
2,278,940,489
PR_kwDOACgets5uih2C
3,808
`ruff` 0.4.3 auto-fixes
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\n\nThis update involves a series of refinements across various Python files, focusing on simplifying and streamlining code. Key changes include updating logger initializations, refining method imple...
2024-05-04T11:08:53
2024-05-04T11:22:06
2024-05-04T11:22:05Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
simplified code plus some minor logging fixes
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3808/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3808/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3808", "html_url": "https://github.com/materialsproject/pymatgen/pull/3808", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3808.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3808.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3809
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3809/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3809/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3809/events
https://github.com/materialsproject/pymatgen/issues/3809
2,279,698,122
I_kwDOACgets6H4W7K
3,809
Error in CP2K output parser structure parsing
{ "login": "stevenkbennett", "id": 25821470, "node_id": "MDQ6VXNlcjI1ODIxNDcw", "avatar_url": "https://avatars.githubusercontent.com/u/25821470?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevenkbennett", "html_url": "https://github.com/stevenkbennett", "followers_url": "https://api.gi...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-05T19:43:32
2024-05-06T15:46:06
2024-05-06T15:46:06Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.12 ### Pymatgen version 2024.5.1 ### Operating system version Ubuntu 20 ### Current behavior Parsing CP2K output files gets stuck in an infinite loop during the function `parse_initial_structure` on line 319 in `pymatgen/io/cp2k/outputs.py`. I believe this is due to the string on line 334 no...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3809/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3809/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3810
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3810/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3810/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3810/events
https://github.com/materialsproject/pymatgen/pull/3810
2,281,168,884
PR_kwDOACgets5upv5n
3,810
`Cp2kOutput.parse_initial_structure()` use regex for line matching to allow arbitrary white space between Atom/Kind/Element/...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5318590534, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe recent updates to the `pymatgen/io/cp2k/outputs.py` focus on refining the parsing process of initial structures from CP2K output files. This includes better regex pattern management, clearer va...
2024-05-06T15:34:54
2024-05-06T15:46:06
2024-05-06T15:46:05Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
closes #3809
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3810/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3810/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3810", "html_url": "https://github.com/materialsproject/pymatgen/pull/3810", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3810.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3810.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3811
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3811/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3811/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3811/events
https://github.com/materialsproject/pymatgen/pull/3811
2,281,976,533
PR_kwDOACgets5use5T
3,811
Copy `matgenb` repo into new `pymatgen` `examples/` folder
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5456916296, "node_id": "LA_kwDOACgets8AAAABRUHvSA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/docs", "name": "docs", "color": "35B067", "default": false, "description": "Documentation, examples, user guides" }, { "id": 6157350943, "node_id"...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- This is an auto-generated comment: review paused by coderabbit.ai -->\n\n> [!NOTE]\n> ## Reviews Paused\n> \n> Use the following commands to manage reviews:\n> - `@coderabbitai resume` to resume automatic reviews.\n> - `@coderabbitai revi...
2024-05-06T23:56:18
2024-05-15T15:01:55
2024-05-15T14:03:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
motivation: current pymatgen docs are purely class/method and function doc strings. pretty dry stuff which mostly helps you if you already have a good idea of what you want to do and just need to be reminded of what parameters are available or what their defaults are. to get familiar with a new part of pymatgen, you of...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3811/reactions", "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3811/timeline
null
true
true
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3811", "html_url": "https://github.com/materialsproject/pymatgen/pull/3811", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3811.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3811.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3812
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3812/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3812/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3812/events
https://github.com/materialsproject/pymatgen/pull/3812
2,282,162,985
PR_kwDOACgets5utHCM
3,812
Add a `from_ase_atoms()` method to `Structure`
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 55...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- walkthrough_start -->\n\n## Walkthrough\nThe recent update involves enhancing the `pymatgen` `Structure` class with a new method for converting `ase.Atoms` to `pymatgen` structures. This improvement is complemented by an additional assert...
2024-05-07T02:51:25
2024-05-07T19:12:30
2024-05-07T11:38:34Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Adds a `.from_ase_atoms()` method to `Structure` to complement the pre-existing `.to_ase_atoms()`. In reality, this is just a shorthand for the adapter, but it felt awkward to have one direction but not the other. ## Checklist - [X] Google format doc strings added. Check with `ruff`. - [X] Type ann...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3812/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3812/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3812", "html_url": "https://github.com/materialsproject/pymatgen/pull/3812", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3812.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3812.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3813
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3813/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3813/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3813/events
https://github.com/materialsproject/pymatgen/pull/3813
2,282,202,539
PR_kwDOACgets5utPMv
3,813
Re-enable some useful `ruff` rules
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- This is an auto-generated comment: review paused by coderabbit.ai -->\n\n> [!NOTE]\n> ## Reviews Paused\n> \n> Use the following commands to manage reviews:\n> - `@coderabbitai resume` to resume automatic reviews.\n> - `@coderabbitai revi...
2024-05-07T03:38:24
2024-05-08T03:03:39
2024-05-07T11:54:27Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Re-enable some useful `ruff` rules - `COM812`: [missing-trailing-comma](https://docs.astral.sh/ruff/rules/missing-trailing-comma/): no change to code base - `ISC001`: [single-line-implicit-string-concatenation](https://docs.astral.sh/ruff/rules/single-line-implicit-string-concatenation/): might conflict with ot...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3813/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3813/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3813", "html_url": "https://github.com/materialsproject/pymatgen/pull/3813", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3813.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3813.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3814
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3814/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3814/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3814/events
https://github.com/materialsproject/pymatgen/pull/3814
2,285,421,346
PR_kwDOACgets5u3xZO
3,814
Add types for `core.periodic_table/bonds/composition/ion/lattice/libxcfunc`, new type `MillerIndex` and fix Lattice hash
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5509830160, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "<!-- This is an auto-generated comment: summarize by coderabbit.ai -->\n<!-- This is an auto-generated comment: review paused by coderabbit.ai -->\n\n> [!NOTE]\n> ## Reviews Paused\n> \n> Use the following commands to manage reviews:\n> - `@coderabbitai resume` to resume automatic reviews.\n> - `@coderabbitai revi...
2024-05-08T11:58:39
2024-05-31T19:08:09
2024-05-12T12:45:45Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary ### Add types annotations for: - [x] `core.periodic_table` - [x] `core.bonds` - [x] `core.composition` - [x] `core.ion` - [x] `core.lattice` - [x] `core.libxcfunc` ### New custom type: - New custom type `MillerIndex = tuple[int, int, int]` ### Bug fixes: 1. Seem like a typo, I assume it shou...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3814/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3814/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3814", "html_url": "https://github.com/materialsproject/pymatgen/pull/3814", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3814.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3814.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3815
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3815/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3815/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3815/events
https://github.com/materialsproject/pymatgen/issues/3815
2,286,849,037
I_kwDOACgets6ITowN
3,815
Bug in `core.composition` comparison
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-09T04:05:40
2024-06-26T11:16:54
2024-06-26T11:16:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Bug in `core.composition` comparison Open this in case it got forgotten. As found out by @janosh in https://github.com/materialsproject/pymatgen/pull/3792#discussion_r1584003750, there is an obvious bug with `Composition` comparison where `True` is returned too early: https://github.com/materialsproject/pyma...
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3815/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3815/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3816
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3816/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3816/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3816/events
https://github.com/materialsproject/pymatgen/issues/3816
2,286,908,652
I_kwDOACgets6IT3Ts
3,816
Argument `check_occu` is not working as intended (in `_get_structure` and `parse_structures`)
{ "login": "KunhuanLiu", "id": 22421218, "node_id": "MDQ6VXNlcjIyNDIxMjE4", "avatar_url": "https://avatars.githubusercontent.com/u/22421218?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KunhuanLiu", "html_url": "https://github.com/KunhuanLiu", "followers_url": "https://api.github.com/use...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I'm not a maintainer, but if you could provide the cif file and code snippet to reproduce this issue, that would be very helpful :)", "Here is a **minimally reproducible example** with the structure (Crystal.cif) attached, highlighting that the argument `check_occu` cannot turn off the occupancy check. In this ...
2024-05-09T05:14:42
2024-05-30T19:34:44
2024-05-30T19:34:44Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.11.8 ### Pymatgen version 2024.2.8 ### Operating system version _No response_ ### Current behavior Hi all, I was trying to deal with a crystal structure (in .cif format) that had warnings on having occupancy issues: ``` "UserWarning: Some occupancies ([1.0, ... (x876)]) sum to > 1! If the...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3816/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3816/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3817
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3817/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3817/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3817/events
https://github.com/materialsproject/pymatgen/pull/3817
2,287,553,541
PR_kwDOACgets5u-8rl
3,817
[Deprecation] Replace `Element` property `is_rare_earth_metal` with `is_rare_earth` to include Y and Sc
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5648629103, "node_id": "LA_kwDOACgets8AAAABUK89b...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh. Can you please review this one? Thanks!", "Just want to mention here that I expect lot's of code to be broken. \r\nIs there a way to notify users of this change or have a deprecation period?", "Thanks for commenting!\r\n\r\nI'm not sure quite to properly notify users in this case (except for insert a ...
2024-05-09T12:07:36
2024-05-31T19:11:51
2024-05-30T19:55:41Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - [**Deprecation**] Replace `Element` property `is_rare_earth_metal` with `is_rare_earth` to include Y and Sc, remove `is_rare_earth_metal` after `2025-01-01`. https://github.com/materialsproject/pymatgen/blob/6c696cdb327621d5d16c675478f4ed0e024feea1/pymatgen/core/periodic_table.py#L689-L692 - Update de...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3817/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3817/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3817", "html_url": "https://github.com/materialsproject/pymatgen/pull/3817", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3817.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3817.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3818
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3818/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3818/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3818/events
https://github.com/materialsproject/pymatgen/issues/3818
2,288,195,400
I_kwDOACgets6IYxdI
3,818
Check inputs provided to MPRester functions
{ "login": "tschaume", "id": 1404564, "node_id": "MDQ6VXNlcjE0MDQ1NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1404564?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tschaume", "html_url": "https://github.com/tschaume", "followers_url": "https://api.github.com/users/tscha...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-09T18:03:08
2024-05-09T18:03:08
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Feature Requested Implement sanity checks for inputs to the MPRester functions in pymatgen ### Proposed Solution MP is getting non-sensical requests such as `/materials/summary/?_fields=material_id&formula=Emission+Factor&_limit=1000` from user agent `pymatgen/2023.7.17 (Python/3.8.12 Windows/10)`. The formula c...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3818/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3818/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3819
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3819/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3819/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3819/events
https://github.com/materialsproject/pymatgen/pull/3819
2,290,724,849
PR_kwDOACgets5vJrlf
3,819
Improve unphysical (greater than 1) occupancy handling in `CifParser` and add missing site label `if not check_occu`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5414010766, "node_id": "LA_kwDOACgets8AAAABQrM_jg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/needs%20discussion", "name": "needs discussion", "color": "D96543", "default": false, "description": "Needs discussion to agree on actionable next steps" },...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh. Can you please review (and comment) on this? Thanks." ]
2024-05-11T06:48:35
2024-05-31T19:11:18
2024-05-30T19:34:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary To fix #3816. - Raise `ValueError` if occupancy exceeds `occupancy_tolerance` and if `check_occu`, with a more descriptive error message. - [**Need Confirmation**] Allow any occupancy (ignore `occupancy_tolerance`) in cif when `not check_occu` in 7cf5ba93ed57b1167171aee7ab35043c74da3037, a warning wo...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3819/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3819/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3819", "html_url": "https://github.com/materialsproject/pymatgen/pull/3819", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3819.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3819.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3820
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3820/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3820/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3820/events
https://github.com/materialsproject/pymatgen/pull/3820
2,290,794,849
PR_kwDOACgets5vJ6c4
3,820
Improve type annotations and comments for `io.cif`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5509830160, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh. Could you please review this as well? Thanks!", "Thanks for reviewing!" ]
2024-05-11T08:59:29
2024-05-31T19:09:33
2024-05-15T16:34:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Add type annotations and tweak comments for `io.cif` - Minor code format tweak - Simplify "check to see if" to "check if" in comments - Remove `if __name__ == "__main__"` from `core.libxcfunc` (legacy from another PR) ### Potentially Breaking Changes (very unlikely) 1. Make `parse_oxi_states` a...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3820/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3820/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3820", "html_url": "https://github.com/materialsproject/pymatgen/pull/3820", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3820.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3820.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3821
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3821/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3821/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3821/events
https://github.com/materialsproject/pymatgen/issues/3821
2,291,160,524
I_kwDOACgets6IkFXM
3,821
`.as_dict()` method on `VaspInput` causes an `AttributeError`
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-12T04:25:19
2024-05-12T07:54:24
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.11 ### Pymatgen version 2024.5.1 ### Operating system version _No response_ ### Current behavior When calling `VaspInputSet.get_input_set()`, the returned `VaspInput` has a broken `.as_dict()` method. That is reported below. The returned `VaspInput` is already a `dict`, so that...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3821/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3821/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3822
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3822/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3822/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3822/events
https://github.com/materialsproject/pymatgen/pull/3822
2,291,261,729
PR_kwDOACgets5vLVFO
3,822
Add types annotations for `core.interface`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5509830160, "node_id": "LA_kwDOACgets8AAAABSGlWEA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/types", "name": "types", "color": "7D66D9", "default": false, "description": "Type all the things" }, { "id": 5648629103, "node_id": "LA_kwDOACget...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Not working on this for now, would reopen it later.", "@janosh Would appreciate it if you could review this at your convenience, thanks!", "@janosh Just ping you again in case it got forgotten :) No rush", "Thanks for reviewing! Appreciate that" ]
2024-05-12T10:00:07
2024-06-06T11:17:33
2024-06-06T11:16:25Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Add types annotations for `core.interface` - Use more specific types for `ClassVar` ### New custom type aliases ``` Tuple3Ints = tuple[int, int, int] Tuple3Floats = tuple[float, float, float] ```
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3822/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3822/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3822", "html_url": "https://github.com/materialsproject/pymatgen/pull/3822", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3822.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3822.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3823
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3823/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3823/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3823/events
https://github.com/materialsproject/pymatgen/pull/3823
2,291,414,900
PR_kwDOACgets5vLzy2
3,823
Adapt to the latest version of PWmat output file
{ "login": "lhycms", "id": 41718895, "node_id": "MDQ6VXNlcjQxNzE4ODk1", "avatar_url": "https://avatars.githubusercontent.com/u/41718895?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhycms", "html_url": "https://github.com/lhycms", "followers_url": "https://api.github.com/users/lhycms/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-12T16:50:53
2024-05-13T13:27:16
2024-05-13T13:27:16Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - Adapt to the latest version of PWmat output files, while also being compatible with older versions of output files。 ## Checklist - [ ] Google format doc strings added. Check with `ruff`. - [ ] Type annotations included. Check with `mypy`. - [ ] Tests added for new features/fixe...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3823/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3823/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3823", "html_url": "https://github.com/materialsproject/pymatgen/pull/3823", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3823.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3823.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3824
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3824/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3824/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3824/events
https://github.com/materialsproject/pymatgen/pull/3824
2,291,429,666
PR_kwDOACgets5vL2nJ
3,824
[Not for merge] test monty PR 670
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-12T17:34:58
2024-05-12T17:51:35
2024-05-12T17:50:11Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3824/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3824/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3824", "html_url": "https://github.com/materialsproject/pymatgen/pull/3824", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3824.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3824.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3825
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3825/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3825/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3825/events
https://github.com/materialsproject/pymatgen/pull/3825
2,291,814,147
PR_kwDOACgets5vNHzZ
3,825
Use `isclose` over `==` for overlap position check in `SlabGenerator.get_slabs`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5692928617, "node_id": "LA_kwDOACgets8AAAABU1Mya...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "## Outdated\r\n\r\n### Investigating failure of unit test `test_get_slabs`\r\nhttps://github.com/materialsproject/pymatgen/blob/40b0165c7e841df6971b6d2960623a127c20e81c/tests/core/test_surface.py#L439-L455\r\n\r\n`z_ranges`:\r\n```\r\n> old_implementation:\r\n[(0, 0.09444), (0, 0.04316999999999993), (0.09444, 0.16...
2024-05-13T04:49:06
2024-05-31T19:10:30
2024-05-30T19:33:50Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Follow up #3748. - Use `isclose` over `==` for overlap check in `SlabGenerator.get_slabs` - Add a new `ztol` arg to control the behavior of `get_slabs`, default to `0` to keep consistency with previous behavior ### Use `isclose` over `==` for overlap check in `SlabGenerator.get_slabs` Previously...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3825/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3825/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3825", "html_url": "https://github.com/materialsproject/pymatgen/pull/3825", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3825.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3825.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3826
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3826/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3826/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3826/events
https://github.com/materialsproject/pymatgen/pull/3826
2,292,141,806
PR_kwDOACgets5vOPZ3
3,826
Revert to `pytorch` installation with `uv` in CI
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5436106752, "node_id": "LA_kwDOACgets8AAAABRARoAA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/housekeeping", "name": "housekeeping", "color": "64CC86", "default": false, "description": "Moving around or cleaning up old code/files" }, { "id": 55...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Looks like we still have the issue where `uv` cannot install `torch` randomly. I would report this to `uv` soon.\r\n\r\nTo fix this, we might need to install `torch` and explicitly skip `torch` for `uv`. \r\n\r\nBefore this PR, even after `torch` is already successfully installed by `pip`, calling `uv pip install ...
2024-05-13T08:17:21
2024-11-21T03:25:38
2024-11-21T03:24:37Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary ### Revert to install `torch` with `uv` Also link to #4063, **`pip install torch` is taking up 70% of the total dep install time** Revert to `pytorch` installation with `uv` in CI, - [x] It appears https://github.com/astral-sh/uv/issues/1921 has been resolved. - [ ] [The following intermittent e...
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3826/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3826/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3826", "html_url": "https://github.com/materialsproject/pymatgen/pull/3826", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3826.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3826.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3827
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3827/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3827/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3827/events
https://github.com/materialsproject/pymatgen/pull/3827
2,293,069,567
PR_kwDOACgets5vRb1J
3,827
Guard `TYPE_CHECKING` only imports
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5509830160, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh. Please review this, thanks.\r\n\r\nWondering if we could automate this checking?", "> Wondering if we could automate this checking?\r\n\r\n`ruff` has an open issue about implementing this rule which you could upvote and/or leave a comment\r\n\r\nhttps://github.com/astral-sh/ruff/issues/2302", "this is...
2024-05-13T14:53:28
2024-05-14T14:59:37
2024-05-14T14:54:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Guard `TYPE_CHECKING` only imports - Format docstring to Google style in `io.aims.sets` ### Can we automate this check (and fix)? `flake8` provides [`TYP001` rule](https://github.com/asottile/flake8-typing-imports) to check this, but doesn't seem able to correct it automatically. Have to run `fl...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3827/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3827/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3827", "html_url": "https://github.com/materialsproject/pymatgen/pull/3827", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3827.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3827.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3828
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3828/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3828/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3828/events
https://github.com/materialsproject/pymatgen/pull/3828
2,294,030,097
PR_kwDOACgets5vUyLi
3,828
Bump nokogiri from 1.16.2 to 1.16.5 in /docs
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-13T23:40:36
2024-05-17T17:46:34
2024-05-17T17:46:34Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's releases</a>.</em></p> <blockquote> <h2>v1.16.5 / 2024-05-13</h2> <h3>Security</h3> <ul> <li>[CRuby] V...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3828/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3828/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3828", "html_url": "https://github.com/materialsproject/pymatgen/pull/3828", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3828.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3828.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3829
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3829/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3829/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3829/events
https://github.com/materialsproject/pymatgen/pull/3829
2,294,286,310
PR_kwDOACgets5vVqaa
3,829
Add types for `core.(molecular_orbitals|operations|sites|spectrum|tensor|xcfunc)`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5436106752, "node_id": "LA_kwDOACgets8AAAABRARoAA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/housekeeping", "name": "housekeeping", "color": "64CC86", "default": false, "description": "Moving around or cleaning up old code/files" }, { "id": 55...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "For some reason, replacing the magic `__hash__` method of `SymmOp` in bf2a953acfdd3f48a4c379b7030b3c897e43c8bf breaks a unit test of `core.structure` (`test_from_prototype`):\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/51180fc2ef7ae4208ac244d820f05ce17d57f9c2/pymatgen/core/operations.py#L92-L93\r\n\r\...
2024-05-14T03:27:52
2024-05-14T13:41:08
2024-05-14T13:20:20Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Add/improve types for `core` - Replace hard-coded class call with `type(self)` - Replace all `[0:x]` with `[:x]` ### Add types for remaining part of `core`, follow up of #3814. - [x] `core.molecular_orbitals` - [x] `core.operations` - [x] `core.sites` - [x] `core.spectrum` - [x] `core.tensor` ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3829/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3829/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3829", "html_url": "https://github.com/materialsproject/pymatgen/pull/3829", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3829.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3829.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3830
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3830/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3830/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3830/events
https://github.com/materialsproject/pymatgen/issues/3830
2,295,757,954
I_kwDOACgets6I1nyC
3,830
A minor document error in `POTCAR Setup`.
{ "login": "hongyi-zhao", "id": 11155854, "node_id": "MDQ6VXNlcjExMTU1ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/11155854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hongyi-zhao", "html_url": "https://github.com/hongyi-zhao", "followers_url": "https://api.github.com/...
[ { "id": 5456916296, "node_id": "LA_kwDOACgets8AAAABRUHvSA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/docs", "name": "docs", "color": "35B067", "default": false, "description": "Documentation, examples, user guides" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-14T15:14:01
2024-05-17T13:21:46
2024-05-17T13:21:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The document [here](https://pymatgen.org/installation.html#potcar-setup) says: > In practice, this entire process might look something like the following: > > ``` > pmg config -p /path/to/pseudos/potcar_PBE.54/ /path/to/pseudos/pmg_potcars/ > pmg config -p /path/to/pseudos/potcar_LDA.54/ /path/to/pseudos/pmg_po...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3830/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3830/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3831
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3831/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3831/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3831/events
https://github.com/materialsproject/pymatgen/pull/3831
2,297,424,286
PR_kwDOACgets5vgZdG
3,831
Move test structures out of `util` directory
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5436106752...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for reviewing.\r\n\r\nMeanwhile I would say `uv install torch` seems to have a higher and higher failure rate for some reason. We have always been seeing it to fail. Should we consider revert to slower but more reliable `pip`? ", "we're already installing it with `pip`. maybe there's a flag in `uv pip in...
2024-05-15T10:02:15
2024-05-15T12:18:41
2024-05-15T11:51:39Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Move test structures out of `util` directory We might need a better name for the directory?
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3831/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3831/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3831", "html_url": "https://github.com/materialsproject/pymatgen/pull/3831", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3831.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3831.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3832
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3832/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3832/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3832/events
https://github.com/materialsproject/pymatgen/pull/3832
2,300,282,259
PR_kwDOACgets5vqQ2V
3,832
Improve type annotations for `core.(trajectory/units)`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5318918309...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Can I have this one reviewed please? @janosh ", "Thanks for reviewing! Appreciate that." ]
2024-05-16T12:32:54
2024-05-17T14:26:36
2024-05-17T13:23:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Summary - Improve type annotations for `core.trajectory` and `core.units` - Nest `_get_si_unit` and `_check_mappings` inside the only methods that call them in `Unit` ### Extend the following to support argument "unit" as both `str` and `Unit` - `__init/new__` of `FloatWithUnit` and `ArrayWithUnit` - `get_...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3832/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3832/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3832", "html_url": "https://github.com/materialsproject/pymatgen/pull/3832", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3832.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3832.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3833
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3833/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3833/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3833/events
https://github.com/materialsproject/pymatgen/issues/3833
2,300,380,960
I_kwDOACgets6JHQcg
3,833
Incorrect letter cases for memory in `core.units`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-16T13:16:46
2024-06-17T15:25:38
2024-06-17T15:25:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
It appears the case for [multiple-byte units](https://en.wikipedia.org/wiki/Byte) for memory is incorrect. And we should be aware that `b/B` refer to `bit/byte` respectively. https://github.com/materialsproject/pymatgen/blob/bb68c780834fea588f35420e1835ed3b21894a44/pymatgen/core/units.py#L77-L87
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3833/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3833/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3834
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3834/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3834/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3834/events
https://github.com/materialsproject/pymatgen/pull/3834
2,300,620,433
PR_kwDOACgets5vrbaX
3,834
Fix the minor document error in `POTCAR Setup`.
{ "login": "hongyi-zhao", "id": 11155854, "node_id": "MDQ6VXNlcjExMTU1ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/11155854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hongyi-zhao", "html_url": "https://github.com/hongyi-zhao", "followers_url": "https://api.github.com/...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5456916296, "node_id": "LA_kwDOACgets8AAAABRUHvS...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think these paths look correct to me, perhaps I'm wrong.\r\n\r\nThe `potcar_PBE/LDA.54/` in the first two paths refers to the directory where the POTCARs are stored.\r\n\r\nThe last path looks a bit confusing, perhaps:\r\n```diff\r\n- pmg config --add PMG_VASP_PSP_DIR /path/to/pseudos/pmg_potcars/pmg_potcars\r\n...
2024-05-16T14:47:09
2024-05-18T01:22:46
2024-05-17T13:19:02Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
closes https://github.com/materialsproject/pymatgen/issues/3830. see there for more details.
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3834/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3834/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3834", "html_url": "https://github.com/materialsproject/pymatgen/pull/3834", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3834.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3834.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3835
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3835/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3835/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3835/events
https://github.com/materialsproject/pymatgen/pull/3835
2,301,305,902
PR_kwDOACgets5vtyXy
3,835
Update VASP input sets for `atomate2` compatibility
{ "login": "esoteric-ephemera", "id": 33381112, "node_id": "MDQ6VXNlcjMzMzgxMTEy", "avatar_url": "https://avatars.githubusercontent.com/u/33381112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/esoteric-ephemera", "html_url": "https://github.com/esoteric-ephemera", "followers_url": "https...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "All makes sense to me! ", "@janosh, I will try to review soon. ", "@janosh As I told you before, pls consult before making this kind of cosmetic stuff. Otherwise, you are going to be doing a lot of redundant work. Given that most people just jump to the relevant class in the IDE, why would this split be needed...
2024-05-16T20:43:47
2024-06-04T20:41:29
2024-05-23T14:39:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR continues #3484 by updating the `pymatgen.io.vasp.DictSet` class to include features from the former atomate2 `VaspInputGenerator` class. This allows transitioning `atomate2` to exclusively use `pymatgen` input sets in https://github.com/materialsproject/atomate2/pull/854. These added features (such as `aut...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3835/reactions", "total_count": 5, "+1": 4, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3835/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3835", "html_url": "https://github.com/materialsproject/pymatgen/pull/3835", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3835.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3835.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3836
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3836/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3836/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3836/events
https://github.com/materialsproject/pymatgen/pull/3836
2,301,322,001
PR_kwDOACgets5vt1-H
3,836
Bump rexml from 3.2.5 to 3.2.8 in /docs
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-16T20:53:24
2024-05-17T17:46:06
2024-05-17T17:46:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/rexml/releases">rexml's releases</a>.</em></p> <blockquote> <h2>REXML 3.2.8 - 2024-05-16</h2> <h3>Fixes</h3> <ul> <li>Suppressed a warning</li> </ul> <h2>REXM...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3836/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3836/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3836", "html_url": "https://github.com/materialsproject/pymatgen/pull/3836", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3836.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3836.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3837
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3837/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3837/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3837/events
https://github.com/materialsproject/pymatgen/pull/3837
2,302,876,693
PR_kwDOACgets5vzJwG
3,837
Improve type annotations for `core.structure`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5509830160, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh Can you please review this? Thanks.", "Thanks for reviewing and the tweaks!", "Hello,\r\nToday I ran into an issue while using pymatgen 2024.5.31, that I think might be related to this contribution. I am using a fresh conda environment, python 3.11, with pymatgen installed via `pip install pymatgen`. I...
2024-05-17T14:16:56
2024-06-04T12:32:32
2024-05-25T07:54:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Improve type annotations for `core.structure` - Fix some `type: ignore[reportPossiblyUnboundVariable]` #### A question from me: What is the difference between `np.ndarray`, `ArrayLike` and `NDArray` for typing? ```python ArrayLike: type[Buffer] | type[_SupportsArray[dtype[Any]]] | type[_Nested...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3837/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3837/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3837", "html_url": "https://github.com/materialsproject/pymatgen/pull/3837", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3837.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3837.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3838
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3838/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3838/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3838/events
https://github.com/materialsproject/pymatgen/pull/3838
2,303,830,659
PR_kwDOACgets5v2ace
3,838
[Deprecation] Correct cases for memory units in `core.units` and fix `unit_type` detection of `FloatWithUnit.from_str`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@shyuep Can I have your advice on this please? This should be very similar to the change to `Element`, and I scheduled the same grace period until `2025-01-01`", "@shyuep Can you please review this? It should be very similar to #3817.\r\n\r\nThe rationale for this change is that something like `KB` (kilobyte) a...
2024-05-18T03:46:18
2024-06-18T12:10:56
2024-06-17T15:25:37Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Correct cases for memory units in `core.units` to fix #3833 - Fix `FloatWithUnit.from_str` to correctly detect `unit_type` from string with space between the value and the unit ### Correct cases for memory units in `core.units` I assume this is another breaking fix, so I marked the incorrect uni...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3838/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3838/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3838", "html_url": "https://github.com/materialsproject/pymatgen/pull/3838", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3838.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3838.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3839
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3839/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3839/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3839/events
https://github.com/materialsproject/pymatgen/issues/3839
2,304,861,664
I_kwDOACgets6JYWXg
3,839
GaussianOutput.read_excitation_energies() method for obtaining TDDFT results ([(energie (eV), lambda (nm), oscillatory strength), ... ]) error
{ "login": "xinglong-zhang", "id": 20577099, "node_id": "MDQ6VXNlcjIwNTc3MDk5", "avatar_url": "https://avatars.githubusercontent.com/u/20577099?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xinglong-zhang", "html_url": "https://github.com/xinglong-zhang", "followers_url": "https://api.gi...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-20T00:38:35
2024-05-20T00:38:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.10.8 ### Pymatgen version 2023.7.20 ### Operating system version MacOS Sonoma 14.4.1 ### Current behavior In the attached Gaussian .log file, there are lines such as following: > Excited State 1: 2.316-A 0.7744 eV 1601.13 nm f=0.0084 <S**2>=1.091 where the spin multiplicity in ...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3839/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3839/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3840
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3840/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3840/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3840/events
https://github.com/materialsproject/pymatgen/issues/3840
2,306,537,516
I_kwDOACgets6Jevgs
3,840
Adapt LobsterSets to latest potcars
{ "login": "JaGeo", "id": 22094846, "node_id": "MDQ6VXNlcjIyMDk0ODQ2", "avatar_url": "https://avatars.githubusercontent.com/u/22094846?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JaGeo", "html_url": "https://github.com/JaGeo", "followers_url": "https://api.github.com/users/JaGeo/follow...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think only [the incremental set](https://github.com/JaGeo/LobsterPy/issues/306#issuecomment-2191633777) needs to be generated and provided.", "If you want to do it, you are surely invited to do so. I am happy to check.", "I need to study the logic behind [your script](https://github.com/JaGeo/LobsterPy/issue...
2024-05-20T18:30:55
2024-06-26T23:11:52
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Feature Requested Make the LobsterSets available to the latest Potcars ### Proposed Solution Adapt the Lobstersets and create a new yaml file for optimal bas functions. ### Relevant Information None
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3840/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3840/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3842
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3842/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3842/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3842/events
https://github.com/materialsproject/pymatgen/pull/3842
2,307,390,465
PR_kwDOACgets5wCOq4
3,842
Bump requests from 2.31.0 to 2.32.0
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-21T06:05:02
2024-05-30T19:33:08
2024-05-30T19:33:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/releases">requests's releases</a>.</em></p> <blockquote> <h2>v2.32.0</h2> <h2>2.32.0 (2024-05-20)</h2> <h2>🐍 PYCON US 2024 EDITION 🐍</h2> <p>...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3842/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3842/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3842", "html_url": "https://github.com/materialsproject/pymatgen/pull/3842", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3842.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3842.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3843
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3843/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3843/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3843/events
https://github.com/materialsproject/pymatgen/issues/3843
2,308,586,992
I_kwDOACgets6Jmj3w
3,843
Support parsing of NBANDS from a VASP OUTCAR file
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for suggesting this, I'm currently working on this.\r\n" ]
2024-05-21T15:38:02
2024-12-11T02:01:56
2024-12-11T02:01:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Feature Requested In VASP, the NBANDS parameter describes the number of bands. It can be modified on-the-fly by VASP, potentially even overriding the setting chosen by the user. This is done based on the number of cores requested for the calculation. Therefore, knowing the NBANDS VASP actually uses is quite useful...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3843/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3843/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3844
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3844/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3844/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3844/events
https://github.com/materialsproject/pymatgen/issues/3844
2,312,701,099
I_kwDOACgets6J2QSr
3,844
determine crystal space group error
{ "login": "baigeiguai", "id": 73783785, "node_id": "MDQ6VXNlcjczNzgzNzg1", "avatar_url": "https://avatars.githubusercontent.com/u/73783785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/baigeiguai", "html_url": "https://github.com/baigeiguai", "followers_url": "https://api.github.com/use...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I tried following your procedure and could not convert the file using ASE 3.23\r\n\r\n```\r\n File \"/home/wladerer/.local/lib/python3.10/site-packages/ase/spacegroup/spacegroup.py\", line 876, in spacegroup_from_data\r\n spg = Spacegroup(symbol, None, datafile)\r\n File \"/home/wladerer/.local/lib/python3.10...
2024-05-23T11:44:24
2024-08-04T23:29:42
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.11.4 ### Pymatgen version 2023.12.18 ### Operating system version Rocky Linux 9.2 ### Current behavior The cif file of the crystal YUTYOC is recognized as the P/6mmm space group category when it is parsed, but the P6mm space group category is marked in the cif file.My code is following. #...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3844/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3844/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3845
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3845/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3845/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3845/events
https://github.com/materialsproject/pymatgen/issues/3845
2,315,891,763
I_kwDOACgets6KCbQz
3,845
Incorrect SpaceGroup symbol attribute for 16 space group types
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "It affects the Materials Project website as well. ", "Before @kaueltzen starts to correct it, we would like to ask for feedback on this as this will be a breaking change with potentially major effects. The symbol is clearly wrong. Nevertheless, people work with the wrong symbol. \r\n\r\n@shyuep @janosh, thoughts...
2024-05-24T17:27:03
2025-03-02T15:00:55
2024-07-14T19:30:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.10 ### Pymatgen version 2024.5.1 or master ### Operating system version _No response_ ### Current behavior output of minimal example: ``` 48 Pnnn1 50 Pban1 59 Pmmn1 68 Ccce1 70 Fddd1 85 P4/n1 125 P4/nbm1 126 P4/nnc1 129 P4/nmm1 130 P4/ncc1 201 Pn-31 203 Fd-31 222 Pn-3n1 224 Pn...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3845/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3845/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3846
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3846/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3846/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3846/events
https://github.com/materialsproject/pymatgen/pull/3846
2,320,933,856
PR_kwDOACgets5wwiQr
3,846
`pandas.read_csv`: replace deprecated `delim_whitespace=True` with `sep="\s+"`
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[ { "id": 5563699492, "node_id": "LA_kwDOACgets8AAAABS59RJA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/ux", "name": "ux", "color": "28DEA4", "default": false, "description": "User experience" }, { "id": 5687218601, "node_id": "LA_kwDOACgets8AAAABUvw...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-05-28T12:24:20
2024-05-29T08:05:50
2024-05-28T21:11:36Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - fix 1: Replace deprecated `delim_whitespace=True` with `sep="\s+"` (see https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html) ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`. - [x] Tests adde...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3846/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3846/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3846", "html_url": "https://github.com/materialsproject/pymatgen/pull/3846", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3846.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3846.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3847
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3847/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3847/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3847/events
https://github.com/materialsproject/pymatgen/issues/3847
2,321,689,300
I_kwDOACgets6KYirU
3,847
Why does OUTCAR only parse the final magnetic moments?
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "No objection from me. Does anyone know if the VASP developers have included this information in the vasprun.xml now as well?" ]
2024-05-28T18:34:36
2024-05-29T17:35:15
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/d0ad785f9b4e9a57717ef2c56eef19ceb8e90c25/pymatgen/io/vasp/outputs.py#L1771 OUTCARs (typically) print out the magnetic moments for each atom at the end of _each_ ionic step. Wouldn't that information be useful to store for every ionic step?
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3847/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3847/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3848
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3848/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3848/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3848/events
https://github.com/materialsproject/pymatgen/pull/3848
2,325,036,501
PR_kwDOACgets5w-hz0
3,848
Simplify case handling in `lobster.inputs`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5436106752, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@JaGeo Can you please review this? And let me know if there is any concern, thanks :)", "Maybe next week. Sorry!", "> Maybe next week. Sorry!\r\n\r\nAll good. No worries at all, whenever you have time :)", "> @JaGeo Can you please review this? And let me know if there is any concern, thanks :)\r\n\r\nI could...
2024-05-30T08:18:24
2024-06-09T01:55:02
2024-06-08T15:39:40Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Simplify case handling in `lobster.inputs` - [**Potentially breaking**] Rename class variable `LISTKEYWORDS` to `LIST_KEYWORDS` for consistency. #### Use `{lowercase: camalCase}` to simplify key case handling, for the following methods: Now lower-case keys are used internally, and Camel case keys are reserv...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3848/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3848/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3848", "html_url": "https://github.com/materialsproject/pymatgen/pull/3848", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3848.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3848.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3849
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3849/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3849/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3849/events
https://github.com/materialsproject/pymatgen/issues/3849
2,326,150,459
I_kwDOACgets6Kpj07
3,849
Species.full_electronic_structure is incorrect
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I would add a NotImplemented for Specie unitl someone wants to take a crack at implementing this for Species. It is non-trivial since there are some special rules for removing electrons, especially things related to d10 configs.", "Thanks for the quick action @shyuep . I'll see about following up on this. It app...
2024-05-30T17:06:03
2024-05-30T18:27:32
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.10.6 ### Pymatgen version 2024.5.1 ### Operating system version Ubuntu (Windows WSL2) ### Current behavior `Species.full_electronic_structure` and `electronic_structure` do not properly account for the number of electrons when an oxidation state other than zero is assigned, for exampl...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3849/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3849/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3850
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3850/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3850/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3850/events
https://github.com/materialsproject/pymatgen/issues/3850
2,326,160,413
I_kwDOACgets6KpmQd
3,850
electronic_structure energy ordering is incorrect
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "See also #3849 , which is related", "Upon further research, both NIST and the CRC handbook list electronic structures _without_ reference to energy ordering (e.g., '[Kr].4d10.5s2'), so the existing behavior in `pymatgen` should probably be left as-is.\r\n\r\nA future PR will improve the documentation of this poi...
2024-05-30T17:10:46
2024-06-14T21:15:15
2024-06-14T21:14:35Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.10.6 ### Pymatgen version 2024.5.1 ### Operating system version Ubuntu (Windows WSL2) ### Current behavior the `full_electronic_structure` and `electronic_structure` properties of `Element` and `Species` do not correctly order energy levels. For example, the 4s orbital h...
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3850/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3850/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3851
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3851/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3851/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3851/events
https://github.com/materialsproject/pymatgen/pull/3851
2,326,349,628
PR_kwDOACgets5xDDGt
3,851
Fix energy ordering of electronic configurations for Elements and Species
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Note: due to 'prettifying' the .json file, the full diff is not very useful. I suggest viewing the changes associated only with the 2nd commit and/or using https://jsondiff.com/ to see exactly which values I changed.", "~~This change seems to have caused some problems with `get_crystal_field_spin`, causing a few...
2024-05-30T18:53:38
2024-06-14T21:13:12
2024-06-14T21:13:12Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Rearranges electronic structures according to the correct energy levels. Checked against - implements `full_electronic_structure`, `electronic_structure`, and `valence` for `Species` - "prettify" `periodic_table.json` to make it more readable as a standalone file https://ptable.com/#Electrons/Expan...
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3851/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3851/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3851", "html_url": "https://github.com/materialsproject/pymatgen/pull/3851", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3851.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3851.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3852
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3852/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3852/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3852/events
https://github.com/materialsproject/pymatgen/pull/3852
2,328,597,037
PR_kwDOACgets5xKu2u
3,852
Run CI with two different `uv` resolution strategies: `highest` and `lowest-direct`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5509832055, "node_id": "LA_kwDOACgets8AAAABSGldd...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@shyuep Sorry for the trouble caused surrounding import of `Self`. As it seems to be causing trouble in the v2024.5.31, can I ask for yanking this release and issue a new one? Apologize again for this oversight" ]
2024-05-31T21:16:52
2024-07-04T13:42:26
2024-06-03T16:09:27Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
this ensures pymatgen is compatible with both the oldest and newest dependency versions it allows in `setup.py`. future CI runs will discover version clashes like the one for `monty` reported in https://github.com/materialsproject/pymatgen/pull/3752#issuecomment-2142967807 before releasing to pypi also fix `typing_...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3852/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3852/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3852", "html_url": "https://github.com/materialsproject/pymatgen/pull/3852", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3852.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3852.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3853
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3853/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3853/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3853/events
https://github.com/materialsproject/pymatgen/pull/3853
2,329,186,236
PR_kwDOACgets5xMslS
3,853
Fix filter condition for warn msg of unphysical site occupancy in `io.cif`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5318590534...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh I pushed this hot fix to address the error message issue" ]
2024-06-01T14:57:20
2024-06-04T00:41:09
2024-06-03T16:22:16Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Fix a mistake in #3819, where the `filter` condition is incorrect, and also cast `filter` to `list`. - Add unit test for this error message
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3853/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3853/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3853", "html_url": "https://github.com/materialsproject/pymatgen/pull/3853", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3853.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3853.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3854
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3854/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3854/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3854/events
https://github.com/materialsproject/pymatgen/issues/3854
2,329,461,438
I_kwDOACgets6K2MK-
3,854
Slab termination in coherent_interfaces.py
{ "login": "lilithean", "id": 28288893, "node_id": "MDQ6VXNlcjI4Mjg4ODkz", "avatar_url": "https://avatars.githubusercontent.com/u/28288893?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lilithean", "html_url": "https://github.com/lilithean", "followers_url": "https://api.github.com/users/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-02T04:11:07
2024-06-02T04:11:07
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version python 3.10.8 ### Pymatgen version 2024.5.1 ### Operating system version _No response_ ### Current behavior https://github.com/materialsproject/pymatgen/blob/master/pymatgen/analysis/interfaces/coherent_interfaces.py line 142-147: the dictionary assumes all different terminations has differen...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3854/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3854/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3855
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3855/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3855/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3855/events
https://github.com/materialsproject/pymatgen/issues/3855
2,330,942,933
I_kwDOACgets6K713V
3,855
TypeError: deprecated() got an unexpected keyword argument 'deadline'
{ "login": "hongyi-zhao", "id": 11155854, "node_id": "MDQ6VXNlcjExMTU1ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/11155854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hongyi-zhao", "html_url": "https://github.com/hongyi-zhao", "followers_url": "https://api.github.com/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Yes we already noticed this https://github.com/materialsproject/pymatgen/pull/3752#issuecomment-2142967807, please try to update `monty` version to latest with `pip install -U monty`", "@DanielYang59 Yes. Your tip does the trick.\r\n\r\nBut, should the `deadline=(2025, 1, 1)` in the following line be removed or ...
2024-06-03T11:51:29
2024-06-03T15:26:03
2024-06-03T15:26:03Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.11.1 ### Pymatgen version 2024.5.31 ### Operating system version Ubuntu 22.04.4 LTS ### Current behavior Description: When trying to import MPRester from mp_api.client, I encountered a TypeError related to the deprecated decorator in the pymatgen library. The error messa...
{ "login": "hongyi-zhao", "id": 11155854, "node_id": "MDQ6VXNlcjExMTU1ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/11155854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hongyi-zhao", "html_url": "https://github.com/hongyi-zhao", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3855/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3855/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3856
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3856/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3856/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3856/events
https://github.com/materialsproject/pymatgen/issues/3856
2,331,048,301
I_kwDOACgets6K8Plt
3,856
[CI] All unit tests failing perhaps related to lastest `chgnet` 0.3.7 release
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "closing as it seems to be related to upstream https://github.com/CederGroupHub/chgnet/issues/160, nothing to do with `pymatgen`" ]
2024-06-03T12:37:53
2024-06-03T14:12:16
2024-06-03T14:12:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
[All unit tests are failing](https://github.com/materialsproject/pymatgen/actions/runs/9350037332?pr=3822) since around two days ago, which seems to be related to failure to build the latest `chgnet` dependency: ``` error: Failed to download distributions Caused by: Failed to fetch wheel: chgnet==0.3.7 Caused...
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3856/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3856/timeline
null
not_planned
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3857
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3857/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3857/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3857/events
https://github.com/materialsproject/pymatgen/pull/3857
2,331,659,466
PR_kwDOACgets5xU9Td
3,857
Add CI run without `'optional'` deps installed
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5578251138...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-03T17:11:39
2024-06-03T19:14:01
2024-06-03T19:14:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
addresses the underlying cause of why the issue reported by @kavanase in https://github.com/materialsproject/pymatgen/pull/3752#issuecomment-2142954988 was only caught after pypi release
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3857/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3857/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3857", "html_url": "https://github.com/materialsproject/pymatgen/pull/3857", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3857.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3857.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3858
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3858/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3858/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3858/events
https://github.com/materialsproject/pymatgen/pull/3858
2,332,291,608
PR_kwDOACgets5xXIuH
3,858
Add new `.pmgrc.yaml` setting `PMG_VASP_PSP_SUB_DIRS: dict[str, str]`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "pinging @esoteric-ephemera since i can't request a review from you but would be great to get your thoughts if any", "Seems reasonable to me. I am not familiar with the `W_HASH` variants.", "This looks good to me! This can also benefit those who are newer to VASP and only care about more recent generations of p...
2024-06-04T00:29:01
2024-06-04T16:19:47
2024-06-04T16:19:46Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
the current `PotcarSingle.functional_dir` hard-codes the subfolder structure of `PMG_VASP_PSP_DIR`. e.g. the subfolder containing the `PBE_64` POTCARs _must_ be named `POT_PAW_PBE_64`. this causes problems e.g. in cases where the POTCARs are shared across an HPC cluster and users don't have permissions to rename shared...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3858/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3858/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3858", "html_url": "https://github.com/materialsproject/pymatgen/pull/3858", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3858.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3858.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3859
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3859/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3859/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3859/events
https://github.com/materialsproject/pymatgen/pull/3859
2,333,374,870
PR_kwDOACgets5xa0hM
3,859
SpaceGroup changes
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5457867742, "node_id": "LA_kwDOACgets8AAAABRVBz3...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Many thanks for this @kaueltzen!\r\n\r\nIn case it is helpful in future, adding a note that the `maggroups` module in pymatgen uses a different dataset (from ISO-MAG, used with permission). It may or may not be helpful to cross-check information, since it's a superset of the crystallographic groups.\r\n\r\n**Impor...
2024-06-04T12:13:07
2024-07-15T12:02:51
2024-07-14T19:30:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Fixes #3845 , #3861 and #3862 . Includes the following changes in the symmetry module: - The SpaceGroup symbol attribute now refers to its Hermann-Mauguin symbol with underscore notation of screw axes. - The setting of the 7 rhombohedral space group types is now stored in an additional hexagonal bool...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3859/reactions", "total_count": 4, "+1": 1, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3859/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3859", "html_url": "https://github.com/materialsproject/pymatgen/pull/3859", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3859.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3859.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3860
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3860/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3860/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3860/events
https://github.com/materialsproject/pymatgen/issues/3860
2,334,065,037
I_kwDOACgets6LHwGN
3,860
Breaking change in "POTCAR" info with recent changes to `VaspInput`
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": ...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "thanks for reporting! pretty sure this was not intentional but @esoteric-ephemera would know best.\r\n\r\nalways good to learn where we need to add more tests :)", "It seems [here](https://github.com/materialsproject/pymatgen/pull/3835/files#diff-2b61e131c3f0a2a133effdfb20a2b8b6c84690d55bcd81b6d01ea4ecebdb9b0dR2...
2024-06-04T17:47:51
2024-06-06T12:39:44
2024-06-06T12:39:44Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.11 ### Pymatgen version 2024.5.31 ### Operating system version _No response_ ### Current behavior It seems there was a recent breaking change to the `VaspInput` class that I didn't see communicated. I wanted to report it here to make sure it wasn't a bug. Feel free to close if ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3860/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3860/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3861
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3861/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3861/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3861/events
https://github.com/materialsproject/pymatgen/issues/3861
2,335,296,393
I_kwDOACgets6LMcuJ
3,861
Add from_space_group() class method to PointGroup
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-05T08:55:23
2024-07-15T07:55:13
2024-07-15T07:55:13Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Feature Requested References PR #3859 , specifically https://github.com/materialsproject/pymatgen/pull/3859#discussion_r1626142699 A class method `from_space_group()` will be added to the PointGroup class to instantiate point groups that belong to the 32 crystal classes from a SpaceGroup symbol. This will also ...
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3861/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3861/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3862
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3862/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3862/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3862/events
https://github.com/materialsproject/pymatgen/issues/3862
2,335,596,499
I_kwDOACgets6LNl_T
3,862
SpaceGroup object init and string representation issues for space group types with screw axes in non-standard settings
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5473975193, "node_id": "LA_kwDOACgets8AAAABRkY7mQ", "url": ...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "wow, love your detailed issue reports with discovery context and repro steps. keep that up! 👍 \r\n\r\nregarding the issue, your proposed fix sounds good to me. i hope others with more experience weigh in though\r\n\r\n> fix would be to not remove whitespaces in the Hermann-Mauguin symbol when loading SYMM_OPS", ...
2024-06-05T11:04:56
2024-07-15T07:56:12
2024-07-15T07:56:12Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version 3.10 ### Pymatgen version 2024.5.1 or master ### Operating system version _No response_ ### Current behavior This issue was noticed when working on #3859 and #3861 . In `SpaceGroup.SYMM_OPS` the translational information in screw axes is appended without an underscore, e.g. "Pmc21" while in...
{ "login": "kaueltzen", "id": 94910364, "node_id": "U_kgDOBag3nA", "avatar_url": "https://avatars.githubusercontent.com/u/94910364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaueltzen", "html_url": "https://github.com/kaueltzen", "followers_url": "https://api.github.com/users/kaueltze...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3862/reactions", "total_count": 3, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 1 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3862/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3863
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3863/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3863/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3863/events
https://github.com/materialsproject/pymatgen/pull/3863
2,335,810,016
PR_kwDOACgets5xjLS_
3,863
Replace hard coded class names, add types for `io.vasp.sets`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5318918309, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh Ready for review now, thanks for your time :)", "Thanks for reviewing, and I really appreciate your merging this before splitting `vasp.sets` :)" ]
2024-06-05T12:45:12
2024-06-07T13:03:47
2024-06-07T13:02:55Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Improve types for `io.vasp.sets` and comment tweaks - Replace hard coded class names - Use `deadline` in `deprecated` decorator for easier tracking of deprecated functions
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3863/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3863/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3863", "html_url": "https://github.com/materialsproject/pymatgen/pull/3863", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3863.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3863.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3864
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3864/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3864/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3864/events
https://github.com/materialsproject/pymatgen/pull/3864
2,336,842,678
PR_kwDOACgets5xmwzP
3,864
Add property `chemical_system_set` to `Composition` and `SiteCollection`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 56...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-05T21:11:24
2024-06-05T21:34:56
2024-06-05T21:34:55Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3864/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3864/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3864", "html_url": "https://github.com/materialsproject/pymatgen/pull/3864", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3864.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3864.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3865
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3865/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3865/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3865/events
https://github.com/materialsproject/pymatgen/pull/3865
2,336,956,458
PR_kwDOACgets5xnKFk
3,865
Split VASP input sets into submodules
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5436106752, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Ah there would be a million merge conflicts for #3863 😭 \r\n\r\nI don't have any objection for this PR, but could we \"possibly\" split from #3863? As I think splitting would be easier (cut and paste) than reapplying all changes?", "In favor, thanks @janosh! The `sets.py` file was getting far too unwieldly.", ...
2024-06-05T22:51:49
2024-08-09T16:40:30
2024-08-07T18:54:46Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
follow up PR to #3835, specifically [this exchange](https://github.com/materialsproject/pymatgen/pull/3835#issuecomment-2118090800), that splits VASP input sets (currently all in a 3.3k line `sets.py` file) into submodules `base.py`, `lobster.py`, `matpes.py`, `mit.py`, `mp.py`, `mvl.py`. no breaking changes expecte...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3865/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3865/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3865", "html_url": "https://github.com/materialsproject/pymatgen/pull/3865", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3865.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3865.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3866
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3866/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3866/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3866/events
https://github.com/materialsproject/pymatgen/pull/3866
2,337,368,579
PR_kwDOACgets5xoixZ
3,866
Bug fix: fixed the leading capitalized ALGO in Vasprun
{ "login": "yanghan234", "id": 32856137, "node_id": "MDQ6VXNlcjMyODU2MTM3", "avatar_url": "https://avatars.githubusercontent.com/u/32856137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yanghan234", "html_url": "https://github.com/yanghan234", "followers_url": "https://api.github.com/use...
[ { "id": 2414169365, "node_id": "MDU6TGFiZWwyNDE0MTY5MzY1", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/needs%20testing", "name": "needs testing", "color": "66ddab", "default": false, "description": "PRs that are not ready to merge due to lacking tests" }, { ...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @yanghan234, I will merge this." ]
2024-06-06T05:52:40
2024-09-07T04:25:31
2024-06-09T03:11:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - This PR solved the issue in #3780 `pymatgen` automatically converts the input `ALGO` to the leading capitalized format, e.g. `GW0` will be converted to `Gw0` and written to `vasprun.xml`. In such case, `Vasprun` would fail to parse the results. In this PR, I fixed this bug. Tag...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3866/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3866/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3866", "html_url": "https://github.com/materialsproject/pymatgen/pull/3866", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3866.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3866.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3867
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3867/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3867/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3867/events
https://github.com/materialsproject/pymatgen/issues/3867
2,339,002,280
I_kwDOACgets6Laleo
3,867
Documentation inconsistent with code for Composition._get_oxi_state_guesses
{ "login": "JiQi535", "id": 54908836, "node_id": "MDQ6VXNlcjU0OTA4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/54908836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JiQi535", "html_url": "https://github.com/JiQi535", "followers_url": "https://api.github.com/users/JiQi53...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-06T19:23:13
2024-06-12T14:39:40
2024-06-12T14:39:40Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version Python 3.9 ### Pymatgen version 2024.6.4 ### Operating system version _No response_ ### Current behavior The documentation of the argument `all_oxidation_state` is inconsistent with what the code really does. **According to doc, `common_oxidation_states` and `icsd_oxidation_states` are used...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3867/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3867/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3868
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3868/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3868/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3868/events
https://github.com/materialsproject/pymatgen/pull/3868
2,340,684,331
PR_kwDOACgets5xz6Uo
3,868
Bug fix: handle non-integer oxidation states in `Species`
{ "login": "esoteric-ephemera", "id": 33381112, "node_id": "MDQ6VXNlcjMzMzgxMTEy", "avatar_url": "https://avatars.githubusercontent.com/u/33381112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/esoteric-ephemera", "html_url": "https://github.com/esoteric-ephemera", "followers_url": "https...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5648629103, "node_id": "LA_kwDOACgets8AAAABUK89b...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-07T15:12:54
2024-06-26T16:42:29
2024-06-07T15:34:18Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Simple bug fix for when elements have non-integer oxidation states assigned to them. Pymatgen can assign non-integer charges to sites, but when trying to initialize `Species` with non-integer oxidation state: ``` from pymatgen.core import Species Species("C0.25+")._oxi_state ``` this raises an `AttributeError`. ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3868/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3868/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3868", "html_url": "https://github.com/materialsproject/pymatgen/pull/3868", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3868.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3868.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3869
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3869/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3869/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3869/events
https://github.com/materialsproject/pymatgen/pull/3869
2,341,392,552
PR_kwDOACgets5x2T16
3,869
Slightly more robust `MSONAtoms` handling
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5585129979, "node_id": "LA_kwDOACgets8AAAABTOZR-...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Will re-open if needed.", "how come it's no longer needed? seems like a sensible change", "Feel free to merge. I was indifferent. ", "i guess i'm still missing something. if it avoids an error that occurred in practice for @samblau, it's a keeper, no?", "I only encountered this error because I was dealing ...
2024-06-08T02:50:49
2024-06-09T01:29:45
2024-06-09T01:22:05Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Broader context: This PR basically impacts nobody and is just a marginally safer way to index the `MSONAtoms` info key when parsing the dictionary representation. Technical details: As noted by @samblau, if for some reason your `MSONAtoms.as_dict()` representation no longer has an `atoms_info` key, then doing `MSONA...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3869/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3869/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3869", "html_url": "https://github.com/materialsproject/pymatgen/pull/3869", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3869.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3869.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3870
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3870/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3870/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3870/events
https://github.com/materialsproject/pymatgen/pull/3870
2,341,923,144
PR_kwDOACgets5x39Tn
3,870
Fix bug in VASP parameter parsing
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-09T00:23:27
2024-06-10T16:03:42
2024-06-09T02:59:24Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
VASP 6.4.3 introduced additional white space in the values of some parameters in the vasprun.xml, for example ` <i type="string" name="GGA ">PE</I>`. This leads to incorrect determination of `run_type`.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3870/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3870/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3870", "html_url": "https://github.com/materialsproject/pymatgen/pull/3870", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3870.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3870.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3871
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3871/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3871/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3871/events
https://github.com/materialsproject/pymatgen/pull/3871
2,341,994,248
PR_kwDOACgets5x4LvL
3,871
Enable more ruff rules including `A`, `DTZ`, `PGH` and more
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5318918309, "node_id": "LA_kwDOACgets8AAAABPQhApQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/linting", "name": "linting", "color": "5DBC83", "default": false, "description": "Linting and quality assurance" }, { "id": 5457867742, "node_id":...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@DanielYang59 could you trigger the atomate2 tests?", "@JaGeo Thanks for commenting. Can you let me how to achieve that? It should only be possible when pushing to `master` I guess?https://github.com/materialsproject/pymatgen/blob/624e6eb5cfefbf5736fe31b8910dd19c1042e94e/.github/workflows/test.yml#L94\r\n\r\nThi...
2024-06-09T03:12:40
2024-06-22T00:39:49
2024-06-21T15:11:33Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Enable more `ruff` rules - Revert an accidental change in tests for `io.lobster.inputs` in https://github.com/materialsproject/pymatgen/pull/3848#discussion_r1632144875 - Other format tweaks ### Enable more [`ruff` rules](https://docs.astral.sh/ruff/rules/) The following requires code change: -...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3871/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3871/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3871", "html_url": "https://github.com/materialsproject/pymatgen/pull/3871", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3871.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3871.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3872
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3872/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3872/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3872/events
https://github.com/materialsproject/pymatgen/pull/3872
2,342,010,537
PR_kwDOACgets5x4OuV
3,872
Add `SymmetryUndetermined(ValueError)` exception type
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-09T04:10:58
2024-06-09T04:25:28
2024-06-09T04:25:27Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary `spglib` will not raise if symmetry cannot be determined, but will instead return `None`. This is not currently handled in `SpacegroupAnalyzer`. As a result, a common issue encountered is calling `Structure.get_space_group_info` for a structure where symmetry cannot be determined leading to an opaque ...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3872/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3872/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3872", "html_url": "https://github.com/materialsproject/pymatgen/pull/3872", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3872.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3872.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3873
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3873/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3873/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3873/events
https://github.com/materialsproject/pymatgen/pull/3873
2,342,732,504
PR_kwDOACgets5x6hPp
3,873
Improve types for `electronic_structure.{bandstructure/cohp}`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5509830160, "node_id": "LA_kwDOACgets8AAAABSGlWEA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/types", "name": "types", "color": "7D66D9", "default": false, "description": "Type all the things" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "One more thing: i feel we again need to install LobsterPy with these changes. If you have time for this, @DanielYang59 , this would be highly appreciated. (Atomate2 will now be done automtically at least)", "> i feel we again need to install LobsterPy with these changes. \r\n\r\nI assume you mean \"test\" `Lob...
2024-06-10T03:02:09
2024-08-09T00:11:48
2024-08-03T13:46:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Improve type annotations and docstring for `electronic_structure` - [x] `bandstructure` - [x] `cohp` - Replace unnecessary single-item list extend with `append` in 8e252388e718415140142a69605896342a5e16c3 [for performance](https://stackoverflow.com/questions/725782/in-python-what-is-the-differenc...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3873/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3873/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3873", "html_url": "https://github.com/materialsproject/pymatgen/pull/3873", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3873.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3873.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3874
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3874/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3874/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3874/events
https://github.com/materialsproject/pymatgen/issues/3874
2,344,184,349
I_kwDOACgets6LuWod
3,874
Missing structure files
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "please stop calling other people's contributions irrelevant (i assume you're referring to https://github.com/materialsproject/pymatgen/pull/3831).\r\n\r\n> PymatgenTest is used not just within Pymatgen but a lot of downstream packages\r\n\r\nin my opinion, having a publicly exported `PymatgenTest` class was an ant...
2024-06-10T15:17:04
2024-06-18T11:15:51
2024-06-11T02:52:49Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version any ### Pymatgen version 2024.6.4 ### Operating system version _No response_ ### Current behavior PymatgenTest.get_structure fail if `tests` is not are not present, e.g., if it is installed from pip. @DanielYang59 @janosh You cannot do this kind of thing. PymatgenTest is used not just with...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3874/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3874/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3875
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3875/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3875/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3875/events
https://github.com/materialsproject/pymatgen/pull/3875
2,345,257,242
PR_kwDOACgets5yDLtD
3,875
Revert "Move test structures out of `util` directory"
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2024-06-11T02:50:22
2024-06-11T02:50:39
2024-06-11T02:50:39Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Reverts materialsproject/pymatgen#3831
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3875/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3875/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3875", "html_url": "https://github.com/materialsproject/pymatgen/pull/3875", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3875.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3875.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3876
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3876/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3876/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3876/events
https://github.com/materialsproject/pymatgen/pull/3876
2,346,545,598
PR_kwDOACgets5yHmi1
3,876
Add OPTIMADE adapter
{ "login": "ml-evs", "id": 7916000, "node_id": "MDQ6VXNlcjc5MTYwMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/7916000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ml-evs", "html_url": "https://github.com/ml-evs", "followers_url": "https://api.github.com/users/ml-evs/foll...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 68...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I would put this in pymatgen.ext rather than pymatgen.io. The ext are external interfaces to things like API resources. E.g., matproj is in pymatgen.ext. Thanks.", "Given this is purely for conversion to/from the OPTIMADE schema, `io` is appropriate (but yes, any API-calling code lives in `ext`).\r\n\r\nThanks f...
2024-06-11T14:10:57
2024-08-07T17:52:59
2024-08-07T17:52:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR adds a converter between the `pymatgen.core.Structure` object and an OPTIMADE structure resource, migrated primarily out of https://github.com/Materials-Consortia/optimade-python-tools/blob/master/optimade/adapters/structures/pymatgen.py with the aim to remove it from our library. ## Todos -...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3876/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3876/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3876", "html_url": "https://github.com/materialsproject/pymatgen/pull/3876", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3876.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3876.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3877
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3877/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3877/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3877/events
https://github.com/materialsproject/pymatgen/pull/3877
2,348,714,425
PR_kwDOACgets5yO_nB
3,877
Accounting for FHI-aims species' defaults
{ "login": "ansobolev", "id": 2968993, "node_id": "MDQ6VXNlcjI5Njg5OTM=", "avatar_url": "https://avatars.githubusercontent.com/u/2968993?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ansobolev", "html_url": "https://github.com/ansobolev", "followers_url": "https://api.github.com/users/an...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Would it be possible to reintroduce the default `species_dir` behavior? For some people using only one set of defaults is relatively okay", "otherwise this looks good from an fhi-aims perspective. This will break atomate2 tests but we can fix that once it is merged", "> Would it be possible to reintroduce the ...
2024-06-12T12:58:18
2024-07-08T13:18:34
2024-06-20T14:37:20Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR adds new SpeciesDefaults object to account for files with the default definitions of species-related keywords (integration grids, basis sets...) in FHI-aims, named _species' defaults_. This is done to abstract away the work with species' defaults from the `AimsControlIn` object, to bring the API m...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3877/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3877/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3877", "html_url": "https://github.com/materialsproject/pymatgen/pull/3877", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3877.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3877.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3878
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3878/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3878/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3878/events
https://github.com/materialsproject/pymatgen/pull/3878
2,349,282,008
PR_kwDOACgets5yQ87J
3,878
Add modification to aims input to match atomate2 magnetic order script
{ "login": "tpurcell90", "id": 7539573, "node_id": "MDQ6VXNlcjc1Mzk1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/7539573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tpurcell90", "html_url": "https://github.com/tpurcell90", "followers_url": "https://api.github.com/users...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "ready for review", "Thanks for the PR @tpurcell90, can you expand on:\r\n\r\n> How it deals with spins is not through magmoms, but FHI-aims uses magmoms exclusively\r\n\r\nI'm not sure I understand, apologies.", "> Thanks for the PR @tpurcell90, can you expand on:\r\n> \r\n> > How it deals with spins is not th...
2024-06-12T17:06:58
2024-09-08T04:16:12
2024-09-07T20:41:52Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
How it deals with spins is not through magmoms, but FHI-aims uses magmoms exclusively ## Summary Modifying FHI-aims inputs to work with the magnetism workflows in atomate2 ## Todos If this is work in progress, what else needs to be done? ## Checklist - [x] Google format doc strings added. Check with `...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3878/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3878/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3878", "html_url": "https://github.com/materialsproject/pymatgen/pull/3878", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3878.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3878.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3879
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3879/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3879/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3879/events
https://github.com/materialsproject/pymatgen/pull/3879
2,355,201,640
PR_kwDOACgets5ylJcK
3,879
Update `FermiDos.get_doping()` to be more robust
{ "login": "kavanase", "id": 51478689, "node_id": "MDQ6VXNlcjUxNDc4Njg5", "avatar_url": "https://avatars.githubusercontent.com/u/51478689?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kavanase", "html_url": "https://github.com/kavanase", "followers_url": "https://api.github.com/users/kav...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5966808010, "node_id": "LA_kwDOACgets8AAAABY6ZDy...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @kavanase, happy to merge this once the tests are updated. Really appreciate the detailed issue description.", "If I understand correctly, this does not fix the issue of the inaccurate CBM itself however?", "Hi @mkhorton, yes this doesn't fix the issue of the inaccurate CBM, but just makes the calculati...
2024-06-15T20:07:53
2024-09-10T13:18:01
2024-08-31T05:45:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
`FermiDos.get_doping` performs an integral over the density of states with the Fermi Dirac occupations to determine the carrier concentrations. However, it starts the conduction band integral (`cb_integral`) from `self.idx_cbm` and vice versa with `self.idx_vbm` for the valence band integral. But, these attributes ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3879/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3879/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3879", "html_url": "https://github.com/materialsproject/pymatgen/pull/3879", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3879.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3879.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3880
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3880/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3880/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3880/events
https://github.com/materialsproject/pymatgen/pull/3880
2,355,389,205
PR_kwDOACgets5ylwkX
3,880
Improve types for `electronic_structure.{core/dos}`
{ "login": "DanielYang59", "id": 80093591, "node_id": "MDQ6VXNlcjgwMDkzNTkx", "avatar_url": "https://avatars.githubusercontent.com/u/80093591?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DanielYang59", "html_url": "https://github.com/DanielYang59", "followers_url": "https://api.github.c...
[ { "id": 5509830160, "node_id": "LA_kwDOACgets8AAAABSGlWEA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/types", "name": "types", "color": "7D66D9", "default": false, "description": "Type all the things" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh Apologize for trying to mess up your weekend, just ping you to get this tracked as well and no rush at all. Thanks!", "Thanks! Have a nice weekend ahead!" ]
2024-06-16T02:40:13
2024-08-09T00:11:56
2024-08-03T15:53:36Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Improve types and docstring cleanups for (follow up of #3873): - `electronic_structure.core` - `electronic_structure.dos` - Nest private `classmethod` (which should not be `classmethod` but `staticmethod`) `get_transformation_matrix` inside `get_moment` method 2843854ea848a5a21898593a26acd8d...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3880/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3880/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3880", "html_url": "https://github.com/materialsproject/pymatgen/pull/3880", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3880.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3880.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3881
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3881/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3881/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3881/events
https://github.com/materialsproject/pymatgen/issues/3881
2,355,806,182
I_kwDOACgets6Mar_m
3,881
ImportError due (presumably) to numpy 2.0
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "See https://numpy.org/devdocs/numpy_2_0_migration_guide.html#numpy-2-migration-guide for summary of possibly required changes" ]
2024-06-16T14:27:21
2024-06-16T15:18:59
2024-06-16T15:18:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Python version python 3.11.9 ### Pymatgen version 2024.06.10 ### Operating system version Ubuntu (Windows WSL2) ### Current behavior import `Element` from pymatgen raises an `ImportError` ### Expected Behavior The import should work. ### Minimal example ```Python from pymatgen.core import Element ../../...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3881/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3881/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }