Skip to content

Releases: realrate/Causing

v2.4.1

08 Oct 12:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v2.0.0

26 Sep 07:11
Compare
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

v0.2.2

03 Jun 07:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Mar 11:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Feb 19:03
Compare
Choose a tag to compare

What's Changed

  • Split estimation and bias estimation
  • pytorch is now an optional dependency by @karlb in #57
  • removing modules to improve few seconds of evaluate performance by @bbkrr in #47
  • update "start your own model" in readme with typo checks by @salistha-shakya in #49
  • Validate wage graph results by @salistha-shakya in #51
  • test cases for example and education by @salistha-shakya in #52
  • Change bias method and add bias tests by @karlb in #55

New Contributors

Full Changelog: v0.1.7...v0.2.0

v0.1.7

26 Nov 08:38
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

What's Changed

  • estimate: use python logging module by @karlb in #45
  • Use less strict versioning of dependencies by @karlb in #46

Full Changelog: v0.1.6...v0.1.7