* 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
0.14.0
* custom equality checking and hashing for `ContinuedFraction` instances * `ContinuedFraction` instance methods for in-place (tail) extension and truncation of elements
0.13.3
* Minor refactoring of some functions in `sequences` to add generator versions (for `coprime_integers`, `coprime_pairs`, `farey_sequence`)
0.13.2
* Update development and documentation dependencies [addresses [Dependabot alert](https://github.com/sr-murthy/continuedfractions/security/dependabot/4) for a vulnerability in the `requests` library]
0.13.1
* Minor typesetting and content fixes in the Sphinx docs and README
0.13.0
* Improve performance of the core `lib.continued_fraction_rational` function