Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 04:04
· 121 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