Skip to content

Releases: sr-murthy/continuedfractions

0.11.10

13 Mar 17:29
9616ffc
Compare
Choose a tag to compare
  • Fix docs typos for "negative" continued fractions

0.11.9

13 Mar 17:15
4b80283
Compare
Choose a tag to compare
  • Improve mediants docs

0.11.8

13 Mar 13:32
f2e4a92
Compare
Choose a tag to compare
  • More fixes to the docs

0.11.7

13 Mar 10:19
dfba140
Compare
Choose a tag to compare
  • Fix docs typos

0.11.6

13 Mar 09:33
276f368
Compare
Choose a tag to compare
  • Further improvements to the documentation - source typesetting and content
  • Refactor the lib.fraction_from_elements function from recursive to iterative, to avoid recursion errors with "very long" continued fractions (if the number of elements/coefficients in the continued fraction exceeds the recursion depth set in Python)

0.11.5

11 Mar 16:24
7818727
Compare
Choose a tag to compare
  • Fixes for mediants docs
  • Tweak docs for continued fractions properties

0.11.4

11 Mar 15:52
44ba56e
Compare
Choose a tag to compare
  • Add Khinchin means property to continuedfraction.ContinuedFraction class + update doctests and unit tests
  • Further improvements to the documentation

0.11.3

11 Mar 11:13
df11f4f
Compare
Choose a tag to compare
  • More documentation fixes and improvements

0.11.2

11 Mar 04:09
6c21925
Compare
Choose a tag to compare
  • More docs fixes

0.11.1

11 Mar 03:32
9d789b9
Compare
Choose a tag to compare
  • Some more typo fixes and improvements in the docs
  • A ContinuedFraction property to support fraction -> decimal.Decimal conversions