Skip to content

Releases: sr-murthy/continuedfractions

0.11.15

16 Mar 17:24
b40fba9
Compare
Choose a tag to compare
  • Documentation fixes, improvements and clarifications

0.11.14

16 Mar 09:39
cc07d48
Compare
Choose a tag to compare
  • Documentation tweaks, clarifications and typesetting improvements

0.11.13

15 Mar 19:45
da416c9
Compare
Choose a tag to compare
  • 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

14 Mar 11:49
e2f6683
Compare
Choose a tag to compare
  • Refactor (and improve) the ContinuedFraction class functionality for convergents, and remove segments functionality
  • Update tests and documentation

0.11.11

13 Mar 19:56
add4409
Compare
Choose a tag to compare
  • Move CodeQL analysis to a separate GitHub Actions workflow + add a README status badge

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)