Skip to content

v2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 16:45
· 2592 commits to dev since this release

v2.7.0

馃殌 New features

  • Added a function to filter pores based on number of neighbors (topotools.filter_pores_by_z)
  • Added ability to open networks directly in paraview to the IO submodule
  • Added is_fully_connected function to topotools that is called by transport solvers ensure non-singular matrices, including connectivity between boundary pores
  • Added remove_source method to ReactiveTransport classes, and mode to set_source method

馃嵃 Enhancements

  • Fixed dependency_map to include pure props (those w/o an explicit model)
  • Enhanced dependency_map to show pores as circles and throats as squares [#1853]
  • Enhanced plot_coordinates defaults to make pores more visible [#1850]
  • Catch undefined pores/throats at runtime

馃敡 Maintenance

  • Update Actions to accommodate the native support for "ci skip" by GitHub [#1860]
  • Updated deprecated docrep methods [#1854]
  • Removed unused functions from misc module
  • Remove ReactiveTransport._set_variable_props

鈿狅笍 API changes

  • Fixed TransientReactiveTransport to always run until t_final (removed steady state check) [#1851]
  • Increased logger level to critical when saving PNM files

馃悰 Bugfixes

  • Fixed subtle bug in MixedIP algorithm
  • Fixed a bug in spacing for Cubic networks with only two pores [#1844]
  • Fixed minor bug in trim if all throats are removed