Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 04:04
· 134 commits to dev since this release

🚀 New features

  • Add info attribute to Network class for quick visualization of key properties #new

🍰 Enhancements

  • Enhanced Voronoi generators to accept a relaxation argument #enh
  • Add pore_labels and throat_labels argments to plot_tutorial so apply custom labels #enh
  • Readding labels to Voronoi/Delaunay based networks #enh
  • Adding xmin/xmax to cubic networks #enh
  • Allowing unfrozen stats distributions in generic_distribution #enh

🔧 Maintenance

  • Better release notes with less clutter #maint

🐛 Bugfixes

  • Fixed labeling bug in FaceCenteredCubic for face-to-face throats #bug
  • Checking isfinite in plot methods #bug
  • Fixed bug in Voronoi/Delaunay network generators where reflect and trim args were not being processed #bug

📗 Documentation

  • Lots of little enhancements to our documentation #doc
  • Enhancing application example on simulating MIP #docs