-
Notifications
You must be signed in to change notification settings - Fork 16
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
V2.0 **BREAKING CHANGES** #30
Merged
Merged
Conversation
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
so far generates zero-weighted kpoints to make amset run faster (among other uses), and suggests KPAR values for your calculations.
learing about click
also improved cusomisability of some plots and made most except clauses more specific, also bug fixes
also enhanced and streamlined colour parsing with tp.plot.utilities.parse_colours and bug fixes
Added line graphs to the CLI. Added data retrieval commands to the CLI. Generalised resolve.py to work so long as the dimensions are given in the metadata. Now reads phono3py direction data as a 3x3 array rather than a 6x1 array for consistency with other codes. Updated READMEs. There are still bugs which I'll fix soon!
tp.data.save.cumkappa can now be written to csv for all you machines out there. tp plot avg-rates can now accept two files for silky smooth graphs without excessive memory usage during AMSET. The ability to add a DoS on the side of a phonon plot at the command-line has be reintroduced.
finished new cli, deleted old one added four.square_legend templates improved docs updated test removed printing of data files with cumkappa plots (you can do that separately easily now) bug fixes
option for verbose output to say under which conditions (temperature etc.) a plot is plotted. This is on by default at the command line and off in the python interface. bug fixes and performance improvements
new heatmap function add_pfmap, for power factor new heatmap fuctions add_ztdiff and add_pfdiff, for the difference between two zts or power factors new axes.legend function alphabetise, for labelling axes (can enumerate too) default maximum value for the uniform colourmap is lighter bug fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Breaking changes:
axes
module is nowtp.axes.size.size.number_description
, legend is omitted fromdescription
and all functions return anadd_legend
argument. Several functions have been combined, and several new ones have been added.add_legend
now accepts a location argument, for keywords likeabove
orright
, and also integers to representloc=best
inside each axis (distinct from justloc=best
as it still combines all legends).alphabetise
function inaxes.legend
to alphabetise or enumerate axes, including presets, but also fully customisable.command-line interface changed to click, syntax is now
tp group function arguments
, see docs for more details.New functionality:
setup
module which currently deals with setting up VASP KPOINTS files, including zero-weighted k-points, which help AMSET and also BoltzTraP run efficiently.Miscellaneous: