Releases: sr-murthy/continuedfractions
Releases · sr-murthy/continuedfractions
0.11.15
0.11.14
0.11.13
- Refactor the
ContinuedFraction.from_elements
class method to construct and initialise new objects from sequences of elements without calling the initialiser__init__
, which makes it faster - Update the documentation, including some additional details for the differences in representations between "positive" and "negative" continued fractions
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
- 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)