tum-pbs / PhiFlow

A differentiable PDE solving framework for machine learning
MIT License
1.43k stars 192 forks source link

2.0.0 RC1 #29

Closed holl- closed 3 years ago

holl- commented 3 years ago

Φ-Flow version 2 is the first major update since public release. This is the second release candidate, see #27 for the first.

Changes

Additions

Additionally, this update features improved testing, documentation and bug fixes.

codecov-io commented 3 years ago

Codecov Report

Merging #29 (f181f15) into master (6423fe0) will increase coverage by 12.75%. The diff coverage is 91.65%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
+ Coverage   66.49%   79.24%   +12.75%     
===========================================
  Files         102      106        +4     
  Lines       10496    10053      -443     
===========================================
+ Hits         6979     7967      +988     
+ Misses       3517     2086     -1431     
Impacted Files Coverage Δ
phi/app/_app.py 76.11% <ø> (+37.72%) :arrow_up:
phi/app/_dash/dash_plotting.py 8.11% <0.00%> (ø)
phi/field/__init__.py 100.00% <ø> (ø)
phi/math/backend/_optim.py 96.55% <ø> (ø)
phi/physics/advect.py 98.48% <ø> (+80.57%) :arrow_up:
phi/torch/__init__.py 100.00% <ø> (ø)
tests/commit/math/test__track.py 96.15% <ø> (ø)
tests/commit/physics/test_legacy.py 100.00% <ø> (ø)
phi/physics/_fluid_legacy.py 80.26% <33.33%> (-14.82%) :arrow_down:
phi/field/_mask.py 87.09% <50.00%> (-1.37%) :arrow_down:
... and 133 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6423fe0...f181f15. Read the comment docs.