Skip to content

Latest commit

 

History

History
145 lines (83 loc) · 9.74 KB

CHANGELOG.md

File metadata and controls

145 lines (83 loc) · 9.74 KB

Changelog

0.6.2 (2024-08-19)

Bug Fixes

  • 🩹 waitbar initialization (ad0c2af)
  • 🐛 mask-narrowed post-processing (81b247b)
  • 🐛 relative permeability upscaling (b2b15f7)

0.6.1 (2024-08-13)

Documentation

  • 📝 CI status badge in README (d2772df)

0.6.0 (2024-08-13)

⚠ BREAKING CHANGES

  • ✨ anisotropic permeability downscaling
  • ✨ anisotropic permeability upscaling

Features

  • ✨ anisotropic permeability downscaling (604bfe3)
  • ✨ anisotropic permeability upscaling (91bc3e1)
  • ✨ capillary pressure under anisotropic permeability (0f420c9)

Bug Fixes

  • 🩹 demo.m: existing parpool case (0b0ff1a)
  • 🩹 gas rel. perm. at Sw=1 (8e7c771)
  • 🩹 iterative MIP: relax saturation tolerance (9f0bd39)

0.5.0 (2024-08-09)

⚠ BREAKING CHANGES

  • 🚸 Separate downscaling from upscaling

Features

  • CapPressure class (b0e51f1)
  • ✨ add centi multiplier (22214f8)
  • ✨ add dyne as force unit (4cd975c)
  • ✨ Implement StrataTrapper parameters as class (c6dc14c)
  • ✨ make options a class with validated properties (a02bf4a)
  • ✨ Relative permeability via new TableFunction class (cfed173)

Bug Fixes

  • 🩹 strata_trapper: initialize output arrays with NaN (0f13d2c)
  • 🩹 upscale calculate downscale dimensions inside (de68c8b)
  • 🩹 upscale: interpolate upscaled curves inside (45bd142)
  • 🐛 permeability upscaling (8815ca6)
  • 🚸 Compute entry pressures during upscaling (b088eaf)
  • 🚸 Separate downscaling from upscaling (b551c73)

Documentation

0.4.0 (2024-07-30)

Bug Fixes

  • 🐛 calc_percolation: proper search window + performance (bc053e4)
  • 🐛 rsgen3D internal meshing (b98c3c5)
  • 🐛 connectivity for permeability computation (7e2d900)
  • 🐛 fix negative gas rel. perms. as computational artifacts (cc52d1e)
  • 🐛 permeability upscaling (fb4598d)

Documentation

  • 📝 update demo script (e9a07b5)

0.3.0 (2024-07-17)

Features

  • downscale w.r.t. given coarse values (dd2ab3f)
  • ✨ update structure and values of input data (fb58904)
  • ✨ updated model of saturation functions (1b34d5c)
  • ✨ variable number of parallel workers (ac7ce89)

Bug Fixes

  • 🩹 default output_prefix for ogs_export (aa4c1c0)
  • 🩹 target saturations sampling (a89d21b)
  • 🩹 truncate computation mask (7acc040)
  • 🐛 create waitbar data queue unconditionally (7d30513)
  • 🐛 zero gas permeabilities (d1b29bf)
  • 🚸 state-based waibar update condition (c884f8d)
  • 🔥 do not generate porosity file with ogs_export (fa9c7b4)
  • 🔥 speculative krg post-processing (dbaf9f9)
  • ✨ update demo script (77ff7e4)
  • mip_iteration Newton step relaxation (07f0b16)
  • ⚡ inexact intermediate saturations (d76594e)
  • ⚡ move curves post-processing to downscale_upscale (14fa27d)

0.2.3 (2024-04-12)

Documentation

  • 📝 Add link to CO2GraVISim (51b7a7a)

0.2.2 (2024-03-22)

Documentation

0.2.1 (2024-03-21)

Bug Fixes

  • 🐛 misprint in function argument name (dcd727d)

0.2.0 (2024-03-21)

Features

  • ✨ Add utilities to analyse MATLAB structs and workspaces (6bd0f1a)
  • ✨ Prepare new version with demonstration (6168bad)

Performance Improvements

  • ⚡ Optimize and format connectivity functions (0b5e86f)