Skip to content

Releases: sr-murthy/continuedfractions

0.11.20

18 Mar 13:43
d489661
Compare
Choose a tag to compare
  • Closes #37 - add cached properties to ContinuedFraction for even- and odd-order convergents + update of docstrings, doctests and tests
  • Small fixes and improvements to the docs

0.11.19

17 Mar 19:33
2fec978
Compare
Choose a tag to compare
  • Closes #36 - tweak ContinuedFraction.convergent method to pass in the full sequence of elements to lib.convergent
  • Uses slots in ContinuedFraction class def. - ATM only for the _elements attr.
  • Closes #35 - adds cached properties to ContinuedFraction to get all convergents and all remainders at once
  • Update tests + docstrings + doctests + Sphinx docs
  • Minor refactoring in lib.fraction_from_elements

0.11.18

17 Mar 14:00
add7ac0
Compare
Choose a tag to compare
  • fix #46 - update PDM lockfile and docs requirements (docs/requirements.txt) to add myst-parser

0.11.17

17 Mar 13:28
ce713f3
Compare
Choose a tag to compare
  • fix issue #43 - validation of element sequences with integer elements in ContinuedFraction.from_elements
  • fix issues #41, #40 - support for self-referential type annotation in ContinuedFraction methods + validation and instance creation with ContinuedFraction object inputs
  • docs typesetting fixes and improvements

0.11.16

16 Mar 17:49
1527a45
Compare
Choose a tag to compare
  • Fix some docs typo

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