Skip to content

v0.10.0

Compare
Choose a tag to compare
@janosh janosh released this 31 Jul 23:17
· 14 commits to main since this release

Following #189, the recommended way to import from pymatviz is no longer as individual plot functions but as a namespace, e.g. import pymatviz as pmv; pmv.structure_2d(). All functions that previously had a plot_ prefix now have the same name without the prefix for consistency across the code base (e.g. plot_structure_2d->structure_2d).
2 more renames:

  • pymatviz/histograms.py was renamed to pymatviz/histogram.py for consistency with scatter.py, bar.py, sankey.py, etc.
  • spacegroup_hist was renamed to spacegroup_bar and moved to pymatviz.bar. this is not breaking yet as a deprecated spacegroup_hist was left in pymatviz/histogram.py

What's Changed

💥 Breaking Changes

  • [Breaking] Refactor ptable heatmap plotter by @DanielYang59 in #157
  • Breaking: drop plot_ prefix from multiple functions by @janosh in #189

🛠 Enhancements

🤷‍♂️ Other Changes

  • Update the function names for wren utils given breaking changes in Aviary by @CompRhys in #182

Full Changelog: v0.9.3...v0.10.0