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/3042
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3042/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3042/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3042/events
https://github.com/materialsproject/pymatgen/issues/3042
1,742,344,979
I_kwDOACgets5n2hMT
3,042
Wrong typehint in `Structure.relax`
{ "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
[ "Thanks. I agree, but I am reluctant to add this because it will make ASE a core dependency for a type hint of a function that may or may not be used by most people.", "Ah, that's a good point. We don't want to add ASE as a core dependency. @janosh, there isn't any trickery to get around the type hinting issue he...
2023-06-05T18:36:39
2023-06-09T14:46:14
2023-06-09T14:46:14Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/f90929f75b27fe1d06faa4e2a5f44654009b98b0/pymatgen/core/structure.py#L3989 Should be type `str | Calculator` where `Calculator` is `from ase.calculators.calculator import Calculator`
{ "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/3042/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/3042/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3043
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3043/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3043/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3043/events
https://github.com/materialsproject/pymatgen/issues/3043
1,742,352,369
I_kwDOACgets5n2i_x
3,043
Add a `Structure.calculate()` feature analagous to `Structure.relax`
{ "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
[ "That sounds great! Let me know if I can help with tests or reviewing.", "I'll definitely be adding plenty of tests, but would love help with reviewing when I'm done! And probably fixing mypy issues...", "Thanks. But my question is how different is it from a `AseAdaptor.get_atoms(structure).get_potential_energy...
2023-06-05T18:40:42
2023-06-09T14:46:15
2023-06-09T14:46:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Currently, there is a method to do `Structure.relax` which calls an ASE calculation with the ASE Optimizer class. There should be a similar method called `Structure.run` which calls ASE to run `atoms.get_potential_energy()`. This will allow for the use of the calculator's internal optimizers if the user wishes. I ca...
{ "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/3043/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/3043/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3044
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3044/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3044/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3044/events
https://github.com/materialsproject/pymatgen/pull/3044
1,742,520,813
PR_kwDOACgets5SPCaJ
3,044
Add `(Structure|Molecule).calculate()` + `Molecule.relax()`, improve `Structure.relax()`
{ "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": 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
[ "I suggest:\r\n1. We have a `run_calculation` method that replaces and extends most of the code in `relax` to be more flexible.\r\n2. We have `relax` call run_calculator with a specific set of parameters to do a relaxation.\r\n\r\n`Structure.run` as a naming sounds a bit strange to me.", "Agreed. That'll clean th...
2023-06-05T20:02:29
2023-06-09T14:47:10
2023-06-09T14:46:13Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3042. Closes #3043. Closes #3047. Links: - #3042 - #3043 - #3047 In addition to the prior issues, I also increased the range of optimizers that can be passed to `Structure.relax` so the user doesn't have to rely solely on FIRE. For molecules, I added a `Molecule.relax()` feature that defaults to GF...
{ "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/3044/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/3044/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3044", "html_url": "https://github.com/materialsproject/pymatgen/pull/3044", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3044.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3044.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3045
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3045/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3045/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3045/events
https://github.com/materialsproject/pymatgen/issues/3045
1,742,829,220
I_kwDOACgets5n4Xak
3,045
Running pymatgen 2023.5.31 on Apple M1 MacOS yields incompatible architecture error
{ "login": "exenGT", "id": 13700125, "node_id": "MDQ6VXNlcjEzNzAwMTI1", "avatar_url": "https://avatars.githubusercontent.com/u/13700125?v=4", "gravatar_id": "", "url": "https://api.github.com/users/exenGT", "html_url": "https://github.com/exenGT", "followers_url": "https://api.github.com/users/exenGT/fo...
[ { "id": 5523299768, "node_id": "LA_kwDOACgets8AAAABSTbduA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/install", "name": "install", "color": "C71D50", "default": false, "description": "Installation issues" }, { "id": 5546088172, "node_id": "LA_kwDOA...
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
[ "Could you try a clean re-install?\r\n\r\n```sh\r\npip uninstall -y pymatgen\r\npip cache purge\r\npip install pymatgen\r\n```\r\n\r\nIf that doesn't help, try outside a `conda` env.\r\n\r\n```sh\r\n# without a conda env active\r\npython -m venv debug\r\n. ./debug/bin/activate\r\npip install pymatgen\r\n```", "Hi...
2023-06-05T23:57:57
2023-06-15T06:33:11
2023-06-15T06:33:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Running the following test code on Apple M1 MacOS: ``` from mp_api.client import MPRester api_key = "*****" with MPRester(api_key) as mpr: struct = mpr.get_structure_by_material_id("mp-2534") ``` gives the following error: ``` Traceback (most recent call last): File "/Users/jw598/Rafael_project/code...
{ "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/3045/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/3045/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3046
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3046/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3046/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3046/events
https://github.com/materialsproject/pymatgen/pull/3046
1,742,858,884
PR_kwDOACgets5SQJ1y
3,046
Better error message to clarify Structure.species only supported for ordered
{ "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": 5563699492, "node_id": "LA_kwDOACgets8AAAABS59RJ...
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
[]
2023-06-06T00:28:03
2023-06-06T00:42:37
2023-06-06T00:42:36Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3033.
{ "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/3046/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/3046/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3046", "html_url": "https://github.com/materialsproject/pymatgen/pull/3046", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3046.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3046.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3047
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3047/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3047/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3047/events
https://github.com/materialsproject/pymatgen/issues/3047
1,742,915,409
I_kwDOACgets5n4sdR
3,047
`Structure.relax` only works if m3gnet is installed even if it is not used
{ "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
[]
2023-06-06T01:56:28
2023-06-09T14:46:15
2023-06-09T14:46:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Currently, if you want to use `Structure.relax` with an ASE `Calculator` object, you still need to install `m3gnet` even though it is not strictly needed for the relaxation procedure. The imports should be moved around to provide additional user flexibility.
{ "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/3047/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/3047/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3048
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3048/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3048/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3048/events
https://github.com/materialsproject/pymatgen/issues/3048
1,743,222,872
I_kwDOACgets5n53hY
3,048
`pip install -e .` not working on Windows
{ "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
[ "Naturally, installing Microsoft Visual C++ 14.0 resolves it. And I now see that's in the docs, so we're good." ]
2023-06-06T07:04:48
2023-06-06T07:06:45
2023-06-06T07:06:44Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
For 3ab085e9b4a7d1c4a0a88f252e5c11d010cd0497, I ran `pip install -e .` in a clean miniconda environment with Python 3.9 and got the following traceback: ```python Building wheels for collected packages: pymatgen Building editable for pymatgen (pyproject.toml) ... error error: subprocess-exited-with-error ...
{ "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/3048/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/3048/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3049
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3049/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3049/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3049/events
https://github.com/materialsproject/pymatgen/issues/3049
1,743,417,854
I_kwDOACgets5n6nH-
3,049
Generate random ordered structures from disordered structure
{ "login": "exenGT", "id": 13700125, "node_id": "MDQ6VXNlcjEzNzAwMTI1", "avatar_url": "https://avatars.githubusercontent.com/u/13700125?v=4", "gravatar_id": "", "url": "https://api.github.com/users/exenGT", "html_url": "https://github.com/exenGT", "followers_url": "https://api.github.com/users/exenGT/fo...
[ { "id": 3576072, "node_id": "MDU6TGFiZWwzNTc2MDcy", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/feature%20request", "name": "feature request", "color": "f3fcae", "default": false, "description": "Request for a new feature" } ]
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
[ "Could you share how this differs from `EnumerateStructureTransformation` backed by `enumlib`?", "Also, thank you for the clearly described and illustrated issue.", "Hi @mkhorton, thank you very much for your comment! I just found out about `EnumerateStructureTransformation`. Upon checking the documentation, it...
2023-06-06T09:02:56
2023-07-18T21:08:37
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Problem For molecular dynamics simulation and machine learning data generation of random structures, one might desire to have a routine that transforms a given disordered structure $S$ to a set of randomly ordered structures $\\{S'_i\\}$, where each randomly ordered structure $S'_i$ has the same overall composi...
{ "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/3049/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/3049/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3050
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3050/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3050/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3050/events
https://github.com/materialsproject/pymatgen/pull/3050
1,743,746,491
PR_kwDOACgets5STKzd
3,050
Extend lobsterenv for coop/cobi
{ "login": "naik-aakash", "id": 91958822, "node_id": "U_kgDOBXsuJg", "avatar_url": "https://avatars.githubusercontent.com/u/91958822?v=4", "gravatar_id": "", "url": "https://api.github.com/users/naik-aakash", "html_url": "https://github.com/naik-aakash", "followers_url": "https://api.github.com/users/na...
[ { "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
[ "Hi @JaGeo , if you have any more suggestions / changes let me know ", "@naik-aakash , very nice! I have added my tiny suggestion on the documentation and naming (which was initially, of couse, my fault ;))! ", "Ready to be merged from my side! @naik-aakash \r\n\r\n@janosh , this is ready to be reviewed! :)", ...
2023-06-06T12:18:25
2024-01-10T12:23:31
2023-07-24T14:43:22Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Additions - Extended lobsterenv.py module to work for ICOBILIST/ICOOPLIST - Added test cases
{ "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/3050/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/3050/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3050", "html_url": "https://github.com/materialsproject/pymatgen/pull/3050", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3050.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3050.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3051
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3051/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3051/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3051/events
https://github.com/materialsproject/pymatgen/issues/3051
1,744,297,919
I_kwDOACgets5n99-_
3,051
Replace `m3gnet` optional dependency with `matgl`
{ "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
[ "This is done (I hope)." ]
2023-06-06T17:34:30
2023-06-09T20:02:55
2023-06-09T20:02:55Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This is just a tracker to keep tabs on it. It is my understanding that `matgl` is the new standard repo to use if you want a pre-trained m3gnet model. ~Note: From looking at the `matgl` `setup.py` file, there might be a file path or two that might cause issues on Windows. Also, the pinned versions in the `setup.py` ...
{ "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/3051/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/3051/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3052
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3052/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3052/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3052/events
https://github.com/materialsproject/pymatgen/pull/3052
1,744,979,011
PR_kwDOACgets5SXW6s
3,052
`IcohpValue.__str__` don't `return None`
{ "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
[ "CI failure caused by legacy `MPRester`, unrelated to PR." ]
2023-06-07T03:51:14
2023-06-07T06:46:57
2023-06-07T06:46:23Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also use modern f-string syntax.
{ "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/3052/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/3052/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3052", "html_url": "https://github.com/materialsproject/pymatgen/pull/3052", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3052.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3052.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3053
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3053/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3053/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3053/events
https://github.com/materialsproject/pymatgen/pull/3053
1,748,424,486
PR_kwDOACgets5SjFcJ
3,053
`PourbaixDiagram` wrong composition bug fix
{ "login": "montoyjh", "id": 6494516, "node_id": "MDQ6VXNlcjY0OTQ1MTY=", "avatar_url": "https://avatars.githubusercontent.com/u/6494516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/montoyjh", "html_url": "https://github.com/montoyjh", "followers_url": "https://api.github.com/users/monto...
[ { "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": 5525608888, "node_id": "LA_kwDOACgets8AAAABSVoZu...
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 great, thanks @montoyjh! 👍 " ]
2023-06-08T18:18:13
2023-06-09T05:48:15
2023-06-09T05:48:12Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2943. The Pourbaix diagram was generating multi-entries with the wrong composition because of Reaction coefficient handling. This fixes the issue by using the explicit list of reaction coefficients, rather than the hash retrieval, and adds a regression test that fails previously but passes now.
{ "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/3053/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/3053/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3053", "html_url": "https://github.com/materialsproject/pymatgen/pull/3053", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3053.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3053.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3054
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3054/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3054/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3054/events
https://github.com/materialsproject/pymatgen/issues/3054
1,749,155,572
I_kwDOACgets5oQf70
3,054
PyPI trusted publishing for releases
{ "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": 5212914883, "node_id": "LA_kwDOACgets8AAAABNrbEww", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/github%20actions", "name": "github actions", "color": "000000", "default": false, "description": "Pull requests that update GitHub Actions code" }, { ...
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
[]
2023-06-09T05:33:19
2023-06-09T08:27:43
2023-06-09T08:27:43Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
[PyPI's new trusted publishing](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers) has 1st party integration with GitHub Actions for easier and safer setup of automated releases. We should migrate the pymatgen release action to 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/3054/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/3054/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3055
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3055/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3055/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3055/events
https://github.com/materialsproject/pymatgen/pull/3055
1,749,161,960
PR_kwDOACgets5SlZEg
3,055
Migrate GHA release job to PyPI trusted publishing
{ "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": 5212914883, "node_id": "LA_kwDOACgets8AAAABNrbEww", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/github%20actions", "name": "github actions", "color": "000000", "default": false, "description": "Pull requests that update GitHub Actions code" }, { ...
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 We could in principle remove the `TWINE_USERNAME` and `TWINE_PASSWORD` secrets from this repo after this is merged. But prob better to keep, esp. until the next release to make sure this actually works.\r\n" ]
2023-06-09T05:42:03
2023-06-09T08:27:43
2023-06-09T08:27:42Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3054.
{ "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/3055/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/3055/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3055", "html_url": "https://github.com/materialsproject/pymatgen/pull/3055", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3055.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3055.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3056
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3056/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3056/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3056/events
https://github.com/materialsproject/pymatgen/pull/3056
1,750,300,118
PR_kwDOACgets5SpTgE
3,056
`AseAtomsAdaptor`: Ensure `Molecule.charge` and `Molecule.spin_multiplicity` aren't lost upon interconversion
{ "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": 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
[]
2023-06-09T18:04:30
2023-06-18T15:50:59
2023-06-18T13:09:53Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Thanks for spotting this, @samblau.
{ "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/3056/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/3056/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3056", "html_url": "https://github.com/materialsproject/pymatgen/pull/3056", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3056.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3056.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3057
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3057/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3057/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3057/events
https://github.com/materialsproject/pymatgen/pull/3057
1,750,666,231
PR_kwDOACgets5SqkCj
3,057
Add `Structure.sublattices` and `class RandomStructureTransformation` to `standard_transformations.py`
{ "login": "exenGT", "id": 13700125, "node_id": "MDQ6VXNlcjEzNzAwMTI1", "avatar_url": "https://avatars.githubusercontent.com/u/13700125?v=4", "gravatar_id": "", "url": "https://api.github.com/users/exenGT", "html_url": "https://github.com/exenGT", "followers_url": "https://api.github.com/users/exenGT/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": 24...
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
[ "Thanks @exenGT, I added a question to the associated issue.", "@janosh All your suggestions have been addressed in my latest commits.", "## [Codecov](https://app.codecov.io/gh/materialsproject/pymatgen/pull/3057?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm...
2023-06-10T00:22:39
2024-08-03T19:01:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3049.
{ "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/3057/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/3057/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3057", "html_url": "https://github.com/materialsproject/pymatgen/pull/3057", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3057.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3057.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3058
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3058/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3058/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3058/events
https://github.com/materialsproject/pymatgen/issues/3058
1,751,783,083
I_kwDOACgets5oahar
3,058
The definition of the method used to identify symmetry of crystal structure
{ "login": "HegemonyTao", "id": 42940303, "node_id": "MDQ6VXNlcjQyOTQwMzAz", "avatar_url": "https://avatars.githubusercontent.com/u/42940303?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HegemonyTao", "html_url": "https://github.com/HegemonyTao", "followers_url": "https://api.github.com/...
[]
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
[ "Hi @HegemonyTao, the symmetry finding algorithms come via a third-party library called \"spglib\". The best way to understand this library is to read their paper:\n\nhttps://arxiv.org/pdf/1808.01590.pdf\n\nI hope this helps!", "> Hi @HegemonyTao, the symmetry finding algorithms come via a third-party library cal...
2023-06-12T02:43:25
2023-06-12T04:05:41
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description Hi developers, I am very curious about the method of analyzing the space group of the given crystal structure you have achieved. But when I tried to read the source code, I found that you had already encapsulated it into a pyd file, which made it difficult for me to understand how the method was imple...
{ "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/3058/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/3058/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3059
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3059/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3059/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3059/events
https://github.com/materialsproject/pymatgen/issues/3059
1,753,214,002
I_kwDOACgets5of-wy
3,059
Error in Tensor symmetrization with certain monoclinic structures
{ "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
[ "Based on [`git blame` from 7 years ago](https://github.com/materialsproject/pymatgen/commit/48c9b1f5676241d02235bebe82aaab5cb2fd17f7), @montoyjh might know more.\r\n\r\n@matthewkuner Could you specify what the error is and post the output of `structure.to('material_id.json')` in HTML `<details>` (just start typing...
2023-06-12T17:22:58
2023-06-13T21:57:49
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/82f108a3cba5f12b88b95fecb4e3b775ca9de6c6/pymatgen/core/tensors.py#L460 For the structure below, an error occurs when attempting to create the IEEE rotation matrix. I believe it is due to this structure, which is identified as monoclinic by the SpaceGroupAnalyzer, hav...
{ "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/3059/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/3059/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3060
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3060/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3060/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3060/events
https://github.com/materialsproject/pymatgen/pull/3060
1,753,431,306
PR_kwDOACgets5SzzjU
3,060
Skip `Molecule.relax()` tests
{ "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": 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 can confirm after running tests locally that everything works fine with `Molecule.calculate()` when `matgl` is not installed, but when you install `matgl` in the same environment as `tblite[ase]`, the GFN2-xTB calculations that `tblite` runs yield convergence errors and therefore fails the test suite.\r...
2023-06-12T19:30:30
2023-06-13T14:30:33
2023-06-13T14:30:33Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
See below.
{ "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/3060/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/3060/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3060", "html_url": "https://github.com/materialsproject/pymatgen/pull/3060", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3060.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3060.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3061
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3061/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3061/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3061/events
https://github.com/materialsproject/pymatgen/issues/3061
1,753,444,708
I_kwDOACgets5og3Fk
3,061
Ase in optional requirement vs. ase import in pymatgen.core.structure
{ "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": 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": 5585018768, "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
[ "@arosen93 Pls fix....", "@shyuep: Will fix it ASAP right after this meeting. There's no need for it to be required. Something must have been missed.", "Thanks, @janosh " ]
2023-06-12T19:39:05
2023-06-22T18:55:37
2023-06-13T10:03:07Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description I installed pymatgen today and tried to use `pymatgen.io.structure.Structure`. It failed because of this import https://github.com/materialsproject/pymatgen/blob/82f108a3cba5f12b88b95fecb4e3b775ca9de6c6/pymatgen/core/structure.py#L27 `ase` is currently an optional requirement. After installing `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/3061/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/3061/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3062
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3062/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3062/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3062/events
https://github.com/materialsproject/pymatgen/pull/3062
1,753,488,241
PR_kwDOACgets5S0APu
3,062
Don't require ASE as dependency
{ "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": 5585018768, "node_id": "LA_kwDOACgets8AAAABTOSfk...
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! ", "No problem. Please let me know if this issue still arises anywhere else!", "Just a heads up that this PR was merged empty and so #3061 isn't actually fixed yet. I'll re-open that issue and re-apply the fix." ]
2023-06-12T20:04:03
2023-06-13T10:00:40
2023-06-12T20:05:57Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3061. @JaGeo
{ "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/3062/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/3062/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3062", "html_url": "https://github.com/materialsproject/pymatgen/pull/3062", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3062.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3062.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3063
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3063/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3063/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3063/events
https://github.com/materialsproject/pymatgen/pull/3063
1,754,717,002
PR_kwDOACgets5S4MEb
3,063
Update doc in periodic_table.py
{ "login": "755452800", "id": 18474386, "node_id": "MDQ6VXNlcjE4NDc0Mzg2", "avatar_url": "https://avatars.githubusercontent.com/u/18474386?v=4", "gravatar_id": "", "url": "https://api.github.com/users/755452800", "html_url": "https://github.com/755452800", "followers_url": "https://api.github.com/users/...
[ { "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
[ "Thank you! 👍 I remember wanting to clarify this myself at some point and then forgot. 😅 " ]
2023-06-13T11:59:05
2023-06-13T12:12:54
2023-06-13T12:12:40Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The description of `electronegativity` in periodic_table.py is not clear and a bit confusing as there are different types of `electronegativity` (see https://en.wikipedia.org/wiki/Electronegativity). Specified the `electronegativity` as `Pauling electronegativity`.
{ "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/3063/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/3063/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3063", "html_url": "https://github.com/materialsproject/pymatgen/pull/3063", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3063.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3063.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3064
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3064/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3064/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3064/events
https://github.com/materialsproject/pymatgen/pull/3064
1,754,921,456
PR_kwDOACgets5S45iF
3,064
Use self-documenting f-strings instead of hard-coding var names
{ "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
[]
2023-06-13T13:38:19
2023-06-13T14:45:13
2023-06-13T14:45:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also set `fail-fast: false` on `pytest` matrix jobs. This means we finish all tests even if one fails but still report the matrix as failed. This was originally intended when setting `continue-on-error: true` which also keeps going on test errors but doesn't report the matrix as failed. See 60757b8c50c4ba6fc774ade4b05...
{ "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/3064/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/3064/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3064", "html_url": "https://github.com/materialsproject/pymatgen/pull/3064", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3064.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3064.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3065
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3065/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3065/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3065/events
https://github.com/materialsproject/pymatgen/issues/3065
1,755,772,203
I_kwDOACgets5opvUr
3,065
Error in writing Structure to cif file, when site species have "spin" property
{ "login": "kamronald", "id": 35947132, "node_id": "MDQ6VXNlcjM1OTQ3MTMy", "avatar_url": "https://avatars.githubusercontent.com/u/35947132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kamronald", "html_url": "https://github.com/kamronald", "followers_url": "https://api.github.com/users/...
[]
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
[ "Be aware that disordered magnetic materials are possible. I've never been entirely satisfied with the distinction between Species.spin and the magmom site property, but the former does allow a disordered magnetic material to be defined, while the latter does not.", "I would distinguish spin as an theoretical con...
2023-06-13T23:06:07
2023-06-16T06:15:10
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Error arose when enumerating magnetic structures, related to #3006 . When saving the enumerated structures, cif files are very different from the actual Structure objects generated by MagneticStructureEnumerator. Writing to cif is fixed when the structure is modified such that spins are not defined, but replaced by de...
{ "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/3065/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/3065/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3066
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3066/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3066/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3066/events
https://github.com/materialsproject/pymatgen/pull/3066
1,756,078,369
PR_kwDOACgets5S82xs
3,066
Fix `ValueError: Unexpected atomic number Z=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...
[ { "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" } ]
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
[]
2023-06-14T05:21:04
2023-06-14T05:38:17
2023-06-14T05:38:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Caused by ```py for idx, specie in enumerate(species): sites.append(Site(specie, coords[idx], properties=prop)) ``` where `species` is `dict`, not list so to get value, must be `species[idx]`, not `specie`.
{ "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/3066/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/3066/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3066", "html_url": "https://github.com/materialsproject/pymatgen/pull/3066", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3066.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3066.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3067
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3067/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3067/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3067/events
https://github.com/materialsproject/pymatgen/pull/3067
1,756,131,440
PR_kwDOACgets5S9CSO
3,067
PymatgenTest add auto-used `tmp_path` fixture (replaces `ScratchDir`)
{ "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": 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
[]
2023-06-14T06:10:03
2023-06-14T11:14:42
2023-06-14T11:14:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
534af3078 `PymatgenTest` add `@pytest.fixture(autouse=True) def _tmp_dir(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:` a18903217 remove many no longer needed `monty.tempfile.ScratchDir(".")` @shyuep It's a bit more magical since people who don't look at `PymatgenTest` won't know that their test...
{ "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/3067/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/3067/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3067", "html_url": "https://github.com/materialsproject/pymatgen/pull/3067", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3067.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3067.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3068
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3068/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3068/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3068/events
https://github.com/materialsproject/pymatgen/issues/3068
1,756,816,727
I_kwDOACgets5otuVX
3,068
Reading and writing POTCAR files is broken
{ "login": "henriquemiranda", "id": 5531862, "node_id": "MDQ6VXNlcjU1MzE4NjI=", "avatar_url": "https://avatars.githubusercontent.com/u/5531862?v=4", "gravatar_id": "", "url": "https://api.github.com/users/henriquemiranda", "html_url": "https://github.com/henriquemiranda", "followers_url": "https://api.g...
[ { "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": 5414010766, "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
[ "Just to confirm, the problem is `\"End of Dataset\"` not being on a new line?", "Yes, exactly", "Thanks for reporting this!\nI think the last fix on parsing fixed one white space problem and created another. I'm currently on family leave until the end of next week I can fix it when I come back.", "I think th...
2023-06-14T12:40:40
2023-08-15T16:26:38
2023-08-15T16:26:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description Reading and writing POTCAR file with the Potcar class from pymatgen.io.vasp seems broken. #### Repro To reproduce the problem, I start with a file: POTCAR ``` PAW Sb 04Feb1998 5.00000000000000 [...] 0.000000000000E+00 0.000000000000E+00 0.000000000000E+00 End of Dataset PA...
{ "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/3068/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/3068/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3069
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3069/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3069/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3069/events
https://github.com/materialsproject/pymatgen/pull/3069
1,757,016,722
PR_kwDOACgets5TACOi
3,069
Remove assertEqual vestiges in tests
{ "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": 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
[]
2023-06-14T14:16:55
2023-06-14T16:12:46
2023-06-14T16:12:44Z
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/3069/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/3069/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3069", "html_url": "https://github.com/materialsproject/pymatgen/pull/3069", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3069.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3069.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3070
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3070/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3070/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3070/events
https://github.com/materialsproject/pymatgen/pull/3070
1,759,647,625
PR_kwDOACgets5TI8IT
3,070
Fix `MagOrderingTransformation` by enforcing implicit-zero magnetic moments in `SpaceGroupAnalyzer`
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "followers_url": "https://api.githu...
[ { "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": 5525608888, "node_id": "LA_kwDOACgets8AAAABSVoZu...
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 PR has been open for a while and fixed some of the previous magnetic moment problems. I apologize for not adding tests yet to get it merged.\r\n\r\nHowever, with the recent changes in `Species` properties (related to spin), the`MagOrderingTransformation` code is again broken. I don't really understand what ha...
2023-06-15T22:56:00
2023-07-14T17:25:44
2023-07-14T13:54:23Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR addresses the bugs described in #3006. To summarize: changes to default magnetic moments introduced in #2727 now mean that structures with only partially defined magnetic moments (e.g., on half the sites) cannot be successfully analyzed by `SpaceGroupAnalyzer`. This was encountered when performing magnetic orde...
{ "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/3070/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/3070/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3070", "html_url": "https://github.com/materialsproject/pymatgen/pull/3070", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3070.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3070.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3071
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3071/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3071/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3071/events
https://github.com/materialsproject/pymatgen/pull/3071
1,759,668,217
PR_kwDOACgets5TJAgg
3,071
Bug fix: change CifWriter to save only the element symbol, and not the entire species string
{ "login": "kamronald", "id": 35947132, "node_id": "MDQ6VXNlcjM1OTQ3MTMy", "avatar_url": "https://avatars.githubusercontent.com/u/35947132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kamronald", "html_url": "https://github.com/kamronald", "followers_url": "https://api.github.com/users/...
[ { "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" }, { ...
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
[ "@kamronald does this still handle species with oxidation state correctly?", "@mkhorton good point, I just checked and it does not handle them properly, I'll fix that", "@mkhorton oxidation states are now properly saved", "Thanks @kamronald! 👍 \r\n\r\nIIUC @mkhorton in https://github.com/materialsproject/pym...
2023-06-15T23:25:21
2024-08-03T19:01:57
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Change the "atom site type symbol", such that the element symbol is saved instead of the full species string (which includes site properties). This fixes Issue #3065, allowing for accurate writing of structures containing species properties to CIF and MCIF files. ## Summary Major updates: Change the "atom site...
{ "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/3071/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/3071/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3071", "html_url": "https://github.com/materialsproject/pymatgen/pull/3071", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3071.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3071.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3072
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3072/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3072/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3072/events
https://github.com/materialsproject/pymatgen/pull/3072
1,760,910,050
PR_kwDOACgets5TNMDC
3,072
More pytest.approx() refactoring
{ "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": 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
[]
2023-06-16T16:04:20
2023-06-16T16:23:03
2023-06-16T16:23:02Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Following https://github.com/materialsproject/pymatgen/commit/6af8a3d8b0e7e368e62daecc70173ab94594dc3e and https://github.com/materialsproject/pymatgen/commit/88b3738922cf3c05dce9fc39e7d7b3250d7e7881.
{ "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/3072/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/3072/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3072", "html_url": "https://github.com/materialsproject/pymatgen/pull/3072", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3072.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3072.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3073
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3073/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3073/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3073/events
https://github.com/materialsproject/pymatgen/pull/3073
1,761,675,985
PR_kwDOACgets5TPyQX
3,073
Update test_kpath_lm.py, remove redundant test and simplify tests
{ "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...
[]
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
[ "Openbabel seems to be missing. Not sure why. Should be unrelated to this change. \r\n\r\nMany unrelated failing tests 🙈", "Yeah I think that's caused by a the latest `mp-api` release. Thank for the cleanup!", "Thanks!\r\n\r\n Maybe @munrojm could also shortly check if it should be an \"and\" rather than an \"...
2023-06-17T06:41:24
2023-06-17T08:35:44
2023-06-17T07:09:09Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
HI @janosh , I removed and simplified the tests. I am still not sure why there is an "or" for the other tests. In my opinion, the result should be always the same for one structure. It's also redundant to test if g has a certain k-point and then later on tests if point g has the same kpoint or point xyz has a cer...
{ "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/3073/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/3073/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3073", "html_url": "https://github.com/materialsproject/pymatgen/pull/3073", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3073.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3073.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3074
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3074/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3074/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3074/events
https://github.com/materialsproject/pymatgen/pull/3074
1,762,296,261
PR_kwDOACgets5TRrHI
3,074
Single-line `None` assignment
{ "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": 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" } ]
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
[]
2023-06-18T13:16:05
2023-06-18T13:33:40
2023-06-18T13:33:39Z
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/3074/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/3074/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3074", "html_url": "https://github.com/materialsproject/pymatgen/pull/3074", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3074.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3074.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3075
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3075/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3075/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3075/events
https://github.com/materialsproject/pymatgen/pull/3075
1,762,325,787
PR_kwDOACgets5TRxCY
3,075
Breaking: change `Composition` bad key error type from `TypeError` to `KeyError`
{ "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": 5457867742...
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
[]
2023-06-18T14:37:32
2023-06-18T14:54:45
2023-06-18T14:54:44Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
8011095ce single line None assignment 697dec8eb more precise error message testing 0f1256ca8 breaking: change Composition bad key error type from TypeError to KeyError
{ "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/3075/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/3075/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3075", "html_url": "https://github.com/materialsproject/pymatgen/pull/3075", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3075.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3075.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3076
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3076/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3076/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3076/events
https://github.com/materialsproject/pymatgen/pull/3076
1,762,351,547
PR_kwDOACgets5TR2GZ
3,076
Cosmetic fixes to `AseAtomsAdaptor` dictionary key ordering
{ "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": 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" } ]
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 to go, @janosh! " ]
2023-06-18T15:49:52
2023-06-18T18:29:25
2023-06-18T18:10:45Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
When interconverting between `Atoms` and `Structure`/`Molecule`, the key ordering in the `.todict()` representation changes. This PR fixes this trivial non-issue.
{ "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/3076/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 1, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3076/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3076", "html_url": "https://github.com/materialsproject/pymatgen/pull/3076", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3076.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3076.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3077
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3077/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3077/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3077/events
https://github.com/materialsproject/pymatgen/pull/3077
1,762,376,409
PR_kwDOACgets5TR7Kl
3,077
Fix `ase` tests not running due to `pymatgen/io/ase.py` shadowing `ase` package
{ "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": 5585018768...
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
[ "Thank you!! 🙏", "If the user doesn't have ASE installed though, the test still skips right? On mobile so can't see what `ase_loaded` does. ", "No, running _all_ tests now requires `ase` to be installed. I think that's fine. Running tests locally usually involves specifying a path to a test module so you only ...
2023-06-18T16:54:04
2023-07-14T14:07:51
2023-06-18T17:27:29Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Tests were set to skip if `ase` not importable (now removed so we catch this in the future). @arosen93 `sys.path.insert(0, getsitepackages()[0])` is admittedly an ugly hack but, like you said, preferable over a breaking module rename.
{ "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/3077/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/3077/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3077", "html_url": "https://github.com/materialsproject/pymatgen/pull/3077", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3077.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3077.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3078
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3078/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3078/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3078/events
https://github.com/materialsproject/pymatgen/issues/3078
1,762,384,920
I_kwDOACgets5pC9wY
3,078
test_fragmenter babel_PC_with_RO_depth fails
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "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": 5525608888...
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 having trouble installing `openbabel` on Mac so can't run this test myself. Is this value correct?\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/47af172ac90ff5e23ce76bbaa5cb8b695d165a82/pymatgen/analysis/tests/test_fragmenter.py#L120\r\n\r\n I'm concerned these tests are apparently being skipped in ...
2023-06-18T17:16:16
2023-06-22T23:02:58
2023-06-22T23:02:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description Testing pymatgen 2023.05.31 on debian unstable, all tests pass except test_babel_PC_with_RO_depth_0_vs_depth_10 from analysis/tests/test_fragmenter.py #### Repro Steps to reproduce the behavior: 1. Build from source, including pymatgen test-files 2. `pytest-3 -vv pymatgen/analysis/tests/...
{ "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/3078/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/3078/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3079
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3079/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3079/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3079/events
https://github.com/materialsproject/pymatgen/pull/3079
1,762,847,015
PR_kwDOACgets5TTfET
3,079
Improvements to the documentation of the Lobsterenv module
{ "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...
[]
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 tried to add more type hinting but mypy was raising very weird errors. ", "Where functions are returning a large tuple containing various types and lengths of data, it might be helpful to wrap them up as a NamedTuple. This would be backward-compatible as you still _can_ access the elements by index, b...
2023-06-19T06:34:11
2023-06-19T15:45:11
2023-06-19T15:45:09Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
I improved the documentation of the LobsterEnv module which was triggered by our updates to LobsterPy (https://github.com/JaGeo/LobsterPy/pull/81) and suggestions by @ajjackson @janosh : happy to hear additional thoughts from you.
{ "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/3079/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/3079/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3079", "html_url": "https://github.com/materialsproject/pymatgen/pull/3079", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3079.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3079.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3080
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3080/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3080/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3080/events
https://github.com/materialsproject/pymatgen/pull/3080
1,763,379,437
PR_kwDOACgets5TVSwV
3,080
Add a cache to speed up get_el_sp
{ "login": "v1kko", "id": 1472570, "node_id": "MDQ6VXNlcjE0NzI1NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/1472570?v=4", "gravatar_id": "", "url": "https://api.github.com/users/v1kko", "html_url": "https://github.com/v1kko", "followers_url": "https://api.github.com/users/v1kko/follower...
[ { "id": 3093102097, "node_id": "MDU6TGFiZWwzMDkzMTAyMDk3", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/stale", "name": "stale", "color": "A99B62", "default": false, "description": "Abandoned or conflicting PRs and outdated issues" }, { "id": 4704350623, ...
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 thing to keep in mind is that returned objects are not necessarily unique anymore, they could be returned again through the cache.\r\n\r\nThis sounds like a foot gun we should stay away from. Could you describe your motivation for this change? Maybe there's a safer way to go about this.", "Closing this as ...
2023-06-19T11:55:45
2023-06-27T20:18:51
2023-06-27T20:01:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Uses functools.cache to speed up the conversion of arbitrary objects into Element | Species | DummySpecies. - One thing to keep in mind is that returned objects are not necessarily unique anymore, they could be returned again through the cache. - Arguments to `get_el_sp` must be `Hashable`, luckily this seems to be...
{ "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/3080/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/3080/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3080", "html_url": "https://github.com/materialsproject/pymatgen/pull/3080", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3080.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3080.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3081
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3081/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3081/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3081/events
https://github.com/materialsproject/pymatgen/pull/3081
1,765,729,993
PR_kwDOACgets5TdKKm
3,081
More precise error message tests and more informative errors in some cases
{ "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": 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
[]
2023-06-20T16:15:05
2023-06-20T17:18:02
2023-06-20T17:18:01Z
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/3081/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/3081/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3081", "html_url": "https://github.com/materialsproject/pymatgen/pull/3081", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3081.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3081.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3082
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3082/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3082/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3082/events
https://github.com/materialsproject/pymatgen/pull/3082
1,765,841,477
PR_kwDOACgets5TdhhX
3,082
Add `test_apply_scissor_(insulator|spin_polarized)`
{ "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" } ]
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
[]
2023-06-20T17:28:54
2023-06-20T17:56:39
2023-06-20T17:56:37Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #1664.
{ "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/3082/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/3082/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3082", "html_url": "https://github.com/materialsproject/pymatgen/pull/3082", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3082.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3082.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3084
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3084/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3084/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3084/events
https://github.com/materialsproject/pymatgen/issues/3084
1,766,367,162
I_kwDOACgets5pSJ-6
3,084
Incorrect parsing of vasprun.xml for certain selective dynamics runs
{ "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": 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
[]
2023-06-20T23:59:17
2023-06-22T18:56:04
2023-06-22T17:40:50Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description When selective dynamics is activated during a run but not all atomic sites are allowed to move (for instance, when calculating finite difference phonons at only a few sites with `IBRION = 5`), `Vasprun` in `pymatgen.io.vasp.outputs` erroneously sets the rank of the force constant matrix to be `(3 x ...
{ "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/3084/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/3084/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3085
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3085/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3085/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3085/events
https://github.com/materialsproject/pymatgen/pull/3085
1,766,474,788
PR_kwDOACgets5TfZbp
3,085
Immutable class defaults
{ "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
[]
2023-06-21T01:03:46
2023-06-21T01:56:12
2023-06-21T01:56:11Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Mutable default values share state across all instances of the class, which most people aren't aware of. This can lead to bugs when the attributes are changed in one instance, as those changes will unexpectedly affect all other instances. Fix is to change to immutable types like `tuple` or [`frozendict`](https://git...
{ "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/3085/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/3085/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3085", "html_url": "https://github.com/materialsproject/pymatgen/pull/3085", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3085.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3085.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3086
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3086/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3086/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3086/events
https://github.com/materialsproject/pymatgen/pull/3086
1,766,579,475
PR_kwDOACgets5TftAN
3,086
Fix hill_formula Composition property
{ "login": "amkrajewski", "id": 54290107, "node_id": "MDQ6VXNlcjU0MjkwMTA3", "avatar_url": "https://avatars.githubusercontent.com/u/54290107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amkrajewski", "html_url": "https://github.com/amkrajewski", "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": 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
[]
2023-06-21T02:51:29
2023-06-21T19:24:11
2023-06-21T19:24:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR fixes an error in the **hill_formula** property of the Composition object, which occurs in cases where C, H, and other element/s with symbol ordering alphabetically before H are present at the same time. In such a case, H should be placed directly after C, but this is not implemented nor tested in...
{ "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/3086/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/3086/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3086", "html_url": "https://github.com/materialsproject/pymatgen/pull/3086", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3086.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3086.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3087
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3087/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3087/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3087/events
https://github.com/materialsproject/pymatgen/issues/3087
1,767,012,861
I_kwDOACgets5pUnn9
3,087
DosPlotterTest tests floating point values by equality
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "followers_url": "https://api.github.c...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "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
[]
2023-06-21T08:05:17
2023-06-21T21:17:53
2023-06-21T21:17:53Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description test_plotting in electron_structures uses `==` equality to test floating point numbers. This inevitably fails, e.g. on i386 https://ci.debian.net/data/autopkgtest/testing/i386/p/pymatgen/34643142/log.gz #### Repro Steps to reproduce the behavior: 1. Go to 'pymatgen/electronic_structure/tes...
{ "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/3087/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/3087/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3088
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3088/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3088/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3088/events
https://github.com/materialsproject/pymatgen/pull/3088
1,768,419,456
PR_kwDOACgets5TltZl
3,088
Fix doc string punctuation
{ "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
[]
2023-06-21T20:25:47
2023-06-21T20:44:36
2023-06-21T20:44:35Z
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/3088/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/3088/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3088", "html_url": "https://github.com/materialsproject/pymatgen/pull/3088", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3088.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3088.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3089
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3089/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3089/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3089/events
https://github.com/materialsproject/pymatgen/pull/3089
1,768,432,856
PR_kwDOACgets5TlwXs
3,089
Fix `DosPlotterTest.test_get_plot_limits()` assert floats equal not using `approx`
{ "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": 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
[]
2023-06-21T20:34:14
2023-06-21T21:17:53
2023-06-21T21:17:51Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3087.
{ "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/3089/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/3089/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3089", "html_url": "https://github.com/materialsproject/pymatgen/pull/3089", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3089.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3089.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3090
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3090/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3090/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3090/events
https://github.com/materialsproject/pymatgen/issues/3090
1,768,923,549
I_kwDOACgets5pb6Gd
3,090
Z-matrix representation
{ "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" }, { "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
[ "> I wonder if this wouldn't be a good convenience method for molecule.\r\n\r\nGood idea! Would you like to submit a PR that moves this method to the `Molecule` class and also adds a unit test for it?\r\n", "Moving the method, yes. Just wondering if this is the best representation as you can use site number, elem...
2023-06-22T04:53:48
2023-06-24T05:56:18
2023-06-23T13:31:45Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
I am currently using some pymatgen parts that I hadn't used before. As far as I see, we currently have an option for a z-matrix representation as part of the Gaussian output generation: https://github.com/materialsproject/pymatgen/blob/f90929f75b27fe1d06faa4e2a5f44654009b98b0/pymatgen/io/gaussian.py#L383-L413 I wond...
{ "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/3090/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/3090/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3091
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3091/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3091/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3091/events
https://github.com/materialsproject/pymatgen/pull/3091
1,769,716,697
PR_kwDOACgets5TqJ6k
3,091
Check for expected error msg in `pytest.raises()`
{ "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": 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
[]
2023-06-22T13:45:46
2023-06-22T14:36:16
2023-06-22T14:36:15Z
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/3091/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/3091/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3091", "html_url": "https://github.com/materialsproject/pymatgen/pull/3091", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3091.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3091.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3092
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3092/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3092/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3092/events
https://github.com/materialsproject/pymatgen/pull/3092
1,770,111,915
PR_kwDOACgets5TrecA
3,092
Fix `ValueError` when parsing `vasprun.xml` with only some atom force constants
{ "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
[]
2023-06-22T17:25:29
2023-06-22T17:40:50
2023-06-22T17:40:48Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3084. Thanks @esoteric-ephemera for pointing out the fix. 👍
{ "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/3092/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/3092/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3092", "html_url": "https://github.com/materialsproject/pymatgen/pull/3092", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3092.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3092.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3093
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3093/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3093/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3093/events
https://github.com/materialsproject/pymatgen/pull/3093
1,770,433,099
PR_kwDOACgets5TskVk
3,093
Fix `test_babel_pc_with_ro_depth_0_vs_depth_10`
{ "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": 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": 4974004892, "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
[]
2023-06-22T21:42:50
2023-06-22T23:02:58
2023-06-22T23:02:57Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3078. Todo: Check why test failure was not caught in our CI. `openbabel` not installed correctly?
{ "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/3093/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/3093/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3093", "html_url": "https://github.com/materialsproject/pymatgen/pull/3093", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3093.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3093.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3094
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3094/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3094/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3094/events
https://github.com/materialsproject/pymatgen/pull/3094
1,770,500,867
PR_kwDOACgets5Tsy3P
3,094
Set `hashlib.md5(usedforsecurity=False)` when computing POTCAR hashes
{ "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
[]
2023-06-22T23:01:34
2023-06-23T02:35:36
2023-06-23T02:35:35Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2804.
{ "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/3094/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/3094/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3094", "html_url": "https://github.com/materialsproject/pymatgen/pull/3094", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3094.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3094.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3095
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3095/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3095/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3095/events
https://github.com/materialsproject/pymatgen/pull/3095
1,770,889,702
PR_kwDOACgets5TuBv1
3,095
Move `get_zmatrix` from `GaussianInput` to `Molecule`
{ "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...
[]
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 don't understand why this test would be failing. Hints are appreciated.", "Ah, they have been failing already before. Okay. I was just confused that it was related to molecules." ]
2023-06-23T06:53:14
2023-06-23T13:31:44
2023-06-23T13:31:43Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3090 I really just moved the method. It's not sophisticated yet but maybe someone can build on this implementation. I therefore left a todo.
{ "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/3095/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/3095/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3095", "html_url": "https://github.com/materialsproject/pymatgen/pull/3095", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3095.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3095.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3096
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3096/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3096/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3096/events
https://github.com/materialsproject/pymatgen/issues/3096
1,770,979,423
I_kwDOACgets5pjwBf
3,096
BandStructureSymmLine from MP cannot be serialized
{ "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": 5523313324, "node_id": "LA_kwDOACgets8AAAABSTcSrA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/provenance", "name": "provenance", "color": "D1EBD5", "default": false, "description": "Data provenance" }, { "id": 5529392097, "node_id": "LA_kwD...
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 am not sure the issue is pymatgen related or emmet-related.\r\n\r\nNeither I think. I assume bandstructures should not be saved using `numpy` types, so just an issue with our db.\r\n\r\n@munrojm Would a re-parse fix this?\r\n\r\n@JaGeo Here's a temporary workaround:\r\n\r\n```py\r\njson.dump(band.as_dict(), f,...
2023-06-23T07:40:05
2023-06-23T13:29:06
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
@janosh @munrojm I am not sure the issue is pymatgen related or emmet-related. The following code fails as the BandstructureSymmline cannot be converted to a serializable json.... ```Python from mp_api.client import MPRester import json with MPRester("YOURKEY") as a: band=a.get_bandstructure_by_material_id...
{ "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/3096/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/3096/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3097
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3097/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3097/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3097/events
https://github.com/materialsproject/pymatgen/pull/3097
1,772,385,122
PR_kwDOACgets5TzCSI
3,097
Add CHGNet to `structure.relax` and `structure.calculate`
{ "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
[ "@janosh: A small note. If you do \r\n```python\r\nfrom chgnet.model.dynamics import CHGNetCalculator\r\n```\r\n\r\nthen you have imported an ASE calculator. You can provide the calculator as a kwarg via `Structure.relax(calculator=CHGNetCalculator)` just like any other calculator. I'm not sure if this would reduce...
2023-06-24T01:34:49
2023-06-25T22:56:43
2023-06-25T22:56:42Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Following hot (or not?) on the heels of #3044, this PR adds `calculator="chgnet"` as a recognized option to `Structure.relax()` and `Structure.calculate()` for running [CHGNet](https://github.com/CederGroupHub/chgnet)-powered structure relaxations and static calculations. @BowenD-UCB This is a 1st draft. Will requir...
{ "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/3097/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/3097/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3097", "html_url": "https://github.com/materialsproject/pymatgen/pull/3097", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3097.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3097.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3098
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3098/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3098/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3098/events
https://github.com/materialsproject/pymatgen/pull/3098
1,772,923,059
PR_kwDOACgets5T01aL
3,098
Add `match=...` to all `pytest.raises()` in `io.vasp`
{ "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": 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
[]
2023-06-24T21:24:01
2023-06-24T23:57:29
2023-06-24T23:57:28Z
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/3098/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/3098/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3098", "html_url": "https://github.com/materialsproject/pymatgen/pull/3098", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3098.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3098.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3099
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3099/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3099/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3099/events
https://github.com/materialsproject/pymatgen/pull/3099
1,772,971,391
PR_kwDOACgets5T0_mj
3,099
No single letter vars: `s -> struct`
{ "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
[]
2023-06-25T00:02:30
2023-06-25T00:42:26
2023-06-25T00:42:25Z
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/3099/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/3099/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3099", "html_url": "https://github.com/materialsproject/pymatgen/pull/3099", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3099.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3099.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3100
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3100/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3100/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3100/events
https://github.com/materialsproject/pymatgen/pull/3100
1,773,502,914
PR_kwDOACgets5T2vOt
3,100
fixed misspell in GB error message
{ "login": "R1j1t", "id": 22280243, "node_id": "MDQ6VXNlcjIyMjgwMjQz", "avatar_url": "https://avatars.githubusercontent.com/u/22280243?v=4", "gravatar_id": "", "url": "https://api.github.com/users/R1j1t", "html_url": "https://github.com/R1j1t", "followers_url": "https://api.github.com/users/R1j1t/follow...
[ { "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": 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
[]
2023-06-25T21:42:27
2023-06-26T00:56:06
2023-06-25T22:40:18Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Minor misspell fix in error message ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`. - [x] Tests added for new features/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/3100/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/3100/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3100", "html_url": "https://github.com/materialsproject/pymatgen/pull/3100", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3100.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3100.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3101
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3101/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3101/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3101/events
https://github.com/materialsproject/pymatgen/pull/3101
1,773,546,606
PR_kwDOACgets5T24zi
3,101
ruff doc string 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": 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": 54...
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
[]
2023-06-25T22:59:30
2023-06-25T23:20:47
2023-06-25T23:20:46Z
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/3101/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/3101/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3101", "html_url": "https://github.com/materialsproject/pymatgen/pull/3101", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3101.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3101.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3102
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3102/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3102/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3102/events
https://github.com/materialsproject/pymatgen/issues/3102
1,773,891,308
I_kwDOACgets5pu27s
3,102
Add Atomate2 to the external tools page
{ "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
[]
2023-06-26T05:06:54
2023-06-26T20:48:40
2023-06-26T20:48:40Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://pymatgen.org/addons#external-tools
{ "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/3102/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/3102/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3104
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3104/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3104/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3104/events
https://github.com/materialsproject/pymatgen/pull/3104
1,775,073,180
PR_kwDOACgets5T77GO
3,104
Update `addons.rst`
{ "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": 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
[ "I think it's ok to keep Quacc since it's likely of interest to some members of the `pymatgen` user base but I'm fine either way. Let me know if you want to merge as is.", "Let's remove it for now :) Feel free to merge as-is." ]
2023-06-26T15:39:11
2023-06-26T20:48:39
2023-06-26T20:48:39Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3102. Changes: - I added [Atomate2](https://github.com/materialsproject/atomate2), which seemed like a clear one to have included. - I removed [`m3gnet`](https://github.com/materialsvirtuallab/m3gnet) in place of [`matgl`](https://github.com/materialsvirtuallab/matgl) since the former is archived and to be...
{ "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/3104/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/3104/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3104", "html_url": "https://github.com/materialsproject/pymatgen/pull/3104", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3104.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3104.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3105
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3105/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3105/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3105/events
https://github.com/materialsproject/pymatgen/issues/3105
1,775,141,756
I_kwDOACgets5pzoN8
3,105
"import openbabel" is deprecated, instead use "from openbabel import openbabel"
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "followers_url": "https://api.github.c...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "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
[ "@drew-parsons Thanks for pointing this out! Note that this is not the only reason `MoleculeMatcherTest` isn't being run in CI. We're also not installing `openbabel`. IIRC we had serious installation issues in the past causing us to drop it. Just tried again on macOS and couldn't install. But happy to give it a try...
2023-06-26T16:17:50
2023-06-27T02:27:15
2023-06-27T02:27:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description [pymatgen/analysis/tests/test_molecule_matcher.py](https://github.com/materialsproject/pymatgen/blob/master/pymatgen/analysis/tests/test_molecule_matcher.py) conditionally uses OBAlign from openbabel. openbabel is accessed by ``` import openbabel ``` and availability of OBAlign registered with...
{ "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/3105/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/3105/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3106
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3106/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3106/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3106/events
https://github.com/materialsproject/pymatgen/issues/3106
1,775,328,683
I_kwDOACgets5p0V2r
3,106
ValueError string does not match in test_connection (test_graph.py)
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "followers_url": "https://api.github.c...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "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
[ "Good catch! Thanks for reporting! Fix incoming." ]
2023-06-26T18:19:51
2023-06-27T02:30:06
2023-06-27T02:30:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description The recent PR#3901 added pytest exception context to tests. In the case of test_construction in analysis/tests/test_graphs.py it [gave](https://github.com/materialsproject/pymatgen/blob/6871dae21f245db8dafdf3767182ec7dc64f094a/pymatgen/analysis/tests/test_graphs.py#L615) ``` with pytest....
{ "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/3106/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/3106/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3107
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3107/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3107/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3107/events
https://github.com/materialsproject/pymatgen/pull/3107
1,775,554,641
PR_kwDOACgets5T9k67
3,107
Setup `duecredit` for machine-readable in-code citations
{ "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": 54...
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
[ "Yep, this looks perfect -- thanks @janosh.", "Yay, took a bit longer than expected but I think I added `duecredit` decorators for all DOIs in doc strings. Have to admit my focus was wavering towards the end so might have missed a few. But we can always add more later.", "Don't worry! Well done finding so many!...
2023-06-26T20:28:18
2023-06-27T19:29:29
2023-06-27T15:25:38Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Following this morning's MP Foundation meeting where I took this over from @mkhorton, this is a draft PR that adds `duecredit` class decorators and module citations to a dozen files to gather feedback before doing the rest. @mkhorton Let me know if this is what you had in mind and I'll do the rest.
{ "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/3107/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/3107/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3107", "html_url": "https://github.com/materialsproject/pymatgen/pull/3107", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3107.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3107.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3108
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3108/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3108/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3108/events
https://github.com/materialsproject/pymatgen/pull/3108
1,775,832,563
PR_kwDOACgets5T-fNP
3,108
BUG: force contiguous calling find_points_in_spheres
{ "login": "lbluque", "id": 9788715, "node_id": "MDQ6VXNlcjk3ODg3MTU=", "avatar_url": "https://avatars.githubusercontent.com/u/9788715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lbluque", "html_url": "https://github.com/lbluque", "followers_url": "https://api.github.com/users/lbluque/...
[]
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
[ "Quick qn: what is the purpose of this? Speed up?", "Having the arrays contiguous makes it faster., which I had already added in the previous PR #3015.\r\n\r\nHowever, we noticed that when called internally by a structure where the lattice matrix or frac_coords had been changed in such a way (such as applying str...
2023-06-26T23:20:09
2023-06-26T23:47:28
2023-06-26T23:47:24Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Checklist - [X] Google format doc strings added. Check with `ruff`. - [X] Type annotations included. Check with `mypy`. - [X] Tests added for new features/fixes. Tip: Install `pre-commit` hooks to auto-check types and linting before every commit: ```sh pip install -U pre-commit pre-commit install ```
{ "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/3108/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/3108/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3108", "html_url": "https://github.com/materialsproject/pymatgen/pull/3108", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3108.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3108.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3109
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3109/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3109/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3109/events
https://github.com/materialsproject/pymatgen/pull/3109
1,775,947,405
PR_kwDOACgets5T-2rj
3,109
Fix `openbabel` import to unskip `MoleculeMatcherTest`
{ "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": 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
[ "@drew-parsons I fixed the `openbabel` import but I'm leaving out the openbabel install in CI which is also needed to get this test running again. Would you like to submit a PR for that?", "I'm not sure how to patch the github CI. I'm working with the debian CI testing at https://ci.debian.net/packages/p/pymatgen...
2023-06-27T01:50:13
2023-06-27T21:34:09
2023-06-27T02:27:13Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3105.
{ "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/3109/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/3109/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3109", "html_url": "https://github.com/materialsproject/pymatgen/pull/3109", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3109.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3109.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3110
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3110/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3110/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3110/events
https://github.com/materialsproject/pymatgen/pull/3110
1,775,966,230
PR_kwDOACgets5T-6wL
3,110
Fix unexpected error message in `MoleculeGraphTest.test_construction`
{ "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": 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
[]
2023-06-27T02:12:00
2023-06-27T02:30:05
2023-06-27T02:30:04Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3106.
{ "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/3110/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/3110/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3110", "html_url": "https://github.com/materialsproject/pymatgen/pull/3110", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3110.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3110.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3111
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3111/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3111/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3111/events
https://github.com/materialsproject/pymatgen/pull/3111
1,776,223,922
PR_kwDOACgets5T_xO3
3,111
fix AttributeError in MoleculeGraph.draw_graph_to_file
{ "login": "xjf729", "id": 34682766, "node_id": "MDQ6VXNlcjM0NjgyNzY2", "avatar_url": "https://avatars.githubusercontent.com/u/34682766?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xjf729", "html_url": "https://github.com/xjf729", "followers_url": "https://api.github.com/users/xjf729/fo...
[]
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 @xjf729, I believe this change was the result of an API change in networkx, good catch!" ]
2023-06-27T06:57:59
2023-06-27T14:03:43
2023-06-27T14:03:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
In line 2602 and 2603, `g` is `MultiDiGraph` and has no attribute `node`. ## Summary Major changes: - fix 1: change g.node to g.nodes ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`. - [x] Tests added for new features/fixes. T...
{ "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/3111/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/3111/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3111", "html_url": "https://github.com/materialsproject/pymatgen/pull/3111", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3111.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3111.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3112
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3112/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3112/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3112/events
https://github.com/materialsproject/pymatgen/issues/3112
1,778,711,118
I_kwDOACgets5qBPpO
3,112
`test_from_diff_fit` in `test_elastic.py` fails on `mips64el`
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "followers_url": "https://api.github.c...
[ { "id": 3093102097, "node_id": "MDU6TGFiZWwzMDkzMTAyMDk3", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/stale", "name": "stale", "color": "A99B62", "default": false, "description": "Abandoned or conflicting PRs and outdated issues" }, { "id": 4708633439, ...
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 test runs successfully in our Ubuntu, macOS and Windows CIs. Not sure how the huge differences in your logs might come about\r\n\r\n```logs\r\nMax absolute difference: 6.20711553e+09\r\nMax relative difference: 1.72207694e+23\r\n```\r\n\r\nThe last meaningful change to this test I could find is 72bd76c9d573f6...
2023-06-28T11:01:05
2023-10-01T20:40:16
2023-10-01T19:39:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description The NthOrderElasticTensorTest.test_from_diff_fit in test_elastic.py fails on mips64el fails during build-time tests on the mips64el architecture. The error log reports ``` =================================== FAILURES =================================== _________________ NthOrderElasticTensorTe...
{ "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/3112/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/3112/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3113
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3113/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3113/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3113/events
https://github.com/materialsproject/pymatgen/issues/3113
1,778,999,536
I_kwDOACgets5qCWDw
3,113
Bug in processing entries of GGA/GGA+U/R2SCAN scheme
{ "login": "peikai", "id": 25943913, "node_id": "MDQ6VXNlcjI1OTQzOTEz", "avatar_url": "https://avatars.githubusercontent.com/u/25943913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/peikai", "html_url": "https://github.com/peikai", "followers_url": "https://api.github.com/users/peikai/fo...
[ { "id": 4708633439, "node_id": "LA_kwDOACgets8AAAABGKgLXw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/needs%20repro", "name": "needs repro", "color": "d93f0b", "default": false, "description": "Bug report that needs a reproduction" }, { "id": 552560888...
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 can't repro this. Tried about 7 times. I get 638 entries every time.\r\n\r\n> which actually contains no energy adjustment related to the GGA/GGA+U/R2SCAN scheme\r\n\r\nI'm not very familiar with our r2SCAN/GGA mixing scheme but I think what might be happening here is that we place r2SCAN energies onto the GGA(+...
2023-06-28T13:52:50
2025-01-28T18:13:51
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I found that the entry `mp-1181334-GGA+U` for `Cu-Fe-Li-O-Te` chemical system can disappear and reappear in the processed entries result occasionally, when the GGA/GGA+U/R2SCAN scheme correction was conducted multiple times. The inconsistency issue happened about every third run in my test -- although the codes below b...
{ "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/3113/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/3113/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3114
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3114/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3114/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3114/events
https://github.com/materialsproject/pymatgen/pull/3114
1,780,388,714
PR_kwDOACgets5UN_6e
3,114
Add citations for Lobster modules and tiny addition to DOSCAR processing
{ "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...
[]
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 And another fix that adds more flexibility to the DOSCAR reading of Lobster files.", "Linting is failing because IStructure and Structure do not agree with each other. Not sure how to fix it." ]
2023-06-29T08:42:18
2023-06-29T15:39:58
2023-06-29T15:39:57Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
@janosh, I have added the correct citations for the Lobster module. I wanted to do this for a very long time...
{ "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/3114/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/3114/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3114", "html_url": "https://github.com/materialsproject/pymatgen/pull/3114", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3114.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3114.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3115
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3115/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3115/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3115/events
https://github.com/materialsproject/pymatgen/issues/3115
1,781,124,005
I_kwDOACgets5qKcul
3,115
Issue with Structure.from_spacegroup
{ "login": "emilannevelink", "id": 21206213, "node_id": "MDQ6VXNlcjIxMjA2MjEz", "avatar_url": "https://avatars.githubusercontent.com/u/21206213?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emilannevelink", "html_url": "https://github.com/emilannevelink", "followers_url": "https://api.gi...
[ { "id": 5322879170, "node_id": "LA_kwDOACgets8AAAABPUSwwg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/help", "name": "help", "color": "5ED16E", "default": false, "description": "Q&A support-style issues" }, { "id": 5473975193, "node_id": "LA_kwDOAC...
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
[ "your code does not even work because there is no arg called spacegroup in the from_spacegroup method. There is also no arg called symbols. While I definitely know how to fix this myself, I think it is generally a good practice to provide actual working code to minimize the load on developers when you are asking fo...
2023-06-29T16:01:09
2023-06-30T23:13:07
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description I'm trying to reproduce the structure of [LLZO on materials project](https://next-gen.materialsproject.org/materials/mp-942733?chemsys=La-Li-O-Zr) using `pymatgen.core.Structure.from_spacegroup()` and it looks like the La wychoff coordinates give the incorrect multiplicity. I'm getting a structure w...
{ "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/3115/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/3115/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3116
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3116/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3116/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3116/events
https://github.com/materialsproject/pymatgen/pull/3116
1,783,849,991
PR_kwDOACgets5UZvo_
3,116
Bump pypa/cibuildwheel from 2.12.3 to 2.13.1
{ "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
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major...
2023-07-01T12:07:22
2023-07-01T19:12:03
2023-07-01T19:11:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.3 to 2.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v2.13.1</h2> <ul> <li>🛠 Updates the prerelease CPytho...
{ "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/3116/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/3116/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3116", "html_url": "https://github.com/materialsproject/pymatgen/pull/3116", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3116.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3116.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3117
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3117/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3117/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3117/events
https://github.com/materialsproject/pymatgen/pull/3117
1,783,869,788
PR_kwDOACgets5UZ0Dr
3,117
Bump pandas from 2.0.1 to 2.0.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`. You can also ignore all major...
2023-07-01T12:33:40
2023-07-01T19:11:55
2023-07-01T19:11:45Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.1 to 2.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>Pandas 2.0.3</h2> <p>This is a patch release in the 2.0.x series and includes ...
{ "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/3117/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/3117/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3117", "html_url": "https://github.com/materialsproject/pymatgen/pull/3117", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3117.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3117.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3118
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3118/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3118/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3118/events
https://github.com/materialsproject/pymatgen/pull/3118
1,783,869,935
PR_kwDOACgets5UZ0F4
3,118
Bump cython from 0.29.32 to 0.29.35
{ "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`. You can also ignore all major...
2023-07-01T12:33:47
2023-07-01T19:11:56
2023-07-01T19:11:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [cython](https://github.com/cython/cython) from 0.29.32 to 0.29.35. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's changelog</a>.</em></p> <blockquote> <h1>0.29.35 (2023-05-24)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>A garbage c...
{ "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/3118/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/3118/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3118", "html_url": "https://github.com/materialsproject/pymatgen/pull/3118", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3118.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3118.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3119
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3119/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3119/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3119/events
https://github.com/materialsproject/pymatgen/pull/3119
1,783,870,049
PR_kwDOACgets5UZ0Hh
3,119
Bump plotly from 5.11.0 to 5.15.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
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major...
2023-07-01T12:33:55
2023-07-01T19:11:56
2023-07-01T19:11:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.11.0 to 5.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.py/releases">plotly's releases</a>.</em></p> <blockquote> <h2>v5.15.0</h2> <h3>Updated</h3> <ul> <li>Updated Plotly.js from version 2.20.0 t...
{ "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/3119/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/3119/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3119", "html_url": "https://github.com/materialsproject/pymatgen/pull/3119", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3119.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3119.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3120
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3120/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3120/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3120/events
https://github.com/materialsproject/pymatgen/pull/3120
1,783,870,087
PR_kwDOACgets5UZ0IA
3,120
Bump sympy from 1.11.1 to 1.12
{ "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`. You can also ignore all major...
2023-07-01T12:34:02
2023-07-01T19:11:57
2023-07-01T19:11:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [sympy](https://github.com/sympy/sympy) from 1.11.1 to 1.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sympy/sympy/releases">sympy's releases</a>.</em></p> <blockquote> <h2>SymPy 1.12</h2> <p>See <a href="https://github.com/sympy/sympy/wiki/release-notes-for-1.12">...
{ "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/3120/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/3120/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3120", "html_url": "https://github.com/materialsproject/pymatgen/pull/3120", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3120.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3120.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3121
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3121/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3121/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3121/events
https://github.com/materialsproject/pymatgen/pull/3121
1,783,870,127
PR_kwDOACgets5UZ0Ii
3,121
Bump numpy from 1.24.3 to 1.25.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
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major...
2023-07-01T12:34:11
2023-07-01T19:11:58
2023-07-01T19:11:48Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p> <blockquote> <h2>v1.25.0</h2> <h1>NumPy 1.25.0 Release Notes</h1> <p>The NumPy 1.25.0 release continues the...
{ "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/3121/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/3121/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3121", "html_url": "https://github.com/materialsproject/pymatgen/pull/3121", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3121.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3121.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3122
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3122/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3122/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3122/events
https://github.com/materialsproject/pymatgen/pull/3122
1,784,124,750
PR_kwDOACgets5UasvI
3,122
`SpaceGroup.__repr__`
{ "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": 49...
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
[]
2023-07-01T18:04:47
2023-07-01T19:03:05
2023-07-01T19:03:04Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Not sure why but `SpaceGroup` didn't have a `repr` yet.
{ "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/3122/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/3122/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3122", "html_url": "https://github.com/materialsproject/pymatgen/pull/3122", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3122.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3122.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3123
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3123/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3123/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3123/events
https://github.com/materialsproject/pymatgen/pull/3123
1,784,228,820
PR_kwDOACgets5UbDy2
3,123
Deprecate `pymatgen.util.convergence`
{ "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": 5529392097, "node_id": "LA_kwDOACgets8AAAABSZPT4Q", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/api", "name": "api", "color": "D21149", "default": false, "description": "Application programming interface" }, { "id": 5585018768, "node_id": "LA...
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
[]
2023-07-01T20:52:27
2023-07-01T21:10:16
2023-07-01T21:10:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
e511f9a14 rename single-letter var names i -> idx 66d546abb fix doc string issues e907c315e deprecate pymatgen/util/convergence.py
{ "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/3123/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/3123/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3123", "html_url": "https://github.com/materialsproject/pymatgen/pull/3123", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3123.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3123.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3124
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3124/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3124/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3124/events
https://github.com/materialsproject/pymatgen/pull/3124
1,784,298,906
PR_kwDOACgets5UbTba
3,124
Add `pymatgen.io.openmm` package to `addons.rst`
{ "login": "orionarcher", "id": 27712051, "node_id": "MDQ6VXNlcjI3NzEyMDUx", "avatar_url": "https://avatars.githubusercontent.com/u/27712051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/orionarcher", "html_url": "https://github.com/orionarcher", "followers_url": "https://api.github.com/...
[]
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
[]
2023-07-01T22:35:46
2023-07-02T00:18:18
2023-07-02T00:18:17Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The core functionality of [pymatgen.io.openmm](https://github.com/orionarcher/pymatgen-io-openmm) is in place so I thought I'd add it to the the add ons page.
{ "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/3124/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/3124/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3124", "html_url": "https://github.com/materialsproject/pymatgen/pull/3124", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3124.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3124.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3125
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3125/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3125/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3125/events
https://github.com/materialsproject/pymatgen/pull/3125
1,784,680,529
PR_kwDOACgets5UcjGh
3,125
Migrate from `warnings.catch_warnings(record=True)` to `pytest.warns()`
{ "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": 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
[]
2023-07-02T15:03:37
2023-07-02T18:17:52
2023-07-02T18:17:51Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Reason: more concise + `pytest.warns(match='msg')` encourages testing warning message for added test precision.
{ "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/3125/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/3125/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3125", "html_url": "https://github.com/materialsproject/pymatgen/pull/3125", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3125.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3125.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3127
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3127/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3127/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3127/events
https://github.com/materialsproject/pymatgen/pull/3127
1,785,788,518
PR_kwDOACgets5UgV0T
3,127
Fix for missing lattice matches in ZSLGenerator
{ "login": "fyalcin", "id": 20908329, "node_id": "MDQ6VXNlcjIwOTA4MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/20908329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fyalcin", "html_url": "https://github.com/fyalcin", "followers_url": "https://api.github.com/users/fyalci...
[ { "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": 5525608888, "node_id": "LA_kwDOACgets8AAAABSVoZu...
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 this fix and the analysis writeup in https://github.com/materialsproject/pymatgen/issues/2457!" ]
2023-07-03T09:43:31
2023-07-03T15:18:34
2023-07-03T15:18:33Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes https://github.com/materialsproject/pymatgen/issues/2457.
{ "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/3127/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/3127/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3127", "html_url": "https://github.com/materialsproject/pymatgen/pull/3127", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3127.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3127.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3129
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3129/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3129/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3129/events
https://github.com/materialsproject/pymatgen/pull/3129
1,786,591,849
PR_kwDOACgets5UjENb
3,129
Bump `ruff` + fix `PERF402` violations
{ "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": 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
[]
2023-07-03T17:49:23
2023-07-04T17:58:23
2023-07-04T17:58:22Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
bfaea2694 `pymatgen/core/__init__.py` add `MODULE_DIR` `PKG_DIR` `ROOT` 82d0a9869 refactor `SubstrateAnalyzerTest.test_init` to simple function 4e7841402 for site in (struct.sites -> struct) bfd40e242 bump `ruff` + fix new `PERF402` violations
{ "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/3129/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/3129/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3129", "html_url": "https://github.com/materialsproject/pymatgen/pull/3129", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3129.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3129.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3130
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3130/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3130/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3130/events
https://github.com/materialsproject/pymatgen/pull/3130
1,786,968,828
PR_kwDOACgets5UkVxm
3,130
pre-commit autoupdate
{ "login": "pre-commit-ci[bot]", "id": 66853113, "node_id": "MDM6Qm90NjY4NTMxMTM=", "avatar_url": "https://avatars.githubusercontent.com/in/68672?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pre-commit-ci%5Bbot%5D", "html_url": "https://github.com/apps/pre-commit-ci", "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
[]
2023-07-04T00:44:05
2023-07-04T02:18:52
2023-07-04T02:18:49Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.0.276) - [github.com/pre-commit/mirrors-mypy: v1.4.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.0...v1.4.1) - [github.com/codespell-...
{ "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/3130/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/3130/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3130", "html_url": "https://github.com/materialsproject/pymatgen/pull/3130", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3130.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3130.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3131
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3131/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3131/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3131/events
https://github.com/materialsproject/pymatgen/pull/3131
1,788,510,180
PR_kwDOACgets5Upi_9
3,131
Test error messages
{ "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": 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
[]
2023-07-04T21:52:05
2023-07-04T23:05:54
2023-07-04T23:05:53Z
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/3131/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/3131/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3131", "html_url": "https://github.com/materialsproject/pymatgen/pull/3131", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3131.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3131.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3132
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3132/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3132/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3132/events
https://github.com/materialsproject/pymatgen/pull/3132
1,788,578,871
PR_kwDOACgets5UpxkP
3,132
Compress test files
{ "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" } ]
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
[ "<details><summary>Per-file size reduction</summary>\r\n\r\n| File | Original Size (B) | Compressed Size (B) | Reduction (%) |\r\n|:------------------------------------------------------|--------------------:|----------------------:|----------------:|\r\n| Sn_d...
2023-07-05T00:11:43
2024-08-03T19:01:57
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2994. Here's a 1st swing at compressing all test files. Takes the total size of the `test_files` from ~900 MB to 243 MB (73 % reduction) using simple Gzip compression as implemented in the Python standard library. <details><summary>Migration script <code>compress_test_files.py</code></summary> ```py i...
{ "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/3132/reactions", "total_count": 4, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3132/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3132", "html_url": "https://github.com/materialsproject/pymatgen/pull/3132", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3132.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3132.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3133
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3133/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3133/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3133/events
https://github.com/materialsproject/pymatgen/pull/3133
1,790,305,374
PR_kwDOACgets5UvpC4
3,133
Enable `ruff` `PT011`
{ "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": 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
[]
2023-07-05T20:58:06
2023-07-05T23:26:01
2023-07-05T23:25:59Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also fix remaining violations.
{ "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/3133/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/3133/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3133", "html_url": "https://github.com/materialsproject/pymatgen/pull/3133", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3133.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3133.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3134
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3134/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3134/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3134/events
https://github.com/materialsproject/pymatgen/issues/3134
1,790,677,452
I_kwDOACgets5qu5HM
3,134
Release 2023.6.28 on PyPI is incomplete
{ "login": "mrakitin", "id": 13209176, "node_id": "MDQ6VXNlcjEzMjA5MTc2", "avatar_url": "https://avatars.githubusercontent.com/u/13209176?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mrakitin", "html_url": "https://github.com/mrakitin", "followers_url": "https://api.github.com/users/mra...
[]
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
[ "There's a [newer release out now that's sound](https://pypi.org/project/pymatgen/2023.7.11/#files). I guess we could delete the old partial release but not sure if that creates more problems than it solves. Usually you deprecate a broken release rather than delete but looks like PyPI doesn't have a deprecation fea...
2023-07-06T02:27:12
2023-07-12T03:36:12
2023-07-11T15:21:37Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description There is only one wheel file available for v2023.6.28 on PyPI (`pymatgen-2023.6.28-cp39-cp39-macosx_11_0_arm64.whl`). All other versions are missing: the wheels for Linux, macOS, and Windows (Python 3.8-3.11) at https://pypi.org/project/pymatgen/2023.6.28/#files: ![image](https://github.com/mater...
{ "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/3134/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/3134/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3135
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3135/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3135/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3135/events
https://github.com/materialsproject/pymatgen/issues/3135
1,791,122,830
I_kwDOACgets5qwl2O
3,135
Get site labels from cif file
{ "login": "stefsmeets", "id": 873520, "node_id": "MDQ6VXNlcjg3MzUyMA==", "avatar_url": "https://avatars.githubusercontent.com/u/873520?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stefsmeets", "html_url": "https://github.com/stefsmeets", "followers_url": "https://api.github.com/users/s...
[]
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
[]
2023-07-06T09:01:30
2023-07-06T18:26:05
2023-07-06T18:26:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Problem I'm interested in having access to the site labels in a cif file when reading a structure ("_atom_site_label"). I need this to classify different groups of sites with the same symbol. #### Proposed Solution I think these data can be made available via `Structure.site_properties`. In [`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/3135/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/3135/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3136
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3136/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3136/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3136/events
https://github.com/materialsproject/pymatgen/pull/3136
1,791,258,477
PR_kwDOACgets5Uy43W
3,136
Read site labels from cif file
{ "login": "stefsmeets", "id": 873520, "node_id": "MDQ6VXNlcjg3MzUyMA==", "avatar_url": "https://avatars.githubusercontent.com/u/873520?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stefsmeets", "html_url": "https://github.com/stefsmeets", "followers_url": "https://api.github.com/users/s...
[ { "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
[ "Thanks @stefsmeets! 👍 ", "Sorry, was a bit trigger happy on the merge. Tests didn't run on account of this change [1975b921f](https://github.com/materialsproject/pymatgen/commit/1975b921f038dbc523a8800c2c3ad4598a6f73d5#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R26) I just reverted. Co...
2023-07-06T10:20:26
2023-07-07T19:22:42
2023-07-06T18:26:04Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - feature 1: Read site labels from cif file and store these under `Structure.site_properties`. Closes #3135 ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`. - [x] Tests added for new features/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/3136/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/3136/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3136", "html_url": "https://github.com/materialsproject/pymatgen/pull/3136", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3136.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3136.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3137
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3137/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3137/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3137/events
https://github.com/materialsproject/pymatgen/pull/3137
1,796,687,094
PR_kwDOACgets5VFReL
3,137
Read site labels from cif file (2)
{ "login": "stefsmeets", "id": 873520, "node_id": "MDQ6VXNlcjg3MzUyMA==", "avatar_url": "https://avatars.githubusercontent.com/u/873520?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stefsmeets", "html_url": "https://github.com/stefsmeets", "followers_url": "https://api.github.com/users/s...
[]
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 the feedback! I added a bunch of tests for the new code. Let me know if there is anything else." ]
2023-07-10T12:37:00
2023-07-14T07:28:45
2023-07-13T23:13:09Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR follows up from #3136 which was reverted because of CI test failures, see https://github.com/materialsproject/pymatgen/pull/3136#issuecomment-1624198814 . This PR addresses these issues. Major changes: - feature 1: Read site labels from cif file and store these under `Structure.site_properti...
{ "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/3137/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/3137/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3137", "html_url": "https://github.com/materialsproject/pymatgen/pull/3137", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3137.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3137.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3138
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3138/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3138/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3138/events
https://github.com/materialsproject/pymatgen/issues/3138
1,797,220,921
I_kwDOACgets5rH2o5
3,138
returning matplotlib.pyplot module in plotting methods
{ "login": "lbluque", "id": 9788715, "node_id": "MDQ6VXNlcjk3ODg3MTU=", "avatar_url": "https://avatars.githubusercontent.com/u/9788715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lbluque", "html_url": "https://github.com/lbluque", "followers_url": "https://api.github.com/users/lbluque/...
[ { "id": 5322856717, "node_id": "LA_kwDOACgets8AAAABPURZDQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/data%20viz", "name": "data viz", "color": "3C19AC", "default": false, "description": "PRs and issues about pymatgen plotting functionality" }, { "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
[ "I don't think this was a design choice per se. The general idea was to return an object that would allow `show` to be called and for some basic testing of the plot generation code. I have no problems with changing it to returning a Figure object.\r\n\r\nThe plotly backend came much later and so is a bit more coher...
2023-07-10T17:35:21
2023-09-15T10:09:06
2023-08-17T22:35:34Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
#### Description This may be more a clarification than a bug necessarily. I have noticed that many of the plotting methods using the `matplotlib` backend return the `matplotlib.pyplot` module. For example in the [phase diagram plotter](https://github.com/materialsproject/pymatgen/blob/9f0c7c28fee6681058dadbaafd2...
{ "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/3138/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/3138/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3139
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3139/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3139/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3139/events
https://github.com/materialsproject/pymatgen/pull/3139
1,797,306,159
PR_kwDOACgets5VHW93
3,139
Refactor `analysis/graphs.py` using `dict.pop()`
{ "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": 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" } ]
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
[]
2023-07-10T18:33:54
2023-07-10T18:54:55
2023-07-10T18:54:54Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
```py if key in dict: val = dict[key] del dict[key] ``` to ```py val = dict.pop(key, None) ```
{ "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/3139/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/3139/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3139", "html_url": "https://github.com/materialsproject/pymatgen/pull/3139", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3139.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3139.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3140
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3140/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3140/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3140/events
https://github.com/materialsproject/pymatgen/pull/3140
1,797,367,662
PR_kwDOACgets5VHjyk
3,140
Breaking: Rename `[SomeCode]ParserError` to `[SomeCode]ParseError` and inherit from `SyntaxError`
{ "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": 5457867742, "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
[]
2023-07-10T19:11:12
2023-07-10T20:18:23
2023-07-10T20:18:22Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
By making all `ParseError` classes inherit from the new `pymatgen.io.core.ParseError` (used to be generic `Exception`) which subclasses `SyntaxError`, `ParseErrors` can now add line numbers and filenames to errors: ```py class SyntaxError(Exception): msg: str lineno: int | None offset: int | None ...
{ "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/3140/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/3140/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3140", "html_url": "https://github.com/materialsproject/pymatgen/pull/3140", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3140.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3140.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3141
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3141/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3141/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3141/events
https://github.com/materialsproject/pymatgen/pull/3141
1,797,744,443
PR_kwDOACgets5VI3_H
3,141
explicit test POTCAR
{ "login": "jmmshn", "id": 14003693, "node_id": "MDQ6VXNlcjE0MDAzNjkz", "avatar_url": "https://avatars.githubusercontent.com/u/14003693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmmshn", "html_url": "https://github.com/jmmshn", "followers_url": "https://api.github.com/users/jmmshn/fo...
[]
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
[]
2023-07-10T23:13:35
2023-07-11T01:44:50
2023-07-11T01:44:50Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Explicit test for POTCAR writing Added basic test to make sure that the written POTCAR file is readable by VASP. in response to Issue #3068
{ "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/3141/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/3141/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3141", "html_url": "https://github.com/materialsproject/pymatgen/pull/3141", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3141.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3141.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3142
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3142/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3142/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3142/events
https://github.com/materialsproject/pymatgen/issues/3142
1,797,944,663
I_kwDOACgets5rKnVX
3,142
`MaterialsProjectDFTMixingScheme.process_entries()` should have a kwarg to avoid POTCAR checks
{ "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
[ "I would go one step further - why not have a global setting that disables all POTCAR checks? This can be in the pmgrc. ", "I would personally appreciate an option to avoid all POTCAR-related checks because then I don't have to do extra work just to have Pymatgen tell me I know what I'm doing. Although, finding w...
2023-07-11T02:15:43
2023-07-11T04:10:08
2023-07-11T03:27:40Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
When using `MaterialsProjectDFTMixingScheme.process_entries()`, if the user does not provide `ComputedStructureEntry` objects with POTCAR symbols in `.parameters`, the mixing scheme will crash. While it's understandable to do a validity check by default, there should be a kwarg to disable this. If a user is trying t...
{ "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/3142/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/3142/timeline
null
not_planned
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3143
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3143/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3143/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3143/events
https://github.com/materialsproject/pymatgen/pull/3143
1,798,061,122
PR_kwDOACgets5VJ9-6
3,143
Add `check_potcar: bool = True` to `MaterialsProject2020Compatibility`, `MaterialsProjectDFTMixingScheme` and `PotcarCorrection`
{ "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": 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
[ "You are the hero we don't deserve.", "Closes #2952 as well?", "Pls do not merge this. I have a different fix.", "@arosen93 Re #2952 not 100% sure since there was talk of a `ComputedEntry.from_settings` method in that issue. Not sure if anyone still wants that if you can set `MaterialsProject2020Compatibility...
2023-07-11T04:18:06
2023-07-12T23:48:39
2023-07-12T23:03:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2499, closes #2952 (and #3142). 07f9730c2 add check_potcar: bool = True to PotcarCorrection c0087761e add check_potcar: bool = True to MaterialsProject2020Compatibility 19f88c07e add check_potcar: bool = True to MaterialsProjectDFTMixingScheme 0209a5ab1 fix broken test due to modified error msg
{ "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/3143/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/3143/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3143", "html_url": "https://github.com/materialsproject/pymatgen/pull/3143", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3143.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3143.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3144
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3144/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3144/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3144/events
https://github.com/materialsproject/pymatgen/issues/3144
1,799,092,240
I_kwDOACgets5rO_gQ
3,144
Design type system for `site_properties`
{ "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": 5529392097, "node_id": "LA_kwDOACgets8AAAABSZPT4Q", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/api", "name": "api", "color": "D21149", "default": false, "description": "Application programming interface" } ]
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 can be closed. The strategy going forward is to add new `Site` properties directly as 1st-level instance attributes rather than as keys in the `Site.properties` dict. See #3137 for an example which added `Site.label`." ]
2023-07-11T14:39:07
2023-07-14T02:42:33
2023-07-14T02:42:33Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`site_properties` not being typed causes downstream problems (see e.g. #3137). Imagine we had explicit types for possible site properties: `ScalarProperty`, `PolarVectorProperty`, `AxialVectorProperty`, etc, `Categorical`, `Comment`. Something physical like `Magmom` could be handled under this system, and also somet...
{ "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/3144/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/3144/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3145
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3145/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3145/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3145/events
https://github.com/materialsproject/pymatgen/pull/3145
1,799,755,263
PR_kwDOACgets5VPvJh
3,145
Fix/test files
{ "login": "mcgalcode", "id": 15318848, "node_id": "MDQ6VXNlcjE1MzE4ODQ4", "avatar_url": "https://avatars.githubusercontent.com/u/15318848?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mcgalcode", "html_url": "https://github.com/mcgalcode", "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
[]
2023-07-11T21:07:30
2023-07-11T21:09:58
2023-07-11T21:09:58Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: Fixes tests in `pymatgen/entries` after compressing and renaming files.
{ "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/3145/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/3145/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3145", "html_url": "https://github.com/materialsproject/pymatgen/pull/3145", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3145.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3145.patch", "merged_at...