-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #71
Merged
Develop #71
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
eb6189c
Add paper to list (even though they cited the docs not the actual pap…
kavanase 4886857
Update paper list
kavanase 75827a7
Fix typo
kavanase 760b987
Add `verbose` option to `io.parse_energies()` and set to `False` by d…
kavanase 874b447
Add `verbose` option to `snb-parse`, and pass to `io.parse_energies()…
kavanase 5b3156e
Close matplotlib figures after saving when running `snb-plot -a`, to …
kavanase 36a416c
Update oxi-state guessing to be more efficient, using ``doped`` funct…
kavanase 6fda89d
Update plotting handling for defects with undetermined displacements
kavanase af92249
Update tests
kavanase dad0691
Minor test updates – remaining failing `test_create_vasp_input` is du…
kavanase cdbcc0d
Remove `_reset_warnings` import from `doped`
kavanase ccc58e9
Bump changelog and version numbers for release
kavanase 54ff804
Separate plotting and non plotting tests as in `doped` for efficiency
kavanase b897460
Use `custom_mpl_image_compare` function as in `doped` for leanness & …
kavanase 57a4418
Refactor (most) `setUp` code in `test_input.py` to `setUpClass` for e…
kavanase ffdff81
Fix typo 🙄
kavanase 4a2c174
Avoid duplication of test runs with push and PR, and ensure latest ma…
kavanase e955ce1
Update tests config
kavanase adf594b
Update tests config (pt 2)
kavanase 86a2213
Tests consolidation
kavanase a35de64
Bump readthedocs.yaml versions
kavanase 9c26fb3
Consolidate tests
kavanase bbf92e9
Fix typo
kavanase d6aea62
Update formatting and linting
kavanase 0067d83
remove redundant lines in io.py
ireaml a4cd681
remove uncecessary lines in `_format_distortion_names` that format na…
ireaml 931be0b
Minor formatting and efficiency updates
kavanase 989d603
Missing `cd ..` call in `SnB_run.sh`
kavanase 8fcae93
Update paper list
kavanase 5084535
Merge remote-tracking branch 'origin/develop' into develop
kavanase c30b3bc
Bump changelog and version numbers for release
kavanase File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -25,7 +25,7 @@ | |||||
author = 'Irea Mosquera-Lois, Seán R. Kavanagh' | ||||||
|
||||||
# The full version, including alpha/beta/rc tags | ||||||
release = '3.3.1' | ||||||
release = '3.3.3' | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use double quotes for consistency. - release = '3.3.3'
+ release = "3.3.3" Committable suggestion
Suggested change
|
||||||
|
||||||
|
||||||
# -- General configuration --------------------------------------------------- | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure consistency in the changelog format.
Consider adding a period at the end of each bullet point for consistency.
Committable suggestion