You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]