PMEAL / OpenPNM

A Python package for performing pore network modeling of porous media
http://openpnm.org
MIT License
454 stars 174 forks source link

Creating a patch release #2864

Closed jgostick closed 1 year ago

jgostick commented 1 year ago

Two critical bugs:

  1. fix matplotlib import error #2863
  2. fix pickle loading error #2858
codecov[bot] commented 1 year ago

Codecov Report

Merging #2864 (8e320be) into release (3dbe3e5) will decrease coverage by 0.2%. Report is 2 commits behind head on release. The diff coverage is 60.7%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release #2864 +/- ## ========================================= - Coverage 89.9% 89.8% -0.2% ========================================= Files 148 148 Lines 8608 8627 +19 ========================================= + Hits 7742 7749 +7 - Misses 866 878 +12 ```
jgostick commented 1 year ago

looks like pypardiso got it fixed, but our builds were not "seeing" the latest versions...maybe they were using a cached package?