Skip to content

Releases: sr-murthy/continuedfractions

v0.15.0

14 Jun 20:31
2080fa1
Compare
Choose a tag to compare
  • Add semiconvergent instance method to ContinuedFraction class
  • Fixes and improvements in the Sphinx docs

v0.14.2

11 Jun 07:26
c4ab297
Compare
Choose a tag to compare
  • Fix some typos and broken links in the Sphinx docs

v0.14.1

10 Jun 07:44
5a8598f
Compare
Choose a tag to compare
  • CodeQL analysis tweak for MacOS 13 in the CI YML
  • Update development dependencies (PDM lockfile and the Sphinx docs requirements)
  • Various small content and typesetting improvements and fixes in the docstrings and Sphinx docs

v0.14.0

09 Jun 19:09
3cd3f20
Compare
Choose a tag to compare
  • custom equality checking and hashing for ContinuedFraction instances
  • ContinuedFraction instance methods for in-place (tail) extension and truncation of elements

v0.13.3

08 Jun 09:49
65d32f5
Compare
Choose a tag to compare
  • Minor refactoring of some functions in sequences to add generator versions (for coprime_integers, coprime_pairs, farey_sequence)

v0.13.2

01 Jun 11:46
51f1a10
Compare
Choose a tag to compare
  • Update development and documentation dependencies [addresses Dependabot alert for a vulnerability in the requests library]

v0.13.1

31 May 19:19
0379ddc
Compare
Choose a tag to compare
  • Minor typesetting and content fixes in the Sphinx docs and README

v0.13.0

31 May 08:07
d1139ce
Compare
Choose a tag to compare
  • Improve performance of the core lib.continued_fraction_rational function

v0.12.8

30 May 08:29
dc1768c
Compare
Choose a tag to compare
  • Improve mediant functionality in the ContinuedFraction class
  • Update API and Sphinx docs

v0.12.7

17 May 18:11
ab09fee
Compare
Choose a tag to compare
  • Further improvements to the sequences Sphinx docs and docstrings.