Skip to content

Releases: KG32/dive-deco

v5.0.0

02 Dec 00:13
3df3b39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.6...v5.0.0

Performance improvements, NDL in deco fix, dive state public

18 Nov 23:57
7a29aaf
Compare
Choose a tag to compare

What's Changed

  • DiveState type exported, added derives by @KG32 in #40
  • fix: ndl always 0 in deco by @KG32 in #41
  • optimize tissues recalculation in sim; new bench by @KG32 in #42

Full Changelog: v4.3.3...v4.3.6

v4.3.3

26 Oct 17:17
3647a56
Compare
Choose a tag to compare

What's Changed

  • update buehlmann model config by @KG32 in #39

Full Changelog: v4.3.1...v4.3.3

v4.3.1

22 Oct 20:45
8861ab7
Compare
Choose a tag to compare

What's Changed

  • buehlmann model pub tissues, m-value refactor by @KG32 in #35
  • Feat/recalculate all tissues with max gf by @KG32 in #37
  • Fix/deco runtime gas switches by @KG32 in #38

Full Changelog: v4.1.1...v4.3.1

OTU fix, Gas serialized id

28 Sep 22:10
bf86465
Compare
Choose a tag to compare
  • fix: ox_tox's OTU not recalculating on model record
  • gas serialized id

What's Changed

Full Changelog: v4.1.0...v4.1.1

OTU (Oxygen Toxicity Units)

27 Sep 21:30
edf852a
Compare
Choose a tag to compare
  • OTU (Oxygen Toxicity Units)

What's Changed

  • feat: oxygen toxicity units by @KG32 in #33

Full Changelog: v4.0.0...v4.1.0

Deco gas mixes validation

23 Sep 20:20
68eddfa
Compare
Choose a tag to compare

Deco gas mixes validation
Deco calculation refactor to Result (non backward compatible API change)

What's Changed

  • Deco result refactor & deco gasses validation by @KG32 in #32

Full Changelog: v3.4.0...v4.0.0

v3.4.0

16 Sep 22:56
cd74d52
Compare
Choose a tag to compare
  • modified deco runtime to calculate deco stages with first stop relative to ceiling rather than current depth

What's Changed

  • Fix/runtime missed deco stop by @KG32 in #31

Full Changelog: v3.3.0...v3.4.0

v3.3.0 - Ceiling + NDL modes (Actual/Adaptive)

11 Sep 21:30
Compare
Choose a tag to compare
  • Ceiling + NDL config
    • Actual (default) - both NDL time and ceiling are determined by the current tissues saturation, it counts down to a condition where calculated ceiling is below the surface
    • Adaptive - takes into account off-gassing on ascent, determines if real deco obligation assuming direct ascent with set ascent rate
  • Buehlmann config builder methods rename

v3.2.0

07 Sep 20:32
Compare
Choose a tag to compare
  • NDL types config

    • actual (new default) - takes into account off-gassing on ascent, determines if there's a real deco obligation assuming direct ascent with set ascent rate
    • by ceiling - assumes the end of NDL if ceiling drops below the surface
  • Default deco ascent rate changed to 10 m/min

  • Deco stages deduplication extended to all deco events