Skip to content

Releases: realrate/Causing

v2.4.5

11 Dec 02:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

18 Sep 11:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

08 Apr 04:06

Choose a tag to compare

What's Changed

Full Changelog: v.2.4.2...v2.4.3

v.2.4.2

30 Dec 09:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v.2.4.2

v2.4.1

08 Oct 12:52

Choose a tag to compare

What's Changed

  • fixing floating point arithmetic: issues and limitations by @bbkrr in #73
  • Ignored LLPO in the removed nodes; using 0.0 for floating point error by @bbkrr in #75
  • Fix svg graph scaling issue. by @abaral8 in #77

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Oct 14:45

Choose a tag to compare

What's Changed

  • Cut off tiny numbers in graphs and other minor changes by @karlb in #72

Full Changelog: v2.3.0...v2.4.0

v2.3.0

12 Oct 16:24

Choose a tag to compare

What's Changed

  • Allow recalculation of effects after shrinking by @karlb in #71

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Oct 09:56

Choose a tag to compare

What's Changed

  • Show minimum number of significant figures in graph by @karlb in #69
  • Provide helper function to remove nodes by @karlb in #70

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Sep 10:06

Choose a tag to compare

v2.0.0

26 Sep 07:11

Choose a tag to compare

What's Changed

Version 2.0 is a breaking change which reduces the amount of code in Causing to a smaller set of cleaned up and better tested classes/functions with higher accuracy and less dependencies. Later versions might bring back some features which have been removed to focus on the basics. Everything that is needed to calculate and display IME graphs is included.

Full Changelog: v0.2.2...v2.0.0