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/3357
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3357/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3357/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3357/events
https://github.com/materialsproject/pymatgen/pull/3357
1,916,255,966
PR_kwDOACgets5bYG9y
3,357
Chargemol minor refactor
{ "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": 57...
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-09-27T20:21:04
2023-09-27T20:34:05
2023-09-27T20:34:04Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
b3708bc9c fix doc string indentation c1aa37107 deduplicate which("chargemol") dfd2a560b refactor "Multiple files detected" warning 8e0b09967 use single dict assert instead of individual key asserts
{ "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/3357/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/3357/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3357", "html_url": "https://github.com/materialsproject/pymatgen/pull/3357", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3357.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3357.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3358
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3358/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3358/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3358/events
https://github.com/materialsproject/pymatgen/issues/3358
1,916,570,087
I_kwDOACgets5yPInn
3,358
`jsanitize` has downstream issue when converting ase `Atoms` to pymatgen `Structure` in `multiprocessing`
{ "login": "chiang-yuan", "id": 41962462, "node_id": "MDQ6VXNlcjQxOTYyNDYy", "avatar_url": "https://avatars.githubusercontent.com/u/41962462?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chiang-yuan", "html_url": "https://github.com/chiang-yuan", "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
[ "@chiang-yuan: Thanks for highlighting. My opinion is that we should retain back-and-forth interconversion as much as possible, without any loss of information. This breaks that principle. Happy to review alternatives.", "Also see slightly related comment: https://github.com/materialsproject/pymatgen/issues/3297 ...
2023-09-28T01:33:50
2023-09-28T19:11:16
2023-09-28T19:11:16Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I just merged this branch to my local and found that `jsanitize` breaks my code where I have `torch.multiprocessing` to convert `ase.Atoms` into `pymatgen.core.Strucuture`. ``` File "/global/homes/c/cyrusyc/.conda/envs/chace/lib/python3.9/site-packages/monty/json.py", line 585, in jsanitize return [jsanitize...
{ "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/3358/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/3358/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3359
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3359/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3359/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3359/events
https://github.com/materialsproject/pymatgen/pull/3359
1,916,640,046
PR_kwDOACgets5bZalv
3,359
Don't rely on `jsanitize` in `Atoms` <--> `Structure` object 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": 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
[ "@chiang-yuan, @janosh: This is ready for your review.", "Just want to offer thanks for this! @Andrew-S-Rosen you are so swift on this! (even on PTO 🫡", "Had a spare moment and couldn't get it off my mind. I can go back to the beach life now. 😎🏖️" ]
2023-09-28T03:29:16
2023-10-03T23:07:36
2023-09-28T19:11:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3358. As raised in #3270, I stated: > Currently, we have the mapping: `Atoms.info <--> Structure.properties`, since they serve the same purpose between ASE and Pymtatgen, respectively. However, I `jsanitize`-d the `atoms.info` before assigning it to `.properties` to ensure the `Structure`/`Molecule` objec...
{ "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/3359/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/3359/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3359", "html_url": "https://github.com/materialsproject/pymatgen/pull/3359", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3359.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3359.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3360
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3360/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3360/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3360/events
https://github.com/materialsproject/pymatgen/pull/3360
1,917,895,621
PR_kwDOACgets5bdvDJ
3,360
Breaking typo fix: `Targe(tt->t)edPenaltiedAbundanceChemenvStrategy`
{ "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-09-28T16:34:42
2023-09-28T17:33:41
2023-09-28T17:33:40Z
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/3360/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/3360/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3360", "html_url": "https://github.com/materialsproject/pymatgen/pull/3360", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3360.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3360.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3361
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3361/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3361/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3361/events
https://github.com/materialsproject/pymatgen/pull/3361
1,919,135,164
PR_kwDOACgets5bh8BF
3,361
Add `LobsterMatrices` parser to `lobster.io.outputs`
{ "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 @janosh, this PR is ready to be merged. I would be happy to address if any specific changes are desired before merging." ]
2023-09-29T11:52:09
2023-10-15T05:27:22
2023-10-14T14:24:20Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
# New 1. Add a parser to read matrices written by Lobster like hamiltonMatrices.lobster, coefficientMatrices.lobster to outputs module # Todo - [x] Add tests and associated 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...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3361/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3361/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3361", "html_url": "https://github.com/materialsproject/pymatgen/pull/3361", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3361.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3361.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3362
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3362/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3362/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3362/events
https://github.com/materialsproject/pymatgen/pull/3362
1,920,318,638
PR_kwDOACgets5bl1xY
3,362
Fix `TestMPResterNewBasic` + `AseAtomsAdaptor` test errors and `TransformedStructure.from_snl` overwriting `hist` variable
{ "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-09-30T16:16:45
2023-09-30T17:07:03
2023-09-30T17:07:02Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
d919b591a fix typos c1c9a1041 fix for loop overwriting hist variable in TransformedStructure.from_snl 596a56eea fix TestVasprun.test_update_potcar using wrong PotcarSingle hash: md5_computed_file_hash should be md5_header_hash
{ "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/3362/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/3362/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3362", "html_url": "https://github.com/materialsproject/pymatgen/pull/3362", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3362.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3362.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3363
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3363/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3363/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3363/events
https://github.com/materialsproject/pymatgen/pull/3363
1,920,744,755
PR_kwDOACgets5bnMzn
3,363
Bump matplotlib from 3.7.2 to 3.8.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-10-01T12:35:37
2023-10-01T16:34:13
2023-10-01T16:34:03Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matplotlib/matplotlib/releases">matplotlib's releases</a>.</em></p> <blockquote> <p>REL: v3.8.0</p> <p>Highlights of this release include:</p> <ul>...
{ "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/3363/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/3363/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3363", "html_url": "https://github.com/materialsproject/pymatgen/pull/3363", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3363.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3363.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3364
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3364/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3364/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3364/events
https://github.com/materialsproject/pymatgen/pull/3364
1,920,744,826
PR_kwDOACgets5bnM0U
3,364
Bump plotly from 5.16.1 to 5.17.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-10-01T12:35:45
2023-10-01T16:34:14
2023-10-01T16:34:04Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.16.1 to 5.17.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.17.0</h2> <h3>Updated</h3> <ul> <li>Improved json docstrings, added <code>B...
{ "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/3364/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/3364/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3364", "html_url": "https://github.com/materialsproject/pymatgen/pull/3364", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3364.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3364.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3365
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3365/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3365/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3365/events
https://github.com/materialsproject/pymatgen/pull/3365
1,920,744,919
PR_kwDOACgets5bnM1a
3,365
Bump scipy from 1.11.2 to 1.11.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-10-01T12:35:59
2023-10-01T16:34:14
2023-10-01T16:34:04Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.2 to 1.11.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scipy/scipy/releases">scipy's releases</a>.</em></p> <blockquote> <h1>SciPy 1.11.3 Release Notes</h1> <p>SciPy <code>1.11.3</code> is a bug-fix release with no ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3365/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/3365/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3365", "html_url": "https://github.com/materialsproject/pymatgen/pull/3365", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3365.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3365.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3366
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3366/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3366/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3366/events
https://github.com/materialsproject/pymatgen/pull/3366
1,920,745,108
PR_kwDOACgets5bnM4B
3,366
Bump numpy from 1.25.2 to 1.26.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-10-01T12:36:28
2023-10-01T16:34:13
2023-10-01T16:34:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.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.26.0</h2> <h1>NumPy 1.26.0 Release Notes</h1> <p>The NumPy 1.26.0 release is a continua...
{ "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/3366/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/3366/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3366", "html_url": "https://github.com/materialsproject/pymatgen/pull/3366", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3366.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3366.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3367
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3367/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3367/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3367/events
https://github.com/materialsproject/pymatgen/pull/3367
1,920,745,244
PR_kwDOACgets5bnM59
3,367
Bump pandas from 2.0.3 to 2.1.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" }, { "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-10-01T12:36:50
2023-10-01T16:34:15
2023-10-01T16:34:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.1. <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.1.1</h2> <p>This is a patch release in the 2.1.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/3367/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/3367/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3367", "html_url": "https://github.com/materialsproject/pymatgen/pull/3367", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3367.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3367.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3368
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3368/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3368/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3368/events
https://github.com/materialsproject/pymatgen/pull/3368
1,920,747,422
PR_kwDOACgets5bnNXk
3,368
Bump pypa/cibuildwheel from 2.15.0 to 2.16.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
[]
2023-10-01T12:41:16
2023-10-02T23:38:01
2023-10-02T23:38:00Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.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.16.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/3368/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/3368/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3368", "html_url": "https://github.com/materialsproject/pymatgen/pull/3368", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3368.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3368.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3369
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3369/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3369/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3369/events
https://github.com/materialsproject/pymatgen/pull/3369
1,922,759,465
PR_kwDOACgets5bt70M
3,369
Fix undiscovered 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-10-02T21:32:14
2023-10-02T22:11:12
2023-10-02T22:11:11Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
The breaking part of this PR is f09769b7a which probably sees little use, hence no deprecation period. Can always revert if that turns out to be wrong. 696008fff replace _parse_string with str.strip in PotcarSingle.parse_functions 328ae47c2 use keyword args to dict.update() e9c7bee8e fix ruff 66304bc52 convert `(...
{ "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/3369/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/3369/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3369", "html_url": "https://github.com/materialsproject/pymatgen/pull/3369", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3369.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3369.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3370
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3370/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3370/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3370/events
https://github.com/materialsproject/pymatgen/pull/3370
1,922,765,175
PR_kwDOACgets5bt9Fj
3,370
Update POTCAR summary stats to include 6.4 POTCARs and add `dev_script` utils for future updates
{ "login": "esoteric-ephemera", "id": 33381112, "node_id": "MDQ6VXNlcjMzMzgxMTEy", "avatar_url": "https://avatars.githubusercontent.com/u/33381112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/esoteric-ephemera", "html_url": "https://github.com/esoteric-ephemera", "followers_url": "https...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi. I think `pymatgen/io/vasp/potcar_summary_stats.json.gz` should be added to `setup.package_data` to use it via pip-installed version.\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/44bf38318f1ff4265385eb6587bb713780732ff7/setup.py#L95-L119", "Ah crap!", "Not the first time don’t worry! I once adde...
2023-10-02T21:35:44
2023-10-04T16:49:24
2023-10-03T23:11:53Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Major changes: - Follow-up to issue [#3342](https://github.com/materialsproject/pymatgen/issues/3342) and closed PR [#3351](https://github.com/materialsproject/pymatgen/pull/3351) - Adds support for version 64 POTCARs - Adds hidden function for PMG devs to continuously update potcar_summary_stats.json.gz used ...
{ "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/3370/reactions", "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3370/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3370", "html_url": "https://github.com/materialsproject/pymatgen/pull/3370", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3370.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3370.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3371
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3371/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3371/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3371/events
https://github.com/materialsproject/pymatgen/pull/3371
1,923,190,284
PR_kwDOACgets5bvcU4
3,371
pre-commit autoupdate & fix typos
{ "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": "...
[ { "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-10-03T02:57:20
2023-10-03T03:14:40
2023-10-03T03:14:39Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
<!--pre-commit.ci start--> updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) <!--pre-co...
{ "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/3371/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/3371/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3371", "html_url": "https://github.com/materialsproject/pymatgen/pull/3371", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3371.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3371.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3372
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3372/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3372/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3372/events
https://github.com/materialsproject/pymatgen/pull/3372
1,925,307,402
PR_kwDOACgets5b2lOH
3,372
Fix missing `potcar_summary_stats.json.gz` in `setup.package_data`
{ "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": 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
[ "@janosh this is failing in the most recent release right? My [workflows](https://github.com/AI-multimodal/Lightshow/pull/205) are failing because they can't find this file in `2023.10.3`. Thanks!", "That's right, there will be a new release today.", "I just released a bug fix release. v2023.10.4" ]
2023-10-04T02:57:02
2023-10-04T13:22:53
2023-10-04T03:17:19Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Adresses https://github.com/materialsproject/pymatgen/pull/3370#issuecomment-1746038525.
{ "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/3372/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/3372/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3372", "html_url": "https://github.com/materialsproject/pymatgen/pull/3372", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3372.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3372.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3373
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3373/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3373/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3373/events
https://github.com/materialsproject/pymatgen/issues/3373
1,926,175,960
I_kwDOACgets5yzxzY
3,373
Bug with structure read from cif file
{ "login": "epatyukova", "id": 22679301, "node_id": "MDQ6VXNlcjIyNjc5MzAx", "avatar_url": "https://avatars.githubusercontent.com/u/22679301?v=4", "gravatar_id": "", "url": "https://api.github.com/users/epatyukova", "html_url": "https://github.com/epatyukova", "followers_url": "https://api.github.com/use...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": ...
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
[ "@epatyukova You're right, there is a problem here. Fwiw, the problem is more widespread than `pymatgen`.\r\n\r\n@esoteric-ephemera Did some investigation and it turns out `Vesta` and `ase` also parse this CIF file incorrectly. As @computron has said in the past, CIF is a troublesome format.\r\n\r\n`ase` completely...
2023-10-04T13:04:20
2023-11-04T13:18:39
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Structure with collection code 133424 from ICSD (Pr Sm Pb Si2 S8) is read incorrectly by `Structure.from_file()`. In particular there should be 18 Pb2+ sites, but there are 30 after the read. There is clearly a bug. [`ICSD_CollCode133424.cif`](https://github.com/materialsproject/pymatgen/files/12803589/ICSD_CollCode...
{ "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/3373/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/3373/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3374
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3374/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3374/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3374/events
https://github.com/materialsproject/pymatgen/pull/3374
1,926,528,672
PR_kwDOACgets5b6uox
3,374
Fix outdated `setup.py` `find_namespace_packages` and add `test_egg_sources_txt_is_complete`
{ "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
[ "@mkhorton @shyuep It looks like `pymatgen/analysis/chemenv/coordination_environments/strategy_files/ImprovedConfidenceCutoffDefaultParameters.json` is not used anywhere\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/32f032ca41afba1e353d8eb42a9a29dd0462873c/pymatgen/analysis/chemenv/coordination_environme...
2023-10-04T15:52:54
2023-10-12T00:29:43
2023-10-04T18:15:55Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Thanks @mkhorton [for the suggestion](https://github.com/materialsproject/pymatgen/pull/3370#issuecomment-1746058319).
{ "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/3374/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/3374/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3374", "html_url": "https://github.com/materialsproject/pymatgen/pull/3374", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3374.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3374.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3375
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3375/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3375/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3375/events
https://github.com/materialsproject/pymatgen/pull/3375
1,926,847,649
PR_kwDOACgets5b7zlg
3,375
`release.yml` add option to publish to TestPyPI
{ "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-10-04T19:31:32
2023-10-05T02:34:33
2023-10-05T02:34:32Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
```py def test_egg_sources_txt_is_complete(): """Check that all source and data files in pymatgen/ are listed in pymatgen.egg-info/SOURCES.txt.""" with open(src_txt_path) as file: sources = file.read() # check that all files listed in SOURCES.txt exist f...
{ "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/3375/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/3375/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3375", "html_url": "https://github.com/materialsproject/pymatgen/pull/3375", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3375.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3375.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3376
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3376/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3376/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3376/events
https://github.com/materialsproject/pymatgen/pull/3376
1,928,797,679
PR_kwDOACgets5cCZnx
3,376
Add `inplace: bool=True` arg to `Structure.apply_strain()`
{ "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
[]
2023-10-05T18:01:26
2023-10-05T18:27:30
2023-10-05T18:27:29Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
0bf11ebc7 bump pypa/cibuildwheel to v2.16.2 b5e375814 add apply_strain() arg inplace: bool=True 1209f2a17 test struct.apply_strain(inplace=False)
{ "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/3376/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/3376/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3376", "html_url": "https://github.com/materialsproject/pymatgen/pull/3376", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3376.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3376.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3377
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3377/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3377/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3377/events
https://github.com/materialsproject/pymatgen/issues/3377
1,929,023,923
I_kwDOACgets5y-pGz
3,377
Wrong unit for nth moment under pymatgen.electronic_structure.dos?
{ "login": "Jeff-oakley", "id": 5863275, "node_id": "MDQ6VXNlcjU4NjMyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/5863275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jeff-oakley", "html_url": "https://github.com/Jeff-oakley", "followers_url": "https://api.github.com/us...
[ { "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": 5966808010, "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
[ "Good catch! Thanks for reporting. 👍 " ]
2023-10-05T20:43:02
2023-10-07T02:01:21
2023-10-07T02:01:21Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The skewness and kurtosis should be dimensionless according to original mathematical definition. However, in pymatgen comment and documentation it is indicated that the unit is eV? Maybe there is some misunderstanding here? ``` def get_band_kurtosis( self, band: OrbitalType = OrbitalType.d, ...
{ "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/3377/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/3377/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3378
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3378/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3378/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3378/events
https://github.com/materialsproject/pymatgen/issues/3378
1,929,205,674
I_kwDOACgets5y_Veq
3,378
AttributeError: module 'pymatgen' has no attribute 'symmetry'
{ "login": "YKQ98", "id": 38057488, "node_id": "MDQ6VXNlcjM4MDU3NDg4", "avatar_url": "https://avatars.githubusercontent.com/u/38057488?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YKQ98", "html_url": "https://github.com/YKQ98", "followers_url": "https://api.github.com/users/YKQ98/follow...
[ { "id": 4704350623, "node_id": "LA_kwDOACgets8AAAABGGaxnw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/awaiting%20user", "name": "awaiting user", "color": "b60205", "default": false, "description": "Needs more information from OP." }, { "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
[ "Can you give some more details about your OS, pmg + Python version and code you're trying to run?\r\n\r\nI just confirmed [the symmetry package _is in_ the latest release](https://inspector.pypi.io/project/pymatgen/2023.10.4/packages/41/44/707494da35be2061dfb30d6b8b8cf179c558b35f09857fe6552921309a45/pymatgen-2023....
2023-10-05T23:14:43
2023-10-12T20:14:12
2023-10-12T20:14:11Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
cannot access symmetry module
{ "login": "YKQ98", "id": 38057488, "node_id": "MDQ6VXNlcjM4MDU3NDg4", "avatar_url": "https://avatars.githubusercontent.com/u/38057488?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YKQ98", "html_url": "https://github.com/YKQ98", "followers_url": "https://api.github.com/users/YKQ98/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3378/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/3378/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3379
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3379/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3379/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3379/events
https://github.com/materialsproject/pymatgen/pull/3379
1,929,790,314
PR_kwDOACgets5cFwgi
3,379
Add type annotations to io/lammps
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[ { "id": 5509830160, "node_id": "LA_kwDOACgets8AAAABSGlWEA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/types", "name": "types", "color": "7D66D9", "default": false, "description": "Type all the things" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-06T09:38:14
2023-10-10T16:36:06
2023-10-06T12:53:28Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - Added (some) type annotations to `io/lammps` and fixed some typos. ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`.
{ "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/3379/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/3379/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3379", "html_url": "https://github.com/materialsproject/pymatgen/pull/3379", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3379.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3379.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3380
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3380/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3380/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3380/events
https://github.com/materialsproject/pymatgen/issues/3380
1,930,397,961
I_kwDOACgets5zD4kJ
3,380
Visualize `Kpoints` in 3d Brillouin zone
{ "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": 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" }, { "id": 5304335471, "nod...
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
[ "Cool yes. But practical purpose?", "Sanity checking, seeing how the different Kpoint styles differ on your system of interest, that sort of thing.\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/cf0be37137ea0c588b6558a2188f3f919d08e50a/pymatgen/io/vasp/inputs.py#L970-L979", "Erm, really? If someone el...
2023-10-06T15:11:58
2023-11-02T02:11:22
2023-11-02T02:11:22Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem Would be cool to visualize `Kpoints` as a 3d scatter plot in the Brillouin zone. ### Proposed Solution Something similar to https://materialscloud.org/work/tools/seekpath. ![Screenshot 2023-10-01 at 12 00 08 PM](https://github.com/materialsproject/pymatgen/assets/30958850/e972bfad-a80f-46b5-afa1-d8ff0...
{ "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/3380/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/3380/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3381
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3381/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3381/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3381/events
https://github.com/materialsproject/pymatgen/pull/3381
1,930,862,076
PR_kwDOACgets5cJUSz
3,381
Update `incar_parameters.json` to allow `ISIF=8`
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
[ { "id": 4974004892, "node_id": "LA_kwDOACgets8AAAABKHlKnA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/tests", "name": "tests", "color": "654021", "default": false, "description": "Issues with or changes to the pymatgen test suite" }, { "id": 5304335471...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-06T19:57:51
2023-10-12T18:19:30
2023-10-06T23:12:06Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
simple change to include new ISIF=8 tag in list of valid tags
{ "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/3381/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/3381/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3381", "html_url": "https://github.com/materialsproject/pymatgen/pull/3381", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3381.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3381.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3382
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3382/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3382/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3382/events
https://github.com/materialsproject/pymatgen/pull/3382
1,930,965,592
PR_kwDOACgets5cJrCm
3,382
Fix ruff `FURB` 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": 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-10-06T21:42:10
2023-10-06T22:59:58
2023-10-06T22:59:57Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
170a5da74 include count in `CifParser` "rounded fractional coordinates" warning msg dcea6b6bb rename single-letter vars 5289fe2c6 prefer list literal over verbose `coords.append` 250632044 fix typo 476617e9e `test_analyzer.py` use `Structure.from_file()` over verbose `CifParser.from_file()`
{ "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/3382/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/3382/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3382", "html_url": "https://github.com/materialsproject/pymatgen/pull/3382", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3382.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3382.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3383
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3383/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3383/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3383/events
https://github.com/materialsproject/pymatgen/pull/3383
1,931,099,155
PR_kwDOACgets5cKIGd
3,383
Fix wrong unit=eV in `get_band_(skewness|kurtosis)` doc string
{ "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": 5456916296, "node_id": "LA_kwDOACgets8AAAABRUHvS...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-07T01:15:57
2023-10-07T02:01:21
2023-10-07T02:01:20Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3377.
{ "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/3383/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/3383/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3383", "html_url": "https://github.com/materialsproject/pymatgen/pull/3383", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3383.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3383.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3384
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3384/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3384/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3384/events
https://github.com/materialsproject/pymatgen/pull/3384
1,931,133,659
PR_kwDOACgets5cKPtW
3,384
Add `Structure.to_(conventional|primitive|cell)` methods
{ "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
[]
2023-10-07T02:17:19
2023-10-07T02:35:47
2023-10-07T02:35:46Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
2c7b64198 add Structure.to_(conventional|primitive|cell) methods c2534c92d core/test_structure.py add add test_to_primitive and test_to_conventional
{ "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/3384/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/3384/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3384", "html_url": "https://github.com/materialsproject/pymatgen/pull/3384", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3384.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3384.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3385
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3385/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3385/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3385/events
https://github.com/materialsproject/pymatgen/issues/3385
1,931,159,109
I_kwDOACgets5zGyZF
3,385
Make a `structure.to_ase_atoms()` method
{ "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
[ "Funny, I was planning the same thing. 😄 Similar to #3384.", "@janosh: feel free to take a stab at it. This is admittedly a low priority item on my end. " ]
2023-10-07T03:06:32
2023-10-08T00:11:03
2023-10-08T00:11:02Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
> The ASEAdaptor was written a long time ago. The class is purely for organizational purposes. How about we do this - go ahead and move all relevant code to the Structure, Molecule or SiteCollection class as methods from_ase_atoms and to_ase_atoms. We will keep ASEAdaptor and it will be modified simply to be `return st...
{ "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/3385/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/3385/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3386
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3386/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3386/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3386/events
https://github.com/materialsproject/pymatgen/pull/3386
1,931,466,222
PR_kwDOACgets5cLSeF
3,386
Breaking: snake_case `FiestaInput` keywords and class attributes
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "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-10-07T19:02:02
2023-10-07T19:18:13
2023-10-07T19:18:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bring API in `pymatgen/io/fiesta.py` in line with rest of `pymatgen`. It's a breaking change but straightforward to fix and presumably very limited number of users.
{ "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/3386/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/3386/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3386", "html_url": "https://github.com/materialsproject/pymatgen/pull/3386", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3386.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3386.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3387
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3387/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3387/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3387/events
https://github.com/materialsproject/pymatgen/pull/3387
1,931,471,858
PR_kwDOACgets5cLTmf
3,387
Add `docs/fetch_pmg_contributors.py` script
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5456916296, "node_id": "LA_kwDOACgets8AAAABRUHvSA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/docs", "name": "docs", "color": "35B067", "default": false, "description": "Documentation, examples, user guides" } ]
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-10-07T19:19:26
2023-10-07T19:20:14
2023-10-07T19:20:14Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Used to generate `docs/2023-10-07-top-contributors.csv`.
{ "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/3387/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/3387/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3387", "html_url": "https://github.com/materialsproject/pymatgen/pull/3387", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3387.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3387.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3388
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3388/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3388/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3388/events
https://github.com/materialsproject/pymatgen/pull/3388
1,931,556,356
PR_kwDOACgets5cLj8Y
3,388
Remove deprecated module `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...
[ { "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": 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
[]
2023-10-07T23:40:11
2023-10-07T23:59:42
2023-10-07T23:59:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Deemed safe to remove since used no where in `pymatgen` and judging by lack of user comments/issues about this module, not externally either.
{ "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/3388/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/3388/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3388", "html_url": "https://github.com/materialsproject/pymatgen/pull/3388", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3388.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3388.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3389
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3389/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3389/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3389/events
https://github.com/materialsproject/pymatgen/pull/3389
1,931,563,429
PR_kwDOACgets5cLlZv
3,389
Add `SiteCollection.to_ase_atoms()`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thank you, @janosh!" ]
2023-10-08T00:06:57
2023-10-08T00:14:08
2023-10-08T00:11:01Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3385.
{ "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/3389/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/3389/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3389", "html_url": "https://github.com/materialsproject/pymatgen/pull/3389", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3389.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3389.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3390
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3390/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3390/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3390/events
https://github.com/materialsproject/pymatgen/pull/3390
1,931,809,543
PR_kwDOACgets5cMW4R
3,390
Remove `pylint: disable` comments
{ "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-10-08T13:39:31
2023-10-08T13:54:23
2023-10-08T13:54:22Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Since we're no longer using `pylint`. All handled by `ruff` 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/3390/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/3390/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3390", "html_url": "https://github.com/materialsproject/pymatgen/pull/3390", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3390.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3390.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3392
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3392/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3392/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3392/events
https://github.com/materialsproject/pymatgen/pull/3392
1,935,733,700
PR_kwDOACgets5cZ5cq
3,392
Further updating POTCAR validation / identification
{ "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": 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
[ "Just to leave a paper trail: this project of overhauling the pymatgen POTCAR validation to move away from hashes and towards checking several aggregations of numerical data in a POTCAR against reference values started in #3351, was updated in #3370 to support validating the latest 6.4 POTCARs and received this bug...
2023-10-10T16:17:24
2023-10-10T22:34:43
2023-10-10T19:08:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary In some releases of VASP POTCARs, there exist multiple POTCARs with the same TITEL. The previous summary statistics used to uniquely ID POTCARs relied on the uniqueness of TITELs. The current implementation allows for multiple POTCARs within a single release to have the same TITEL field, but different dat...
{ "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/3392/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/3392/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3392", "html_url": "https://github.com/materialsproject/pymatgen/pull/3392", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3392.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3392.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3393
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3393/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3393/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3393/events
https://github.com/materialsproject/pymatgen/pull/3393
1,935,757,984
PR_kwDOACgets5cZ-u8
3,393
Add type annotations to phonon
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[ { "id": 5509830160, "node_id": "LA_kwDOACgets8AAAABSGlWEA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/types", "name": "types", "color": "7D66D9", "default": false, "description": "Type all the things" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-10T16:33:00
2023-10-12T16:32:24
2023-10-10T16:50:19Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - Added some type annotations, mainly to `phonon/*.py` ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`.
{ "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/3393/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/3393/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3393", "html_url": "https://github.com/materialsproject/pymatgen/pull/3393", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3393.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3393.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3394
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3394/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3394/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3394/events
https://github.com/materialsproject/pymatgen/pull/3394
1,935,780,638
PR_kwDOACgets5caD1l
3,394
Fix `ruff` `N806`
{ "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-10-10T16:43:51
2023-10-10T17:18:37
2023-10-10T17:18: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/3394/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/3394/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3394", "html_url": "https://github.com/materialsproject/pymatgen/pull/3394", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3394.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3394.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3395
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3395/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3395/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3395/events
https://github.com/materialsproject/pymatgen/pull/3395
1,935,834,327
PR_kwDOACgets5caQL3
3,395
Add `test_potcar_summary_stats()`
{ "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": 5457739150...
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-10-10T17:03:31
2023-10-10T17:18:18
2023-10-10T17:18:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Ties into #3392.
{ "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/3395/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/3395/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3395", "html_url": "https://github.com/materialsproject/pymatgen/pull/3395", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3395.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3395.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3396
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3396/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3396/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3396/events
https://github.com/materialsproject/pymatgen/pull/3396
1,936,686,859
PR_kwDOACgets5cdM99
3,396
Mirror atomate2 fix and improve `MPScanRelaxSet.test_kspacing` edge case coverage
{ "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": 5304335471...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-11T02:55:17
2023-10-11T14:18:01
2023-10-11T14:18:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Related PR https://github.com/materialsproject/atomate2/pull/561
{ "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/3396/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/3396/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3396", "html_url": "https://github.com/materialsproject/pymatgen/pull/3396", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3396.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3396.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3398
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3398/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3398/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3398/events
https://github.com/materialsproject/pymatgen/issues/3398
1,938,242,398
I_kwDOACgets5zhzte
3,398
Allow setting write mode in CifWriter.write_file() to write multiple structures in one CIF file
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-11T16:44:17
2023-10-11T17:05:50
2023-10-11T17:05:50Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Discussed in https://github.com/materialsproject/pymatgen/discussions/3397 <div type='discussions-op-text'> <sup>Originally posted by **ZeW4tcher** October 11, 2023</sup> Could it be possible to change a bit the CifWriter.write_file() method to make it possible to use append file mode 'a' or 'at' ? Like this...
{ "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/3398/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/3398/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3399
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3399/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3399/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3399/events
https://github.com/materialsproject/pymatgen/pull/3399
1,938,245,664
PR_kwDOACgets5cil9I
3,399
Add `mode: Literal["w", "a", "wt", "at"] = "w"` keyword to `CifWriter.write_file()`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-11T16:46:39
2023-10-11T17:05:50
2023-10-11T17:05:49Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3398.
{ "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/3399/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/3399/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3399", "html_url": "https://github.com/materialsproject/pymatgen/pull/3399", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3399.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3399.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3400
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3400/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3400/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3400/events
https://github.com/materialsproject/pymatgen/pull/3400
1,938,559,197
PR_kwDOACgets5cjr36
3,400
`MatPESStaticSet.yaml` set `LMAXMIX: 6`
{ "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-10-11T19:20:33
2023-10-11T20:55:57
2023-10-11T19:38:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`LMAXMIX` controls expansion of the charge density up to spherical harmonics of order $Y_{lm}$ with $l$ = LMAXMIX, $l$ = 2 for p-block, 4 for d-block, 6 for f-block, etc. Internal benchmarking by @esoteric-ephemera found little run time cost but improved energies from `LMAXMIX = 6`. See pages 7 and 8 in [2023-09-27-...
{ "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/3400/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/3400/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3400", "html_url": "https://github.com/materialsproject/pymatgen/pull/3400", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3400.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3400.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3401
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3401/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3401/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3401/events
https://github.com/materialsproject/pymatgen/pull/3401
1,938,576,586
PR_kwDOACgets5cjvrE
3,401
Fix type annotations in phonon/ and lammps/
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[ { "id": 4735709485, "node_id": "LA_kwDOACgets8AAAABGkUxLQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/compatability", "name": "compatability", "color": "E25438", "default": false, "description": "Concerning pymatgen compatibility with different OS, Python vers...
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-10-11T19:30:20
2023-10-13T12:36:48
2023-10-11T19:50:31Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - Revert `Self` usage from #3393 and #3379 as mentioned by @janosh ## Checklist - [x] Google format doc strings added. Check with `ruff`. - [x] Type annotations included. Check with `mypy`.
{ "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/3401/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/3401/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3401", "html_url": "https://github.com/materialsproject/pymatgen/pull/3401", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3401.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3401.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3402
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3402/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3402/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3402/events
https://github.com/materialsproject/pymatgen/issues/3402
1,938,720,729
I_kwDOACgets5zjofZ
3,402
The multiprocessing pool does not work expectively when importing some modules from pymatgen
{ "login": "TsumiNa", "id": 6410921, "node_id": "MDQ6VXNlcjY0MTA5MjE=", "avatar_url": "https://avatars.githubusercontent.com/u/6410921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TsumiNa", "html_url": "https://github.com/TsumiNa", "followers_url": "https://api.github.com/users/TsumiNa/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 4705022165, "node_id": "LA_kwDOACgets8AAAABGHDw1Q", "url": ...
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
[ "Update. Everything worked well When I created a new environment with only pymatgen, matminer, and minimal necessary dependence." ]
2023-10-11T20:56:03
2023-10-12T16:02:57
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
HI! I was trying to use `CrystalNN` with a multiprocessing pool and found that the CPU usage was unexpected. I have given some small tests to figure out where the problems are and then found that when I import some modules from pymatgen, such as `from pymatgen.analysis.local_env import CrystalNN`, `from pymatgen.core 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/3402/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/3402/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3403
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3403/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3403/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3403/events
https://github.com/materialsproject/pymatgen/pull/3403
1,938,883,260
PR_kwDOACgets5ck0BG
3,403
Fix `OBAlign(includeH=False, symmetry=False)` can't take keywords
{ "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": 5653124555, "node_id": "LA_kwDOACgets8AAAABUPPVy...
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-10-11T23:11:07
2023-10-12T00:24:57
2023-10-12T00:24:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
dfd20f66a run `lint.yml` with python 3.9 dba615692 `OBAlign(includeH=False, symmetry=False) -> OBAlign(False, False)` 8716e4647 remove unused `np.abs(d, d)` in `pbc_coord_intersection`
{ "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/3403/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/3403/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3403", "html_url": "https://github.com/materialsproject/pymatgen/pull/3403", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3403.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3403.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3404
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3404/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3404/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3404/events
https://github.com/materialsproject/pymatgen/issues/3404
1,940,670,772
I_kwDOACgets5zrEk0
3,404
` AttributeError`: `attr='label'` not found on `PeriodicSite`
{ "login": "lnaglecocco", "id": 29659951, "node_id": "MDQ6VXNlcjI5NjU5OTUx", "avatar_url": "https://avatars.githubusercontent.com/u/29659951?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lnaglecocco", "html_url": "https://github.com/lnaglecocco", "followers_url": "https://api.github.com/...
[ { "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": 574571632...
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
[ "FYI for developers, I have found it useful to be able to run `str()` on a PeriodicSite object, just as a way to compare sites to see if their species and coordinates are identical or not, and would prefer it not to be deprecated (if this was the intention)", "Please post a minimal repro, i.e. the smallest piece ...
2023-10-12T19:35:40
2023-10-19T18:45:22
2023-10-19T18:37:11Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi all, I have some pymatgen code which worked previously. Essentially I have something like: ``` if str(site1) in [str(i) for i in list_of_sites]: ``` where `site1` is an instance of the `PeriodicSite` class and `list_of_sites` is a list of `PeriodicSite` objects. However I recently upgraded my pymatgen an...
{ "login": "lnaglecocco", "id": 29659951, "node_id": "MDQ6VXNlcjI5NjU5OTUx", "avatar_url": "https://avatars.githubusercontent.com/u/29659951?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lnaglecocco", "html_url": "https://github.com/lnaglecocco", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3404/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/3404/timeline
null
not_planned
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3405
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3405/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3405/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3405/events
https://github.com/materialsproject/pymatgen/pull/3405
1,940,738,923
PR_kwDOACgets5crKtK
3,405
[WIP] Change MP input sets
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "What should the new logic be for setting ISMEAR/SIGMA/KPOINTS? @esoteric-ephemera \r\n\r\nMaybe something like this?\r\n\r\n```py\r\nif self.bandgap == None:\r\n self._config_dict[\"INCAR\"].update({\"ISMEAR\": 0, \"SIGMA\": 0.05})\r\n self._config_dict[\"KPOINTS\"][\"reciprocal_density\"] = 200 #kpoint dens...
2023-10-12T20:23:35
2024-04-17T23:51:01
2024-04-17T23:51:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow-up to #3322. - Change `LMAXMIX` to 6 for all MP input sets - Change `LREAL` to `False` for MPRelaxSet and MPScanRelaxSet - add logic to set `EDIFF = min(1e-4, NSITES * EDIFF_PER_ATOM)` as per [@esoteric-ephemera ](https://github.com/materialsproject/pymatgen/issues/3322#issuecomment-1723907332) TODO: - ...
{ "login": "matthewkuner", "id": 82329282, "node_id": "MDQ6VXNlcjgyMzI5Mjgy", "avatar_url": "https://avatars.githubusercontent.com/u/82329282?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewkuner", "html_url": "https://github.com/matthewkuner", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3405/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/3405/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3405", "html_url": "https://github.com/materialsproject/pymatgen/pull/3405", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3405.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3405.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3406
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3406/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3406/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3406/events
https://github.com/materialsproject/pymatgen/pull/3406
1,943,498,266
PR_kwDOACgets5cz4ec
3,406
Rename `Poscar.from_file()` `check_for_POTCAR` to `check_for_potcar`
{ "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": 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
[]
2023-10-14T19:23:12
2023-10-16T17:51:50
2023-10-16T17:51:49Z
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/3406/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/3406/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3406", "html_url": "https://github.com/materialsproject/pymatgen/pull/3406", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3406.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3406.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3407
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3407/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3407/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3407/events
https://github.com/materialsproject/pymatgen/pull/3407
1,943,768,281
PR_kwDOACgets5c0wWl
3,407
Fix `LobsterMatrices` calculated incorrectly
{ "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": 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-10-15T07:33:05
2024-01-10T12:23:33
2023-10-15T14:36:41Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - Fix typo of using `+` instead of intended `*` to generate complex matrices : Led to incorrect outputs when non-zero imaginary values were there in the input files - Added a more robust test to ensure file data is correctly read
{ "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/3407/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/3407/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3407", "html_url": "https://github.com/materialsproject/pymatgen/pull/3407", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3407.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3407.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3410
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3410/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3410/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3410/events
https://github.com/materialsproject/pymatgen/pull/3410
1,945,896,555
PR_kwDOACgets5c77Ms
3,410
Create jekyll-gh-pages.yml
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-16T18:58:47
2023-10-16T18:58:57
2023-10-16T18:58:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Major changes: - feature 1: ... - fix 1: ... ## Todos If this is work in progress, what else needs to be done? - feature 2: ... - fix 2: ## Checklist - [ ] Google format doc strings added. Check with `ruff`. - [ ] Type annotations included. Check with `mypy`. - [ ] Tests added for ne...
{ "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/3410/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/3410/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3410", "html_url": "https://github.com/materialsproject/pymatgen/pull/3410", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3410.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3410.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3411
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3411/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3411/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3411/events
https://github.com/materialsproject/pymatgen/issues/3411
1,947,184,738
I_kwDOACgets50D65i
3,411
Thickness of generated slab is smaller than min_slab_size
{ "login": "hezhengda", "id": 26743576, "node_id": "MDQ6VXNlcjI2NzQzNTc2", "avatar_url": "https://avatars.githubusercontent.com/u/26743576?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hezhengda", "html_url": "https://github.com/hezhengda", "followers_url": "https://api.github.com/users/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5648629103, "node_id": "LA_kwDOACgets8AAAABUK89bw", "url": ...
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
[]
2023-10-17T11:23:59
2024-03-17T06:16:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Bug Description When using `generate_all_slabs` to generate surfaces by `primitive=True`, I have found some surfaces will have thickness smaller than the `min_slab_size` value. ### Reproduce the bug ```python from pymatgen.core.surface import generate_all_slabs from pymatgen.symmetry.analyzer import Spacegro...
{ "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/3411/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/3411/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3412
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3412/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3412/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3412/events
https://github.com/materialsproject/pymatgen/issues/3412
1,947,241,399
I_kwDOACgets50EIu3
3,412
Inconsistency in oriented_unit_cell when generating (001)/(010)/(100) surface
{ "login": "hezhengda", "id": 26743576, "node_id": "MDQ6VXNlcjI2NzQzNTc2", "avatar_url": "https://avatars.githubusercontent.com/u/26743576?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hezhengda", "html_url": "https://github.com/hezhengda", "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
[ "I confirmed this problem as follows:\r\n```python\r\nfrom numpy.linalg import norm\r\nfrom numpy import cross\r\nfrom pymatgen.core.structure import Structure\r\nfrom pymatgen.core.surface import generate_all_slabs\r\nfrom pymatgen.symmetry.analyzer import SpacegroupAnalyzer\r\nimport numpy as np\r\n\r\ndef calcul...
2023-10-17T11:56:17
2024-03-09T14:18:41
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Bug description When I generated the slab of TiNb(010) surface, I have found that the thickness of the slab (`6.95Å`) is smaller than `min_slab_size`, although `primitive=False` has been applied. ### Reproduce the bug ```python from pymatgen.core.surface import generate_all_slabs from pymatgen.symmetry.anal...
{ "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/3412/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/3412/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3413
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3413/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3413/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3413/events
https://github.com/materialsproject/pymatgen/issues/3413
1,950,566,945
I_kwDOACgets50Q0oh
3,413
The current `py.typed` setup does not seem ideal
{ "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...
[]
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
[ "[Looks like it's not being shipped](https://inspector.pypi.io/project/pymatgen/2023.10.11/packages/1f/53/44b5986a59cef0fe28c88d84395c1656958ef8d7f523da60aa937127ed51/pymatgen-2023.10.11-cp310-cp310-macosx_10_9_x86_64.whl/) despite being included (incorrectly?) as `package_data` in `setup.py`\r\n\r\nhttps://github....
2023-10-18T20:10:20
2024-11-26T03:22:48
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem I am using `mypy` on a package with Pymatgen as a dependency and am getting back the following even though there is a `py.typed` marker in the base pymatgen directory. Any insights? ``` schemas/_aliases/emmet.py:11: error: Skipping analyzing "pymatgen.core.composition": module is installed, but missing...
{ "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/3413/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/3413/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3414
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3414/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3414/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3414/events
https://github.com/materialsproject/pymatgen/issues/3414
1,953,935,540
I_kwDOACgets50drC0
3,414
Dirty print in CifParser.get_structures
{ "login": "aklipf", "id": 24634882, "node_id": "MDQ6VXNlcjI0NjM0ODgy", "avatar_url": "https://avatars.githubusercontent.com/u/24634882?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aklipf", "html_url": "https://github.com/aklipf", "followers_url": "https://api.github.com/users/aklipf/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-10-20T09:53:47
2023-10-20T13:49:24
2023-10-20T13:49:23Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/cfd47add8958af795dabcfe1661cf8890ad56415/pymatgen/io/cif.py#L1171 Hi, there is a dirty print in the get_structures function. I assume this is a forgotten debug log. Can we please remove this?
{ "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/3414/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/3414/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3415
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3415/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3415/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3415/events
https://github.com/materialsproject/pymatgen/issues/3415
1,956,519,804
I_kwDOACgets50nh98
3,415
Error in the battery explorer using the legacy MPRester
{ "login": "goodwilling", "id": 56999195, "node_id": "MDQ6VXNlcjU2OTk5MTk1", "avatar_url": "https://avatars.githubusercontent.com/u/56999195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/goodwilling", "html_url": "https://github.com/goodwilling", "followers_url": "https://api.github.com/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Please report this to the materialsproject.org people, specifically @munrojm . Pymatgen maintainers have no control over the front end or the API end points, especially the legacy end points." ]
2023-10-23T07:22:13
2023-10-23T15:08:17
2023-10-23T15:08:17Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The follow codes work well previously, but now error comes out in something like "/var/www/python/matgen_prod/materials_django/battery_explorer/rest.py". Using mp_api seems to bypass the problem in this case, however, it would be appreciated that the legacy MPRester still works for a while. mpr = MPRester("16-...
{ "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/3415/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/3415/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3416
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3416/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3416/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3416/events
https://github.com/materialsproject/pymatgen/issues/3416
1,956,523,724
I_kwDOACgets50ni7M
3,416
py4vasp for VASP output parsing
{ "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
[ "Agreed. Some people might still use VASP 5.4. Hdf5 support requires extra efforts to compile, if I am not mistaken. I think we should wait.", "> Some people might still use VASP 5.4. Hdf5 support requires extra efforts to compile, if I am not mistaken. \r\n\r\nThis is correct. Certainly, one should not even con...
2023-10-23T07:24:43
2023-10-23T15:12:06
2023-10-23T15:12:06Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
I wanted to open up a point of (potentially contentious!) discussion here. It has now been quite some time since the VASP company released [py4vasp](https://github.com/vasp-dev/py4vasp) for VASP output parsing. I was initially skeptical about if it would be well-maintained or not, but things seem to be promising in tha...
{ "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/3416/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/3416/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3417
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3417/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3417/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3417/events
https://github.com/materialsproject/pymatgen/pull/3417
1,958,158,087
PR_kwDOACgets5dlUw6
3,417
Fix `test_relax_chgnet`
{ "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-10-23T22:53:48
2023-10-24T02:29:42
2023-10-24T02:29:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
8ab226159 fix doc string indentations b6fd1c0e2 fix variable names shadowing python builtins 72326ae70 del parens around doc string return type 9a696371f fix `docs/fetch_pmg_contributors.py` numpy import broken due to `secrets.py` shadowing `randints.secrets` 76461a17f add `TestPeriodicSite.test_str()` 411d62e5f f...
{ "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/3417/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/3417/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3417", "html_url": "https://github.com/materialsproject/pymatgen/pull/3417", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3417.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3417.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3418
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3418/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3418/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3418/events
https://github.com/materialsproject/pymatgen/pull/3418
1,959,096,443
PR_kwDOACgets5doekG
3,418
Remove warning in cohp 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...
[ { "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-10-24T11:54:50
2023-11-10T21:17:45
2023-10-24T13:03:13Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR removes an out-dated warning from the cohp module. It would be great if this could be merged. Thanks!
{ "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/3418/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/3418/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3418", "html_url": "https://github.com/materialsproject/pymatgen/pull/3418", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3418.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3418.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3419
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3419/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3419/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3419/events
https://github.com/materialsproject/pymatgen/pull/3419
1,959,827,150
PR_kwDOACgets5dq8Qg
3,419
Deprecate `CifParser.get_structures()` in favor of new `parse_structures` in which `primitive` defaults to `False`
{ "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": 5529392097, "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
[ "I fear this will break a lot of code! Can one alert users about this change? ", "@JaGeo Definitely! See [22f6201](https://github.com/materialsproject/pymatgen/pull/3419/commits/22f6201bc949aaeeca4e266386b36a952ae52120).", "Pls do not do this kind of thing. No breaking change unless absolutely necessary. ", "...
2023-10-24T18:21:50
2023-11-10T21:18:49
2023-11-08T16:13:14Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Motivation `CifParser.get_structures('some.cif')[0]` and `Structure.from_file('some.cif')` currently return different cells. And `primitive=True` seems like a bad default. Cell reduction seems like something the user should request explicitly. ### Context This came up in the MP ingestion of new ICSD 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...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3419/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/3419/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3419", "html_url": "https://github.com/materialsproject/pymatgen/pull/3419", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3419.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3419.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3420
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3420/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3420/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3420/events
https://github.com/materialsproject/pymatgen/pull/3420
1,959,970,364
PR_kwDOACgets5dra3D
3,420
Drop `black` for `ruff format`
{ "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
[ "Black literally takes milliseconds for pymatgen. I think making this change took possibly 1000000 iterations of black time. ", "You know most of these are auto-changes? Just ran `time black pymatgen --check`. Takes 2 sec on my machine and several times that to install in CI.", "`ruff` has ~10x the development ...
2023-10-24T19:50:34
2023-10-25T14:39:45
2023-10-24T20:35:36Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`ruff format` [was just released](https://astral.sh/blog/the-ruff-formatter) as part of [v0.1.2](https://github.com/astral-sh/ruff/releases/tag/v0.1.2). It's in preview but considered production-ready. About 30x faster than `black` and 99% compatible (counted by lines of code with conflicting format in empirical testin...
{ "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/3420/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/3420/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3420", "html_url": "https://github.com/materialsproject/pymatgen/pull/3420", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3420.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3420.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3421
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3421/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3421/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3421/events
https://github.com/materialsproject/pymatgen/issues/3421
1,960,180,578
I_kwDOACgets501fti
3,421
[Feature Request]: functional_tags
{ "login": "sjtuzhanglei", "id": 17223797, "node_id": "MDQ6VXNlcjE3MjIzNzk3", "avatar_url": "https://avatars.githubusercontent.com/u/17223797?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sjtuzhanglei", "html_url": "https://github.com/sjtuzhanglei", "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
[ "These different functionals are related to the INCAR settings, not the POTCAR. There are currently only two types of POTCARs supported by VASP: the PBE and LDA POTCARs. Could you clarify why you wish to modify this from the POTCAR side of things?\r\n", "I wanted to do it from INCAR tags, just don't know how to d...
2023-10-24T22:29:11
2023-12-20T02:01:43
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem I want to use different versions of GGA-tag in INCAR, e.g. PBEsol or revPBE, how to specify that in pymatgen? I didn't find the functionality of specifying functional_tags in writing POTCAR file. ### Proposed Solution Maybe modify the function from_symbol_and_functional in PotcarSingle class. ### Alt...
{ "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/3421/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/3421/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3422
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3422/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3422/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3422/events
https://github.com/materialsproject/pymatgen/pull/3422
1,960,298,425
PR_kwDOACgets5dsgW1
3,422
Add functionality to read ASE *.traj file in Trajectory class method from_file()
{ "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": 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
[]
2023-10-25T00:32:31
2023-12-23T01:02:55
2023-12-23T01:02:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Summary: Add functionality to read ASE *.traj file in Trajectory class method from_file(), located in core/trajectory.py. Purpose: As ASE *.traj file is a standard format for generating and storing relaxation / MD trajectories, it would be nice to have a method which can read a Pymatgen Trajectory instance from an...
{ "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/3422/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/3422/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3422", "html_url": "https://github.com/materialsproject/pymatgen/pull/3422", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3422.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3422.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3423
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3423/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3423/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3423/events
https://github.com/materialsproject/pymatgen/pull/3423
1,961,418,681
PR_kwDOACgets5dwSQQ
3,423
Propagate site labels in `SymmetrizedStructure()`
{ "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": 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-10-25T13:21:49
2023-10-25T14:55:16
2023-10-25T13:39:22Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi all, this is a small PR that makes sure labels are passed when a `SymmetrizedStructure` is initialized. This follows-up on earlier work in #3183 ## Summary Major changes: - fix 1: Propagate site labels through `SymmetrizedStructure()` ## Checklist - [x] Google format doc strings added. Check with `ru...
{ "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/3423/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/3423/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3423", "html_url": "https://github.com/materialsproject/pymatgen/pull/3423", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3423.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3423.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3424
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3424/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3424/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3424/events
https://github.com/materialsproject/pymatgen/pull/3424
1,962,346,814
PR_kwDOACgets5dzcRj
3,424
Allow BaderAnalysis to load from existing results of bader analysis
{ "login": "JiQi535", "id": 54908836, "node_id": "MDQ6VXNlcjU0OTA4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/54908836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JiQi535", "html_url": "https://github.com/JiQi535", "followers_url": "https://api.github.com/users/JiQi53...
[ { "id": 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...
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 breaks legacy code. We don't do that. I would rather you create a separate BaderData class that stores the analysis and you can write the init whatever way you want. \n\nBasic principle of writing a code base used by others - don't break stuff unless you have no choice. ", "@shyuep Thanks for the quick feed...
2023-10-25T22:22:13
2024-03-08T05:32:06
2024-03-08T05:32:06Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR reformats the __init__ function of BaderAnalysis class and adds new functionality without changing its default behaviors. ## Major changes: 1. Allow users to load from existing bader charge analysis results from folder. This means that when users already have bader analysis results, pymatgen do...
{ "login": "JiQi535", "id": 54908836, "node_id": "MDQ6VXNlcjU0OTA4ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/54908836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JiQi535", "html_url": "https://github.com/JiQi535", "followers_url": "https://api.github.com/users/JiQi53...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3424/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/3424/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3424", "html_url": "https://github.com/materialsproject/pymatgen/pull/3424", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3424.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3424.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3425
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3425/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3425/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3425/events
https://github.com/materialsproject/pymatgen/issues/3425
1,962,685,250
I_kwDOACgets50_DNC
3,425
MP2020Compatibility not applying correct anion correction
{ "login": "bowen-bd", "id": 84425382, "node_id": "MDQ6VXNlcjg0NDI1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/84425382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bowen-bd", "html_url": "https://github.com/bowen-bd", "followers_url": "https://api.github.com/users/bow...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5680875673, "node_id": "LA_kwDOACgets8AAAABUptImQ", "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
[ "Code from [here](https://github.com/CederGroupHub/chgnet/blob/main/examples/fine_tuning.ipynb)", "@janosh @kristinpersson feel free to tag whoever is supposed to be dealing with this in MP. ", "@shyuep The person to tag would be @rkingsbury or myself. I thought I fixed this problem in https://github.com/mater...
2023-10-26T04:34:13
2023-10-26T21:01:32
2023-10-26T19:58:49Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Version: 2023.10.11 ``` from pymatgen.entries.compatibility import MaterialsProject2020Compatibility from pymatgen.entries.computed_entries import ComputedStructureEntry params = {"hubbards": {"Mn": 3.9, "O": 0, "Li": 0}, "run_type": "GGA+U"} cse = ComputedStructureEntry(lmo, vasp_raw_energy, parameters=para...
{ "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/3425/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/3425/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3426
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3426/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3426/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3426/events
https://github.com/materialsproject/pymatgen/pull/3426
1,963,950,729
PR_kwDOACgets5d47Mb
3,426
Fix `Atoms.cluster_from_file()` in `io.feff.inputs` giving wrong number of atoms
{ "login": "kaifengZheng", "id": 48105165, "node_id": "MDQ6VXNlcjQ4MTA1MTY1", "avatar_url": "https://avatars.githubusercontent.com/u/48105165?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaifengZheng", "html_url": "https://github.com/kaifengZheng", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5318590534, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-26T16:42:55
2023-11-02T23:43:11
2023-11-02T23:43:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Atoms.cluster_from_file() generates a cluster with a wrong number of atoms because it skips wrong lines when the format of feff input file in the Atom parts is different. Major changes: - feature 1(old): skipped 3 lines from the line having "ATOMS" - fix 1(new): only skip 1 line(ignore ATOMS line) - f...
{ "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/3426/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/3426/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3426", "html_url": "https://github.com/materialsproject/pymatgen/pull/3426", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3426.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3426.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3427
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3427/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3427/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3427/events
https://github.com/materialsproject/pymatgen/pull/3427
1,964,235,290
PR_kwDOACgets5d56pi
3,427
Breaking: return sum of `Species` with matching `Element` in `Composition.__getitem__`
{ "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": 5457867742, "node_id": "LA_kwDOACgets8AAAABRVBz3...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-26T19:26:16
2023-10-26T19:58:48
2023-10-26T19:58:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3425. Follow up to https://github.com/materialsproject/pymatgen/pull/3184 since that turns out to only have been a partial fix for not applying anion corrections to `ComputedEntries` with oxidation states. The bug comes from `Composition` indexing behaving differently for `Elements`/`str` vs. `Species`. 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/3427/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/3427/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3427", "html_url": "https://github.com/materialsproject/pymatgen/pull/3427", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3427.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3427.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3428
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3428/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3428/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3428/events
https://github.com/materialsproject/pymatgen/pull/3428
1,965,709,874
PR_kwDOACgets5d-6W5
3,428
Add lattice velocities to Poscar
{ "login": "gpetretto", "id": 8665734, "node_id": "MDQ6VXNlcjg2NjU3MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8665734?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gpetretto", "html_url": "https://github.com/gpetretto", "followers_url": "https://api.github.com/users/gp...
[ { "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-10-27T15:01:31
2023-11-10T21:18:04
2023-10-27T16:51:00Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary NpT MD simulation in VASP provide additional information about lattice dynamics in the CONTCAR that are used when restarting. In order to allow restarting of generic MD simulations in workflows (https://github.com/materialsproject/atomate2/pull/489) I added the parsing and writing of this section to th...
{ "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/3428/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/3428/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3428", "html_url": "https://github.com/materialsproject/pymatgen/pull/3428", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3428.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3428.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3429
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3429/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3429/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3429/events
https://github.com/materialsproject/pymatgen/pull/3429
1,965,870,890
PR_kwDOACgets5d_dbN
3,429
Make `from_(str|file)` `(static->class)methods`
{ "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-10-27T16:50:35
2023-10-27T19:01:29
2023-10-27T19:01:28Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
They should have been `@classmethod`s to begin 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/3429/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/3429/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3429", "html_url": "https://github.com/materialsproject/pymatgen/pull/3429", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3429.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3429.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3430
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3430/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3430/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3430/events
https://github.com/materialsproject/pymatgen/pull/3430
1,966,675,372
PR_kwDOACgets5eCHC5
3,430
Update inputs.py
{ "login": "RedStar-Iron", "id": 49940294, "node_id": "MDQ6VXNlcjQ5OTQwMjk0", "avatar_url": "https://avatars.githubusercontent.com/u/49940294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RedStar-Iron", "html_url": "https://github.com/RedStar-Iron", "followers_url": "https://api.github.c...
[ { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/io", "name": "io", "color": "c2e0c6", "default": false, "description": "Input/output functionality" }, { "id": 5318590534, "node_id": "LA_kwDOACge...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-10-28T17:26:19
2023-10-28T18:40:42
2023-10-28T18:40:42Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Add "ISTART" to the int_keys tuple.
{ "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/3430/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/3430/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3430", "html_url": "https://github.com/materialsproject/pymatgen/pull/3430", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3430.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3430.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3431
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3431/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3431/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3431/events
https://github.com/materialsproject/pymatgen/issues/3431
1,966,688,968
I_kwDOACgets51OUrI
3,431
Bug: MPSet/MagneticStructureEnumerator: different Magmoms/Spins in INCAR than those in the Structure/POSCAR
{ "login": "fraricci", "id": 17427517, "node_id": "MDQ6VXNlcjE3NDI3NTE3", "avatar_url": "https://avatars.githubusercontent.com/u/17427517?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fraricci", "html_url": "https://github.com/fraricci", "followers_url": "https://api.github.com/users/fra...
[]
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 @fraricci,\r\n\r\nThanks for bringing this up. Can you confirm this only applies to compositions with 2 or more magnetic species, and only for orderings of the type `afm_by_XX`? Regarding this:\r\n\r\n> some of the magnetic configurations won't be actually computed and some will be computed multiple times.\r\n\...
2023-10-28T18:04:01
2023-11-15T22:28:27
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I noticed this bug while ago while using the MagWF in atomate and discussed it with @mkhorton at that time. I see that this bug is still present in the last pmg version. Here is an example of what happens with Mn₂FeWO₆. ``` st = rester.get_structure_by_material_id("mp-107827") mo = MagneticStructureEnumerator(st...
{ "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/3431/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/3431/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3432
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3432/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3432/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3432/events
https://github.com/materialsproject/pymatgen/issues/3432
1,967,355,863
I_kwDOACgets51Q3fX
3,432
`QCInput` has a few undocumented kwargs
{ "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
[ "@espottesmith: Do you have any insight on this one?", "Actually, I have been told that this is @rkingsbury's area perhaps.", "Yeah, those are related to the ISOSVP/CMIRS solvent models, I believe. Hopefully @rkingsbury can address, but if not, I'm sure I could add docstrings.", "> Yeah, those are related to ...
2023-10-30T02:38:53
2023-12-17T15:47:56
2023-12-17T15:47:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem https://github.com/materialsproject/pymatgen/blob/2709068a2b01cfbbfda4e2dcd62361678c30c10f/pymatgen/io/qchem/inputs.py#L55-L56 The `svp` and `pcm_nonels` kwargs in the Q-Chem `QCInput` class are currently undocumented. I was looking to know a bit more about them. The input type is `dict | None`, but 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/3432/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/3432/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3433
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3433/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3433/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3433/events
https://github.com/materialsproject/pymatgen/pull/3433
1,968,619,004
PR_kwDOACgets5eIlCX
3,433
Fix lattice velocities formatting
{ "login": "gpetretto", "id": 8665734, "node_id": "MDQ6VXNlcjg2NjU3MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8665734?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gpetretto", "html_url": "https://github.com/gpetretto", "followers_url": "https://api.github.com/users/gp...
[ { "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
[ "Hi @janosh, I added a check on the format of the produced POSCAR. It should be noted that in this case it just checks that the format is equivalent to the one written from the `Poscar` object. This seems to be the only option that is correctly parsed by VASP, even though it is not exactly equilant to what is produ...
2023-10-30T15:15:59
2023-11-30T16:09:36
2023-10-31T14:00:40Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR fixes a problem in #3428 that I encountered while performing some more tests with NpT MD simulations: in the case of lattice velocities VASP seems to be strict in the format when reading the POSCAR. After some tests it seems that this should be the best format to allow the correct parsing of this ...
{ "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/3433/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/3433/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3433", "html_url": "https://github.com/materialsproject/pymatgen/pull/3433", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3433.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3433.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3434
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3434/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3434/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3434/events
https://github.com/materialsproject/pymatgen/pull/3434
1,968,739,815
PR_kwDOACgets5eI_v4
3,434
Add `summary_stats` key to `Vasprun.potcar_spec`
{ "login": "esoteric-ephemera", "id": 33381112, "node_id": "MDQ6VXNlcjMzMzgxMTEy", "avatar_url": "https://avatars.githubusercontent.com/u/33381112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/esoteric-ephemera", "html_url": "https://github.com/esoteric-ephemera", "followers_url": "https...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@esoteric-ephemera is there any chance you could add the ZVALs to the summary_stats.json file in this PR too? We talked about this a while ago offline" ]
2023-10-30T16:12:47
2023-11-01T22:58:19
2023-11-01T22:58:18Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Given the new POTCAR validation introduced in [PR #3351](https://github.com/materialsproject/pymatgen/pull/3351), it makes sense to include a `summary_stats` key in the `Vasprun.potcar_spec` dict (from `io.vasp.outputs`). This will help with validation of outputs using the new summary stats method. I also removed 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/3434/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/3434/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3434", "html_url": "https://github.com/materialsproject/pymatgen/pull/3434", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3434.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3434.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3435
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3435/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3435/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3435/events
https://github.com/materialsproject/pymatgen/pull/3435
1,969,133,412
PR_kwDOACgets5eKWAt
3,435
FHI-aims IO Parsers
{ "login": "tpurcell90", "id": 7539573, "node_id": "MDQ6VXNlcjc1Mzk1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/7539573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tpurcell90", "html_url": "https://github.com/tpurcell90", "followers_url": "https://api.github.com/users...
[ { "id": 1427867026, "node_id": "MDU6TGFiZWwxNDI3ODY3MDI2", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/enhancement", "name": "enhancement", "color": "c5e06d", "default": true, "description": "A new feature or improvement to an existing one" }, { "id": 53...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think everything is now typehinted with google docstrings", "@janosh I think this is ready to review as well ", "Tests should now work", "I updated to master if those changes are needed for the docker images (errors are in tests I did not touch)", "Do we need to write a tutorial for the aims IO or are th...
2023-10-30T20:12:13
2023-11-08T20:20:02
2023-11-08T20:20:02Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Creates an FHI-aims interface for pymatgen based off of the ASE parser and input generating structures. Part of this work was done in atomate2 originally for this PR (https://github.com/materialsproject/atomate2/pull/562) where @ansobolev contributed. This PR was made by the request of atomate2 so 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/3435/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/3435/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3435", "html_url": "https://github.com/materialsproject/pymatgen/pull/3435", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3435.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3435.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3436
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3436/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3436/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3436/events
https://github.com/materialsproject/pymatgen/issues/3436
1,970,994,798
I_kwDOACgets51ev5u
3,436
[Feature Request]: loading .STR files
{ "login": "osunrinde", "id": 55808005, "node_id": "MDQ6VXNlcjU1ODA4MDA1", "avatar_url": "https://avatars.githubusercontent.com/u/55808005?v=4", "gravatar_id": "", "url": "https://api.github.com/users/osunrinde", "html_url": "https://github.com/osunrinde", "followers_url": "https://api.github.com/users/...
[ { "id": 5576308076, "node_id": "LA_kwDOACgets8AAAABTF-1bA", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/out%20of%20scope", "name": "out of scope", "color": "81BDA8", "default": false, "description": "Not planned due to not aligning with pymatgen's goals" } ]
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
[ "Is this a proprietary file format?", "Do you mean if it's not from ithe ICCD database?\r\nIf that is what you meant by proprietary file format, then yes.", "If I use structure.from_file or from_str, it keep throwing unknown file extension as error", "The file opens in topaz and diffrac.eva if this informatio...
2023-10-31T17:48:36
2023-11-02T13:33:32
2023-11-02T12:54:28Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem My XRD files are in .STR and I'm trying to convert all to cif but having issues loading the files ### Proposed Solution A library that can load str directly or a library that can help convert it to cif for use in pymatgen ### Alternatives _No response_
{ "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/3436/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/3436/timeline
null
not_planned
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3437
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3437/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3437/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3437/events
https://github.com/materialsproject/pymatgen/issues/3437
1,971,426,773
I_kwDOACgets51gZXV
3,437
It seems that there is a bug to write the lobsterin file
{ "login": "RedStar-Iron", "id": 49940294, "node_id": "MDQ6VXNlcjQ5OTQwMjk0", "avatar_url": "https://avatars.githubusercontent.com/u/49940294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RedStar-Iron", "html_url": "https://github.com/RedStar-Iron", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for looking at the Lobster part of the code. @naik-aakash and I will check your suggestion carefully. \r\n", "I think the bug is coming from the fact that the overwriting of the dict. We will look into it more carefully to not break other parts of the code!", "Hi @RedStar-Iron, Thanks for the suggestion...
2023-10-31T23:14:37
2023-11-02T20:29:01
2023-11-02T20:29:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/15dc77da508c6824a2e7cc41e983f797c64815c4/pymatgen/io/lobster/inputs.py#L271-L272 `key` in `self.get(key)` should be lower, then it can be found in Lobsterin.FLOAT_KEYWORDS. And the cohpsteps might need to be a positive integer. So I just revised it to: ``` if...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3437/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/3437/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3438
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3438/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3438/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3438/events
https://github.com/materialsproject/pymatgen/issues/3438
1,971,430,525
I_kwDOACgets51gaR9
3,438
This part might not be robust.
{ "login": "RedStar-Iron", "id": 49940294, "node_id": "MDQ6VXNlcjQ5OTQwMjk0", "avatar_url": "https://avatars.githubusercontent.com/u/49940294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RedStar-Iron", "html_url": "https://github.com/RedStar-Iron", "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": 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
[ "Tagging @JaGeo.", "We are on it as a part of https://github.com/materialsproject/pymatgen/pull/3439. Thank you, @Andrew-S-Rosen !", "@janosh can also be closed. It was adressed as a part of #3439" ]
2023-10-31T23:19:52
2023-11-02T21:55:07
2023-11-02T21:55:07Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/eee88ab63b66a0b92757524975c7290838b4bf01/pymatgen/io/lobster/inputs.py#L584-L589 It will fail if there is a '\t' in my lobsterin file. I recommand to use the `re`. ``` raw_datum = re.findall(r'(?i)\b[a-z]+(?:\d+)?\b|\b\d+[a-z]+\b|[-]?\d*\.?\d+', datum) ``` ...
{ "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/3438/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/3438/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3439
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3439/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3439/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3439/events
https://github.com/materialsproject/pymatgen/pull/3439
1,971,770,375
PR_kwDOACgets5eTUbM
3,439
Fix lobsterin dict inheritance and treat \t in lobsterins correctly
{ "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": 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
[ "@naik-aakash , I have started with the fix. I will test methods like update, delete as well. \r\n\r\nWe could also directly implement a fix for reading lobsterins with \\t", "Thanks! Thats great. So you will also fix the `reading lobsterins with \\t` issue in this PR itself? ", "@naik-aakash You are invited to...
2023-11-01T06:13:33
2023-11-02T20:29:00
2023-11-02T20:29:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Closes https://github.com/materialsproject/pymatgen/issues/3437 and https://github.com/materialsproject/pymatgen/issues/3438. Inheritance of the dict was not carried out correctly. I have started here with inheriting from UserDict. We will add more tests to avoid similar issues in the future.
{ "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/3439/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/3439/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3439", "html_url": "https://github.com/materialsproject/pymatgen/pull/3439", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3439.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3439.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3440
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3440/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3440/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3440/events
https://github.com/materialsproject/pymatgen/pull/3440
1,972,239,461
PR_kwDOACgets5eU6gM
3,440
Bump actions/checkout from 3 to 4
{ "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
[]
2023-11-01T12:01:53
2023-11-01T14:12:40
2023-11-01T14:12:39Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime ...
{ "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/3440/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/3440/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3440", "html_url": "https://github.com/materialsproject/pymatgen/pull/3440", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3440.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3440.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3441
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3441/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3441/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3441/events
https://github.com/materialsproject/pymatgen/pull/3441
1,972,317,185
PR_kwDOACgets5eVL2D
3,441
Bump numpy from 1.25.2 to 1.26.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" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.\n\nIf you change your mind, j...
2023-11-01T12:48:58
2023-11-01T14:17:23
2023-11-01T14:17:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.1. <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.26.1</h2> <h1>NumPy 1.26.1 Release Notes</h1> <p>NumPy 1.26.1 is a maintenance release ...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3441/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/3441/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3441", "html_url": "https://github.com/materialsproject/pymatgen/pull/3441", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3441.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3441.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3442
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3442/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3442/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3442/events
https://github.com/materialsproject/pymatgen/pull/3442
1,972,317,717
PR_kwDOACgets5eVL9V
3,442
Bump pandas from 2.0.3 to 2.1.2
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.\n\nIf you change your mind, j...
2023-11-01T12:49:19
2023-11-01T14:17:26
2023-11-01T14:17:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.2. <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.1.2</h2> <p>This is a patch release in the 2.1.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/3442/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/3442/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3442", "html_url": "https://github.com/materialsproject/pymatgen/pull/3442", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3442.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3442.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3443
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3443/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3443/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3443/events
https://github.com/materialsproject/pymatgen/pull/3443
1,972,317,973
PR_kwDOACgets5eVMA5
3,443
Bump ruamel-yaml from 0.17.32 to 0.18.3
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "id": 1532985663, "node_id": "MDU6TGFiZWwxNTMyOTg1NjYz", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Dependency issues and PRs" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.\n\nIf you change your mind, j...
2023-11-01T12:49:29
2023-11-01T14:17:25
2023-11-01T14:17:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [ruamel-yaml]() from 0.17.32 to 0.18.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruamel-yaml&package-manager=pip&previous-version=0.17.32&new-version=0.18.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-de...
{ "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/3443/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/3443/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3443", "html_url": "https://github.com/materialsproject/pymatgen/pull/3443", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3443.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3443.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3444
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3444/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3444/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3444/events
https://github.com/materialsproject/pymatgen/pull/3444
1,972,318,141
PR_kwDOACgets5eVMDM
3,444
Bump networkx from 2.8.8 to 3.2.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" }, { "id": 5452530206, "node...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.\n\nIf you change your mind, j...
2023-11-01T12:49:35
2023-11-01T14:17:26
2023-11-01T14:17:16Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [networkx](https://github.com/networkx/networkx) from 2.8.8 to 3.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/networkx/networkx/releases">networkx's releases</a>.</em></p> <blockquote> <h2>NetworkX 3.2.1</h2> <p>No release notes provided.</p> <h2>NetworkX 3.2</h2...
{ "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/3444/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/3444/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3444", "html_url": "https://github.com/materialsproject/pymatgen/pull/3444", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3444.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3444.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3445
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3445/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3445/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3445/events
https://github.com/materialsproject/pymatgen/pull/3445
1,972,318,398
PR_kwDOACgets5eVMGx
3,445
Bump plotly from 5.16.1 to 5.18.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`.\n\nIf you change your mind, j...
2023-11-01T12:49:44
2023-11-01T14:17:26
2023-11-01T14:17:16Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.16.1 to 5.18.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.18.0</h2> <h3>Updated</h3> <ul> <li>Updated Plotly.js from version 2.26.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/3445/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/3445/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3445", "html_url": "https://github.com/materialsproject/pymatgen/pull/3445", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3445.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3445.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3446
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3446/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3446/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3446/events
https://github.com/materialsproject/pymatgen/issues/3446
1,972,649,893
I_kwDOACgets51lD-l
3,446
Matgenie link in docs homepage is dead
{ "login": "ml-evs", "id": 7916000, "node_id": "MDQ6VXNlcjc5MTYwMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/7916000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ml-evs", "html_url": "https://github.com/ml-evs", "followers_url": "https://api.github.com/users/ml-evs/foll...
[]
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-11-01T15:58:15
2023-11-01T17:18:25
2023-11-01T17:18:25Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem The link for "matgenie web app" at https://pymatgen.org/#matgenie--examples is dead. ### Proposed Solution Remove or update the link, I don't know which is appropriate as I cannot find the latest version of matgenie. ### Alternatives _No response_
{ "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/3446/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/3446/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3447
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3447/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3447/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3447/events
https://github.com/materialsproject/pymatgen/pull/3447
1,972,893,565
PR_kwDOACgets5eXJvh
3,447
Refresh OPTIMADE aliases and update docstrings
{ "login": "ml-evs", "id": 7916000, "node_id": "MDQ6VXNlcjc5MTYwMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/7916000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ml-evs", "html_url": "https://github.com/ml-evs", "followers_url": "https://api.github.com/users/ml-evs/foll...
[ { "id": 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": 61...
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 @ml-evs! 👍 \r\n\r\nI expect new deps, esp. `pydantic` might be a blocker. We might consider a soft dependency that prompts the user to `pip install pydantic` when actually using functionality that requires it.", "> Thanks @ml-evs! 👍\r\n> \r\n> I expect new deps, esp. `pydantic` might be a blocker. We mi...
2023-11-01T18:35:30
2023-11-01T19:06:56
2023-11-01T19:06:56Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary *Apropos* of nothing in particular... here is PR that makes some updates to the OPTIMADE client (and maybe starts a discussion about its future). Major changes: - Refreshes the baked-in OPTIMADE providers list with the latest new APIs - Expands upon some of the docstrings Happy to talk about how...
{ "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/3447/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/3447/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3447", "html_url": "https://github.com/materialsproject/pymatgen/pull/3447", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3447.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3447.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3448
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3448/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3448/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3448/events
https://github.com/materialsproject/pymatgen/issues/3448
1,973,365,917
I_kwDOACgets51nyyd
3,448
[Feature Request]: Clear warning if Bader is run without the AECCARs as reference
{ "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
[ "I think it's a good idea to do this for such an obvious error. However, you cannot prevent everything. If you run this after a very low precision computation in VASP, the results are probably also not reliable. ", "It's true we can't catch everything. However, in this case, the kwargs for AECCAR files is optiona...
2023-11-02T01:59:48
2023-11-06T04:38:25
2023-11-06T04:38:24Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem In pymatgen, it's possible to run Bader both with and without the AECCARs as reference. However, in the latter case, the results of a Bader analysis can be severely inaccurate. I don't have statistics off-hand, but U had discussed this with _someone_ in Kristin's group (can't remember who... @janosh?) wh...
{ "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/3448/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/3448/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3449
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3449/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3449/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3449/events
https://github.com/materialsproject/pymatgen/issues/3449
1,973,674,042
I_kwDOACgets51o-A6
3,449
Add GitHub issue templates
{ "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": 4705020396, "node_id": "LA_kwDOACgets8AAAABGHDp7A", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/good%20first%20issue", "name": "good first issue", "color": "fef2c0", "default": true, "description": "A new feature or bug fix suited for beginners to start ...
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
[ "May I work on this?", "Fixed in #3528." ]
2023-11-02T07:35:25
2024-01-15T08:38:08
2024-01-15T08:38:08Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
There is only one template right now, which is for a feature request. At the very least, a bug report template should be added along with some fields about necessary reporting details (e.g. pymatgen version, Python version, OS), a minimal example, etc. I thought that existed at some point but perhaps not?
{ "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/3449/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/3449/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3450
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3450/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3450/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3450/events
https://github.com/materialsproject/pymatgen/issues/3450
1,974,917,395
I_kwDOACgets51ttkT
3,450
Bug in `BSPlotterProjected.get_elt_projected_plots()`
{ "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": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5322856717, "node_id": "LA_kwDOACgets8AAAABPURZDQ", "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
[ "Closed in #3451." ]
2023-11-02T19:33:29
2023-11-03T17:01:51
2023-11-03T17:01:51Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Introduced in https://github.com/materialsproject/pymatgen/pull/3237. If I can chime in here, I noticed a bug potentially introduced by this pull request. As mentioned [here](https://matsci.org/t/bsplotterprojected-get-elt-projecte-plots-method-broken/51434/4?u=fraricci), there is a "ax =" missing [he...
{ "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/3450/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/3450/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3451
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3451/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3451/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3451/events
https://github.com/materialsproject/pymatgen/pull/3451
1,974,922,267
PR_kwDOACgets5eeBc6
3,451
Fix `BSPlotterProjected.get_elt_projected_plots`
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 5322856717, "node_id": "LA_kwDOACgets8AAAABPURZD...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2023-11-02T19:37:42
2023-11-03T17:01:29
2023-11-02T20:55:21Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Was plotting all element-projected band structures in the same subplot of a 2x2 figure. Closes #3450.
{ "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/3451/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/3451/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3451", "html_url": "https://github.com/materialsproject/pymatgen/pull/3451", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3451.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3451.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3452
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3452/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3452/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3452/events
https://github.com/materialsproject/pymatgen/pull/3452
1,975,369,818
PR_kwDOACgets5efjxV
3,452
Fix Vasprun not interpreting float overflow as nan
{ "login": "tawe141", "id": 13124532, "node_id": "MDQ6VXNlcjEzMTI0NTMy", "avatar_url": "https://avatars.githubusercontent.com/u/13124532?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tawe141", "html_url": "https://github.com/tawe141", "followers_url": "https://api.github.com/users/tawe14...
[ { "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
[ "Good to see you around these parts, @tawe141!!!", "Added test and confirmed it passes on my end!" ]
2023-11-03T02:36:01
2023-11-08T17:39:06
2023-11-08T17:39:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
VASP will sometimes print "***********" when there's a float overflow. There's already a function in here to interpret these as `np.nan`, but it looks like it wasn't applied everywhere. I found one place where it wasn't used (ie just using Python's `float` function) that helped me process a large batch of `vasprun.xml`...
{ "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/3452/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/3452/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3452", "html_url": "https://github.com/materialsproject/pymatgen/pull/3452", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3452.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3452.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3453
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3453/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3453/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3453/events
https://github.com/materialsproject/pymatgen/issues/3453
1,977,004,279
I_kwDOACgets511rD3
3,453
[Issue]: NDCalculator does not support Deuterium?
{ "login": "Soontam", "id": 106397850, "node_id": "U_kgDOBleAmg", "avatar_url": "https://avatars.githubusercontent.com/u/106397850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Soontam", "html_url": "https://github.com/Soontam", "followers_url": "https://api.github.com/users/Soontam/foll...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Yes D is not supported. But feel free to add the scattering factors to support it.", "Okay sounds good. Thank you." ]
2023-11-03T22:23:18
2023-11-06T15:42:52
2023-11-05T22:15:25Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Good Evening, I was using a cif file and I received this error when using it: **ValueError: Unable to calculate ND pattern as there is no scattering coefficients for D.** Here is my code: ``` struct = parser.get_structures(primitive=False, symmetrized=True)[0] nd_calculator = NDCalculator(wavelength=1.6) pat...
{ "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/3453/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/3453/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3454
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3454/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3454/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3454/events
https://github.com/materialsproject/pymatgen/pull/3454
1,977,013,859
PR_kwDOACgets5elHZp
3,454
Write test-created files to temporary directory, don't pollute test dir
{ "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-11-03T22:36:59
2023-11-03T23:49:33
2023-11-03T23:49:32Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also, fix `MPScanRelaxSet` not using `bandgap_tol` kwarg.
{ "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/3454/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/3454/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3454", "html_url": "https://github.com/materialsproject/pymatgen/pull/3454", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3454.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3454.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3455
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3455/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3455/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3455/events
https://github.com/materialsproject/pymatgen/issues/3455
1,977,118,108
I_kwDOACgets512G2c
3,455
[Feature Request]: Vasprun.xml needs to be updated to be compatible vasp > 6.3
{ "login": "Jeff-oakley", "id": 5863275, "node_id": "MDQ6VXNlcjU4NjMyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/5863275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jeff-oakley", "html_url": "https://github.com/Jeff-oakley", "followers_url": "https://api.github.com/us...
[]
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
[ "For us to work on this, I need an example vasprun.xml with 6.3 and the two band structures. Just a simple one for say Si will do.", "Thanks. Here is the zip file for a calculation with Si. Multiple output files have different formats, e.g. vasprun.xml (has both band structures from KPOINTS and KPOINTS_OPT), OUTC...
2023-11-04T02:10:35
2024-03-09T01:03:40
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem The new vasp allows to provide KPOINTS_OPT so that a non-self-consistent run will be done automatically after self-consisten run on KPOINTS file. This is the new feature starting from vasp.6.3. As a result, the vasprun.xml will generate two "band structures" rather than just one, can anyone update this f...
{ "login": "Jeff-oakley", "id": 5863275, "node_id": "MDQ6VXNlcjU4NjMyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/5863275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jeff-oakley", "html_url": "https://github.com/Jeff-oakley", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/3455/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/3455/timeline
null
reopened
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3456
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3456/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3456/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3456/events
https://github.com/materialsproject/pymatgen/pull/3456
1,977,555,452
PR_kwDOACgets5em1Md
3,456
Add a save parameter for chargemol calculation to select whether save the output files, use "link" rather than "copy" for the input file of chargemol calc, add mpi function to run chargemol.
{ "login": "RedStar-Iron", "id": 49940294, "node_id": "MDQ6VXNlcjQ5OTQwMjk0", "avatar_url": "https://avatars.githubusercontent.com/u/49940294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RedStar-Iron", "html_url": "https://github.com/RedStar-Iron", "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
[ "```\r\nfrom pymatgen.command_line.chargemol_caller import *\r\n\r\nchargemol = ChargemolAnalysis(mpi=True,ncores=32, save=True)\r\n```\r\nJob script to run chargemol program.", "Hi Dr. @Andrew-S-Rosen,\r\n\r\nAre you available to have look the remaining problem in this commit?\r\n\r\nI have tried several methods...
2023-11-04T23:38:44
2024-08-03T19:01:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Revised Content 1. Add `save` parameter to control whether save the output files from `chargemol` calculation 2. Use `link` rather than `copy` for `CHGCAR, POTCAR, ARCCAR0 and ARCCAR2` during the calculation 3. Support `mpirun` for `chargemol` calculation
{ "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/3456/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/3456/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3456", "html_url": "https://github.com/materialsproject/pymatgen/pull/3456", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3456.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3456.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3457
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3457/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3457/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3457/events
https://github.com/materialsproject/pymatgen/issues/3457
1,977,961,885
I_kwDOACgets515U2d
3,457
MemoryError in optimization.neighbors.find_points_in_spheres
{ "login": "farshadfallahSDGR", "id": 103670573, "node_id": "U_kgDOBi3jLQ", "avatar_url": "https://avatars.githubusercontent.com/u/103670573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/farshadfallahSDGR", "html_url": "https://github.com/farshadfallahSDGR", "followers_url": "https://api...
[]
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
[ "Your code makes no sense. Your lattice parameter is 0.0006 but your radius is 0.0025? This will result in a huge number of periodic images. The error message is precisely what it says - there are just too many images. Either your computer RAM is too little or your system is just way too large." ]
2023-11-05T20:59:58
2023-11-05T21:47:49
2023-11-05T21:47:49Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
While calculating electrostatic forces using analysis.ewald.EwaldSummation I encountered the following error with version 2023.8.10, Python 3.11.4, and on MacOS. ``` forces = ewald_sum.forces .../lib/python3.11/site-packages/pymatgen/analysis/ewald.py:272: in forces self._calc_ewald_terms() .../lib/pytho...
{ "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/3457/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/3457/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3458
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3458/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3458/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3458/events
https://github.com/materialsproject/pymatgen/pull/3458
1,977,984,031
PR_kwDOACgets5eoIit
3,458
Issue stronger warning if `bader` is run without the `AECCAR`s
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[ { "id": 5318590534, "node_id": "LA_kwDOACgets8AAAABPQNARg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/fix", "name": "fix", "color": "40DE1F", "default": false, "description": "Bug fix PRs" }, { "id": 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
[ "@JiQi535 you're right, thanks for reporting. the reason this wasn't caught is that the only test for `bader_analysis_from_path` is skipped\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/5514ff5418b23da809b23056ea876c0a4c244c96/tests/command_line/test_bader_caller.py#L84-L99" ]
2023-11-05T21:45:54
2024-02-17T09:11:48
2023-11-06T16:26:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #3448.
{ "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/3458/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/3458/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/3458", "html_url": "https://github.com/materialsproject/pymatgen/pull/3458", "diff_url": "https://github.com/materialsproject/pymatgen/pull/3458.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/3458.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/3459
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3459/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3459/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3459/events
https://github.com/materialsproject/pymatgen/issues/3459
1,980,493,236
I_kwDOACgets52C-20
3,459
[Feature Request]: SubstrateAnalyzer class does not save the oringinal vector orientation
{ "login": "jinlhr542", "id": 48645456, "node_id": "MDQ6VXNlcjQ4NjQ1NDU2", "avatar_url": "https://avatars.githubusercontent.com/u/48645456?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jinlhr542", "html_url": "https://github.com/jinlhr542", "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
[]
2023-11-07T03:56:32
2023-11-07T03:56:32
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem In the SlabGenerator class, the vectors used to do lattice matching were extracted from the slab model made by the SlabGenerator. This reorient the vectors and in this way from the final results of lattice matching, the user might get lost of this information. As shown below: print(around(dot(inv(Ni3S2.la...
{ "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/3459/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/3459/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/3460
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/3460/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/3460/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/3460/events
https://github.com/materialsproject/pymatgen/issues/3460
1,980,544,125
I_kwDOACgets52DLR9
3,460
[Feature Request]: missing potcar_summary_stats.json.bz2 error using my forked version
{ "login": "jinlhr542", "id": 48645456, "node_id": "MDQ6VXNlcjQ4NjQ1NDU2", "avatar_url": "https://avatars.githubusercontent.com/u/48645456?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jinlhr542", "html_url": "https://github.com/jinlhr542", "followers_url": "https://api.github.com/users/...
[ { "id": 4704350623, "node_id": "LA_kwDOACgets8AAAABGGaxnw", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/awaiting%20user", "name": "awaiting user", "color": "b60205", "default": false, "description": "Needs more information from OP." }, { "id": 5782768655...
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 the git link of my forked version:https://github.com/jinlhr542/pymatgen", "The [file is actually there](https://github.com/jinlhr542/pymatgen/blob/master/pymatgen/io/vasp/potcar_summary_stats.json.bz2) so I assume it's a Windows path issue. Could you try replacing\r\n\r\n```diff\r\n- potcar_summary_stats...
2023-11-07T04:53:06
2023-11-10T23:04:54
2023-11-10T23:04:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Problem To use the version I made some modification myself, I forked the master package and made some modification to the SubstrateAnalyzer module. After I install this version, I got this error: <details><summary>Details</summary> ```py Li2S = Structure.from_file('lattice_vasp/Li2S/CONTCAR') -----------...
{ "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/3460/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/3460/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }