Skip to content

0.7.0

Compare
Choose a tag to compare
@antonagestam antonagestam released this 05 Nov 21:42
· 44 commits to main since this release
f609ac5

This is a big milestone in completeness and stability. The sequence-of-operations property test had been on my list of things for a long time, finally writing it did two things:

  • Revealed some operations on SubunitFraction and Overdraft that were glaringly missing.
  • Helped identify a bug in Money.__rtruediv__ that would have otherwise passed its unit tests (it failed raising an exception for division by zero and instead returned zero).

So quite a big yield for a moderately sized investment.

What's Changed

Full Changelog: 0.6.0...0.7.0