Skip to content

Releases: janosh/pymatviz

v0.12.0

07 Oct 20:08
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Add kwarg use_tooltips: bool = True to df_to_html (prev df_to_html_table) by @janosh in #205

🎉 New Features

  • element_pair_rdfs plots radial distribution functions (RDFs) for element pairs in a structure by @janosh in #203
  • Add structure_2d_plotly to pymatviz/structure_viz.py by @janosh in #213
  • Add structure_3d_plotly by @janosh in #214

🛠 Enhancements

  • Add IS_IPYTHON global by @janosh in #198
  • Support list/dict of structures in element_pair_rdfs by @janosh in #206
  • Render spheres with hover tooltip on unit cell corners in pmv.structure_(2|3)d_plotly by @janosh in #219
  • Add add_annotation functionality for ptable plotters by @DanielYang59 in #200
  • Support plotting site vectors like forces/magmoms in structure_(2|3)d_plotly by @janosh in #220
  • Add scale: float = 1 to ptable_heatmap_plotly by @minhsueh in #210
  • Vertically/horizontally stacked XRD plots by @janosh in #223

🐛 Bug Fixes

  • Fix calculate_rdf not accounting for periodic boundaries by @janosh in #211
  • Fix xrd_pattern not allowing annotate_peaks=0 to disable peak annotation by @janosh in #212
  • structure_(2|3)d_plotly allow overriding subplot title's y position and anchor by @janosh in #218

🧹 House-Keeping

🚧 CI

🏥 Package Health

🧹 Linting

  • Clean up var names in unit tests, avoid MP API access in GitHub workflow by @DanielYang59 in #207

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

01 Sep 05:37
Compare
Choose a tag to compare

💥 Breaking Changes

  • Bump min supported Python to 3.10 by @janosh in #195 (includes numpy v2 compatibility)

Full Changelog: v0.10.1...v0.11.0

v0.10.1

18 Aug 06:47
Compare
Choose a tag to compare

What's Changed

🛠 Enhancements

  • Re-export all submodules/subpackages from pymatviz.__init__.py by @janosh in #191
  • bin_df_cols leave input df unchanged by @janosh in #192
  • density_scatter_plotly add kwarg facet_col: str | None = None by @janosh in #193

🐛 Bug Fixes

🧹 House-Keeping

Full Changelog: v0.10.0...v0.10.1

v0.10.0

31 Jul 23:17
Compare
Choose a tag to compare

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

v0.9.3

18 Jul 22:31
Compare
Choose a tag to compare

What's Changed

🛠 Enhancements

  • Add pymatviz.io.df_to_svg by @janosh in #179
  • Better default ptable_heatmap_plotly tooltips by @janosh in #178

🐛 Bug Fixes

  • Moving enums may have broken end users pickle's, reduce to str when pickling to be more backwards compatible going forward. by @CompRhys in #176
  • Fix unit test for ptable plotly by @DanielYang59 in #177

📖 Documentation

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Jul 21:28
Compare
Choose a tag to compare

🧪 lots of new test coverage in this release!

What's Changed

💥 Breaking Changes

🐛 Bug Fixes

  • Fix missing keys Te + Nd in ELEM_COLORS_VESTA and support it in plot_structure_2d by @janosh in #173
  • Fix ptable_heatmap_plotly color scale tick labels for log=True by @janosh in #174

Full Changelog: v0.9.1...v0.9.2

v0.9.1

05 Jul 00:28
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix bad NPY002 migration by @janosh in #163
  • Add toggle_log_linear_y_axis powerup by @janosh in #165
  • Fix density_scatter_plotly metric annotation by @janosh in #166
  • Fix and test ptable_heatmap text color logic by @janosh in #169
  • Fix count_elements for series of Composition by @janosh in #170

🛠 Enhancements

  • Add plot_xrd_pattern() for creating interactive XRD patterns with plotly by @janosh in #167
  • plot_xrd_pattern accept DiffractionPattern | Structure as input by @janosh in #168
  • Split powerups module by backend: matplotlib/plotly/both by @janosh in #171

Full Changelog: v0.9.0...v0.9.1

v0.9.0

22 Jun 00:53
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

  • pymatviz.parity was renamed to pymatviz.scatter by @janosh in #161

🎉 New Features

  • Add pymatviz.histogram.plot_histogram by @janosh in #159 (💥 breaking)
  • density_scatter_plotly() by @janosh in #161 (💥 breaking)

🐛 Bug Fixes

🛠 Enhancements

  • Support passing sequence of structures to plot_structure_2d() to be plotted in grid by @janosh in #156
  • ptable_scatters allow 3rd data dimension for colormap by @DanielYang59 in #155

💡 Refactoring

Full Changelog: v0.8.3...v0.9.0

v0.8.3

30 May 17:20
Compare
Choose a tag to compare

What's Changed

  • Add mlff_phonons.ipynb example notebook by @janosh in #144
  • Fix ptable_heatmap_splits TypeErrors by @janosh in #146
  • MatPES EDA script by @janosh in #147
  • Add keyword log: bool = False to spacegroup_hist to log scale y-axis by @janosh in #148
  • [Enhancement/Breaking] Refactor ptable_hists by @DanielYang59 in #149
  • Handle missing value (NaN) and infinity for ptable data by @DanielYang59 in #152
  • Fix PTableProjector.hide_f_block property by @janosh in #154

Full Changelog: v0.8.2...v0.8.3

v0.8.2

11 May 16:32
Compare
Choose a tag to compare

What's Changed

  • plot_phonon_bands() add kwargs branch_mode: "union" | "intersection" = "union" and branches: Sequence[str] = () by @janosh in #124
  • add_best_fit_line() power-up by @janosh in #125
  • Add validate_fig decorator utility by @janosh in #126
  • MACE-MP pair repulsion curves by @janosh in #127
  • Copy color options for element types from ptable_plots to ptable_hists by @janosh in #129
  • Migrate to flat eslint config file by @DanielYang59 in #137
  • Refactor ptable plotters and add ptable_heatmap with diagonally-split tiles by @DanielYang59 in #131
  • Remove text background and fix z-order in structure_viz by @DanielYang59 in #139
  • Add keyword hide_f_block: bool = None (La and Ac series) to ptable plotters by @DanielYang59 in #140
  • Add pymatviz/enums.py for SSOT on dataframe column and dict key names by @janosh in #143

Full Changelog: v0.8.1...v0.8.2