Releases: INSIGNEO/openBF
Releases · INSIGNEO/openBF
v2.1.1
What's Changed
- Add streamlit dashboard by @alemelis in #58
- Fix inlet_file path
- Add out file format to docs
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.1.0
- Add
to_save
boolean flag to Vessel
(default True
)
Full Changelog: v2.0.0...v2.1.0
v1.4.0
new feature
Add flag to ceil convergence error to 100 mmHg.
-c, --conv_ceil Ceil convergence value to 100 mmHg (default true)
v1.3.0
Change convergence criteria to error norm across all pressure waves. Tolerance is now specified in mmHg
v1.2.0
New feature
- show in stdout where the max convergence error is occurring
- remove and re-make results folder if already there
Performance fix
- make
Blood
and Heart
immutable structs (small/negligible performance gain)