* 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
* Fixes for mediants docs * Tweak docs for continued fractions properties
0.11.4
* Add Khinchin means property to `continuedfraction.ContinuedFraction` class + update doctests and unit tests * Further improvements to the documentation
0.11.3
* More documentation fixes and improvements
0.11.2
* More docs fixes
0.11.1
* Some more typo fixes and improvements in the docs * A `ContinuedFraction` property to support fraction -> `decimal.Decimal` conversions