Skip to content

Releases: sr-murthy/continuedfractions

0.11.0

10 Mar 23:51
bf5e4c1
Compare
Choose a tag to compare
  • Add Sphinx docs
  • Various improvements in documentation
  • Manual deployment to Readthedocs (RTD)

0.10.0

23 Feb 22:21
dddcad0
Compare
Choose a tag to compare

Release 0.10.0

  • Refactor lib.continued_fraction_rational to accept a single fractions.Fraction object + update tests and docstrings
  • Implement continuedfraction.ContinuedFraction.__str__ to print out the element sequence as part of the string
  • Improvements to the README docs

0.0.9

22 Feb 19:24
900e6f1
Compare
Choose a tag to compare

Release 0.0.9

  • Generalise lib.mediant to support left- and right-mediants + update tests
  • Corresponding changes in continuedfraction.ContinuedFraction.mediant + update tests
  • Update README docs

0.0.8

21 Feb 21:02
b63a0ac
Compare
Choose a tag to compare

Release 0.0.8

  • Fix docs typo

0.0.7

21 Feb 17:49
fb4be78
Compare
Choose a tag to compare

Release 0.0.7

  • Fix docs typos