Skip to content

Releases: sr-murthy/continuedfractions

v0.17.6

16 Aug 07:05
1d071f9
Compare
Choose a tag to compare
  • Minor code quality improvements
  • Update dev. and docs dependencies

v0.17.5

03 Aug 16:37
bc7fe50
Compare
Choose a tag to compare
  • Upgrade Sphinx and other dev. dependencies
  • Minor content improvements in the Sphinx docs
  • Minor CI improvements

v0.17.4

26 Jul 12:53
2ea0387
Compare
Choose a tag to compare
  • Update dev. + docs dependencies
  • Re-order some steps in CI testing
  • Update the contributions guidelines
  • Other tweaks and improvements in the Sphinx docs

v0.17.3

12 Jul 20:27
7ec55bb
Compare
Choose a tag to compare
  • Code quality improvements
  • Further refinements in the Sphinx docs

v0.17.2

09 Jul 18:48
45d0d13
Compare
Choose a tag to compare
  • Improve CI testing for Python 3.10 vs 3.11 & 3.12
  • Fixes and improvements in the Sphinx docs

v0.17.1

08 Jul 04:45
00c7db4
Compare
Choose a tag to compare
  • Fix some docs typos

v0.17.0

07 Jul 18:29
63e19f9
Compare
Choose a tag to compare
  • Improve the functionality for computing and generating remainders of continued fractions
  • Improve exception handling in the library
  • Update dev. & docs dependencies
  • Other minor fixes and improvements in the docs

v0.16.0

19 Jun 12:10
ad9d862
Compare
Choose a tag to compare
  • New library method to generate an (ordered) sequence of all convergents from the elements of a continued fraction
  • Refactor and improve performance of the convergents and remainders properties in the ContinuedFraction class
  • Update tests and documentation
  • Other minor fixes in the documentation
  • Update dev. + docs dependencies

v0.15.1

15 Jun 20:18
26ba883
Compare
Choose a tag to compare
  • Typesetting fixes and content improvements in the Sphinx docs

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