- :bug: Bugfixes - Added try/except to `__getitem__` in Phase in case some settings are missing - Fixed dtype bug in `isoutside` function, and passing `f` to `reflect_basepoints` - Fixed use of `matplotlib's` docstring `substitution` helper function to be version resistant
3.3.0
:cake: Enhancements - Accelerated tessellation generators - Enhanced `reflect_base_points` to accept a scale-factor to control number of points - Performing Delaunay triangulation in delaunay\_voronoi\_dual is now optional - Enhanced `create_incidence_matrix` to allow 2\*Nt long weights
:wrench: Maintenance - Removed `pypardiso` as a hard dependency to suppport ARM64 architecture - Updated use of matplotlib's docstring module for their new deprecation
:bug: Bugfixes - Fixed bug in `merge_pores` which used too many neighbors when finding centroid - Fixed bug in pore surface area models due to incorrect use of `flatten` on conns
3.2.1
:rocket: New features - Added transient thermal conduction class
:cake: Enhancements - Added `label_by` option to `plot_connections` and `plot_coordinates`
:bug: Bugfixes - Fixed memory leak - Fixed a bug in `Transport.rate`, which broke when only two throats were present
3.2.0
:rocket: New features - Add `info` attribute to Network class for quick visualization of key properties \new :cake: 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 :wrench: Maintenance - Better release notes with less clutter \maint :bug: 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 :green\_book: Documentation - Lots of little enhancements to our documentation \doc - Enhancing application example on simulating MIP \docs
3.1.2
:rocket: New features - Added preliminary support for lloyd relaxation in the Voronoi generators :bug: Bugfies - Fixed bug in io module when exporting projects with percolation algorithms - Fine-tuned Delaunay and Voronoi network generators to be more robust to different inputs
3.1.1
:bug: Bugfixes - Fixed center-to-center throat length helper model to always return an array