Skip to content

Bug Fixes

Compare
Choose a tag to compare
@jgostick jgostick released this 03 Feb 01:56

🚀 New features

  • Added function for finding fraction of each phase in a multiphase image
  • Added missing network props
  • Added marching cubes surface area calculation to
  • Added ability to generate voxel image from an openpnm network
  • Added optional arguments to several functions for improved usability
  • Added function n_phase_boundary

🍰 Enhancements

  • Enhanced docs substantially
  • Cleaned up requirements
  • Move examples into main repo

🐛 Bugfixes

  • Fixed calculation of pore center in SNOW algorithm to use peak instead of center of mass
  • Fixed bug in marching cube area calculation when voxel_size < 1
  • Fixed bug in snow that used blurred distance transform to re-generate binary mask
  • Fixed a bug in chord length distribution
  • Fixed bug in porosimetry
  • Fixed usage of squeeze on 2d images
  • Fixed make_contiguous to handle 0 and negative numbers